summaryrefslogtreecommitdiff
path: root/src/regex_set.rs
AgeCommit message (Expand)Author
2022-10-04split the repo into a workspaceChristian Poveda
2022-09-26make `BindgenOptions` clonableChristian Poveda
2020-07-21Change non-fatal errors to warningsleo60228
2018-12-23Allow to turn off the matches recording introduced in #1469.Emilio Cobos Álvarez
2018-12-23regex_set: Avoid allocations in unmatched_items().Emilio Cobos Álvarez
2018-12-23regex_set: Derive Default instead of manually implementing it.Emilio Cobos Álvarez
2018-12-20Warn about unused whitelist optionsSeo Sanghyeon
2018-12-19Store original strings in RegexSetSeo Sanghyeon
2018-08-22Remove an out-of-date comment in RegexSet.Sébastien Duquette
2017-09-18Make BindgenOptions privateSergey Pepyakin
2017-08-21Rename `TypeKind::Named` to `TypeKind::TypeParam`Anna Liao
2017-04-13Three Changes introduced:bidit
2017-02-03Run `cargo fmt`Nick Fitzgerald
2017-01-23Unify under the `bindgen` name.Emilio Cobos Álvarez
2016-11-16Transition to libbindgen sub-crateJeff Waugh
2016-11-01Run `cargo fmt`.Emilio Cobos Álvarez
2016-10-27Document the `regex_set` moduleNick Fitzgerald
2016-09-16Rewrite the core of the binding generator.Emilio Cobos Álvarez