Age | Commit message (Expand) | Author |
2017-02-19 | force pad bytes before large align field | Flier Lu |
2017-02-17 | Implement DotAttribute for a bunch of types | Nick Fitzgerald |
2017-02-17 | Make an ir::dot module and DotAttributes trait | Nick Fitzgerald |
2017-02-16 | Rework how bitfields are handled. | Emilio Cobos Álvarez |
2017-02-15 | Auto merge of #518 - pornel:typedefstruct, r=emilio | bors-servo |
2017-02-15 | Auto merge of #508 - impowski:graphviz_dot, r=fitzgen | bors-servo |
2017-02-15 | Graphviz implementation | Artem Biryukov |
2017-02-15 | Docs | Kornel Lesiński |
2017-02-15 | Reuse valid identifier check | Kornel Lesiński |
2017-02-15 | Auto merge of #516 - emilio:clang-sys, r=fitzgen | bors-servo |
2017-02-15 | Use typedef-derived name for anonymous enums | Kornel Lesiński |
2017-02-15 | Use typedef-derived name for anonymous structs and unions | Kornel Lesiński |
2017-02-15 | Support older clang | Kornel Lesiński |
2017-02-15 | Update clang-sys. | Emilio Cobos Álvarez |
2017-02-14 | Discover which template type parameters are actually used | Nick Fitzgerald |
2017-02-14 | Add the `Item::is_named` helper method | Nick Fitzgerald |
2017-02-13 | Auto merge of #513 - emilio:const-fn-arg, r=fitzgen | bors-servo |
2017-02-14 | codegen: Use the constness of the inner type when converting array function a... | Emilio Cobos Álvarez |
2017-02-13 | Run `cargo fmt` | Nick Fitzgerald |
2017-02-13 | Refactor IR graph traversal infrastructure | Nick Fitzgerald |
2017-02-13 | Rename ir::traversal::TypeCollector to ir::traversal::Trace | Nick Fitzgerald |
2017-02-13 | Move TypeCollector to the ir::traversal module | Nick Fitzgerald |
2017-02-13 | Rename WhitelistedItemsIter to ItemTraversal | Nick Fitzgerald |
2017-02-10 | Auto merge of #504 - emilio:xidorn-template-specialization, r=emilio | bors-servo |
2017-02-10 | Don't mangle name in partial specification | Xidorn Quan |
2017-02-10 | ir: Cut the parenthood chain in pointers, references and arrays. | Emilio Cobos Álvarez |
2017-02-10 | Remove duplicated functions that had sneaked in. | Emilio Cobos Álvarez |
2017-02-10 | ir: Don't parse non-semantic-children cursor as inner structs. | Emilio Cobos Álvarez |
2017-02-09 | Auto merge of #501 - faineance:master, r=fitzgen | bors-servo |
2017-02-09 | remove underscore prefix from feature name | faineance |
2017-02-09 | rename llvm_stable feature, and remove references from docs | faineance |
2017-02-09 | Auto merge of #491 - fitzgen:template-instantiation, r=emilio | bors-servo |
2017-02-09 | Auto merge of #497 - emilio:clang-3.5, r=KiChjang | bors-servo |
2017-02-08 | Auto merge of #498 - pornel:clang35, r=emilio | bors-servo |
2017-02-08 | ir: Remove unused call to clang_Cursor_isAnonymous. | Emilio Cobos Álvarez |
2017-02-08 | Run `cargo fmt` | Nick Fitzgerald |
2017-02-08 | Make instantiate_template fallible | Nick Fitzgerald |
2017-02-08 | Run `cargo fmt` | Nick Fitzgerald |
2017-02-08 | Refactor how template instantiation is performed | Nick Fitzgerald |
2017-02-08 | Create PartialType for types we are in the middle of parsing | Nick Fitzgerald |
2017-02-08 | Introduce the TemplateDeclaration trait | Nick Fitzgerald |
2017-02-08 | Rename TypeKind::TemplateRef to TypeKind::TemplateInstantiation | Nick Fitzgerald |
2017-02-08 | Rustfmt on src/clang.rs | Nick Fitzgerald |
2017-02-08 | Introduce a CanonicalDeclaration type | Nick Fitzgerald |
2017-02-08 | Add children-related helper methods to Cursor | Nick Fitzgerald |
2017-02-08 | Derive Copy for clang::Type | Nick Fitzgerald |
2017-02-08 | Fallback for clang_Cursor_getMangling absent in Clang 3.5 | Kornel Lesiński |
2017-02-08 | Use conditionally functions absent from Clang 3.5 | Kornel Lesiński |
2017-02-08 | Auto merge of #495 - flier:fix-493, r=emilio | bors-servo |
2017-02-08 | check layout align before padding bytes | Flier Lu |