Age | Commit message (Expand) | Author |
---|---|---|
2017-01-23 | Unify under the `bindgen` name. | Emilio Cobos Álvarez |
2017-01-11 | ir: Support hiding enum variants. | Emilio Cobos Álvarez |
2017-01-11 | codegen: Constify enum variants. | Emilio Cobos Álvarez |
2017-01-10 | ir: Parse whether we should constify an enum variant. | Emilio Cobos Álvarez |
2016-12-23 | libbindgen: run `cargo fmt`. | Emilio Cobos Álvarez |
2016-12-23 | ir: Be more resistent to failure when parsing enums. | Emilio Cobos Álvarez |
2016-12-21 | Run `cargo fmt` on the sources | Nick Fitzgerald |
2016-12-13 | Use clang-sys bindings instead of ours. | Emilio Cobos Álvarez |
2016-11-23 | Use and_then() to properly handle cases when Cursor::enum_type() return None | Tai Sassen-Liang |
2016-11-22 | Circuit-break if Cursor::enum_type returns None | Tai Sassen-Liang |
2016-11-20 | Update error wording for enum_type().expect() | Tai Sassen-Liang |
2016-11-20 | clang::Cursor::enum_type should return an Option<Type> | Tai Sassen-Liang |
2016-11-16 | Transition to libbindgen sub-crate | Jeff Waugh |