summaryrefslogtreecommitdiff
path: root/src/parse.rs
AgeCommit message (Expand)Author
2022-10-04split the repo into a workspaceChristian Poveda
2020-04-27Run `cargo fix --edition`Joshua Nelson
2017-10-02A bunch of parsing things should return TypeIdNick Fitzgerald
2017-08-21Rename `TypeKind::Named` to `TypeKind::TypeParam`Anna Liao
2017-03-07Completely rework templatesNick Fitzgerald
2017-01-23Unify under the `bindgen` name.Emilio Cobos Álvarez
2016-11-16Transition to libbindgen sub-crateJeff Waugh
2016-11-15ir: Make the id local to the context.Emilio Cobos Álvarez
2016-11-01Run `cargo fmt`.Emilio Cobos Álvarez
2016-10-27Document the `parse` moduleNick Fitzgerald
2016-10-27Document the `ir` moduleNick Fitzgerald
2016-09-21Some fixes for function pointers, typedefs, and OSX's stdlib.h.Emilio Cobos Álvarez
2016-09-16Rewrite the core of the binding generator.Emilio Cobos Álvarez