Age | Commit message (Expand) | Author |
2017-01-23 | Unify under the `bindgen` name. | Emilio Cobos Álvarez |
2017-01-22 | Auto merge of #413 - emilio:debug-array-unaligned, r=fitzgen | bors-servo |
2017-01-21 | codegen: Avoid generating invalid Rust code when a struct is not properly ali... | Emilio Cobos Álvarez |
2017-01-19 | Auto merge of #403 - emilio:variadic-fn, r=fitzgen | bors-servo |
2017-01-18 | codegen: Don't implement variadic methods. | Emilio Cobos Álvarez |
2017-01-13 | codegen: Fix use generation for non-root module. | Emilio Cobos Álvarez |
2017-01-13 | codegen: Prefer use instead of type aliases. | Emilio Cobos Álvarez |
2017-01-13 | Update aster and syntex. | Emilio Cobos Álvarez |
2017-01-11 | ir: Handle inline namespaces. | Emilio Cobos Álvarez |
2017-01-11 | codegen: Don't make auto-opaque types without template params. | Emilio Cobos Álvarez |
2017-01-11 | Auto merge of #393 - emilio:enum-const-api, r=upsuper | bors-servo |
2017-01-11 | ir: Support hiding enum variants. | Emilio Cobos Álvarez |
2017-01-11 | codegen: Constify enum variants. | Emilio Cobos Álvarez |
2017-01-06 | codegen: Properly handle virtual bases. | Emilio Cobos Álvarez |
2017-01-06 | ir: Change our representation of base types so they also have a base kind. | Emilio Cobos Álvarez |
2016-12-30 | Auto merge of #374 - fitzgen:derive-debug-with-array-too-big, r=emilio | bors-servo |
2016-12-29 | Run `cargo fmt` on `libbindgen` | Nick Fitzgerald |
2016-12-29 | Do not derive Copy/Debug for some opaque types | Nick Fitzgerald |
2016-12-29 | Auto merge of #371 - emilio:pointer, r=fitzgen | bors-servo |
2016-12-29 | codegen: Use the canonical type to determine whether we should convert to a p... | Emilio Cobos Álvarez |
2016-12-29 | Replace all non-fatal `error!`s with `warn!`s | Tetsuharu OHZEKI |
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-23 | codegen: Use the canonical type to generate function signatures. | Emilio Cobos Álvarez |
2016-12-22 | Auto merge of #354 - Nashenas88:master, r=emilio | bors-servo |
2016-12-21 | Run `cargo fmt` on the sources | Nick Fitzgerald |
2016-12-21 | Followed Resolved Type Ref instead of panicking | Paul Faria |
2016-12-15 | codegen: Properly mangle nested anonymous enums with duplicated variants. | Emilio Cobos Álvarez |
2016-12-15 | codegen: Properly mangle method names. | Emilio Cobos Álvarez |
2016-12-13 | codegen: Rename the temporary variable in constructors for __bindgen_tmp, to ... | Emilio Cobos Álvarez |
2016-12-13 | Add support for constructors, and integration tests. | Emilio Cobos Álvarez |
2016-12-09 | Remove macro_rules in codegen | Xidorn Quan |
2016-12-07 | codegen: generate stable names for tests functions. | Emilio Cobos Álvarez |
2016-12-07 | ir: Saner whitelisting/blacklisting. | Emilio Cobos Álvarez |
2016-12-07 | Auto merge of #319 - emilio:union-in-ns, r=fitzgen | bors-servo |
2016-12-06 | Add an API to decide what gets generated more granularly. | Emilio Cobos Álvarez |
2016-12-05 | codegen: Fix bindgen-injected items in namespaces. | Emilio Cobos Álvarez |
2016-12-02 | Use the generated root module via a relative path | Nick Fitzgerald |
2016-11-22 | ir: Rework how we discover children of modules. | Emilio Cobos Álvarez |
2016-11-22 | codegen: Don't bother generating an empty module. | Emilio Cobos Álvarez |
2016-11-22 | A more coherent story for whitelisting. | Emilio Cobos Álvarez |
2016-11-21 | Auto merge of #282 - impowski:layout_template_specializations, r=emilio | bors-servo |
2016-11-21 | Apply fixes due code review for issue #57 | Artem Biryukov |
2016-11-21 | Reformat. | Emilio Cobos Álvarez |
2016-11-21 | codegen: Fix whitelisting inside namespaces. | Emilio Cobos Álvarez |
2016-11-20 | Add new expectations for tests | Artem Biryukov |
2016-11-20 | Take out template arguments and make unique names | Artem Biryukov |
2016-11-20 | First steps to fix issue #57 | Artem Biryukov |
2016-11-18 | codegen: Properly mangle bitfield getters. | Emilio Cobos Álvarez |
2016-11-17 | ir: Avoid generating out-of-range values in constants. | Emilio Cobos Álvarez |