summaryrefslogtreecommitdiff
path: root/libbindgen/src/regex_set.rs
AgeCommit message (Collapse)Author
2017-01-23Unify under the `bindgen` name.Emilio Cobos Álvarez
2017-01-06Update to regex 0.2; use regex::RegexSet for matchingJeremy Fitzhardinge
Rather than implementing a private RegexSet, implement it in terms of regex::RegexSet, which should be more efficient. Retain the existing RegexSet module and just reimplement its internals, in order to preserve the external API.
2016-12-29Replace all non-fatal `error!`s with `warn!`sTetsuharu OHZEKI
2016-11-16Transition to libbindgen sub-crateJeff Waugh
- The root crate is the `bindgen` binary - Rust-ify the test suite, no more subprocesses! - Update Travis config to test both crates