| Age | Commit message (Expand) | Author | Lines |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -6/+6 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -11/+0 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -0/+9 |
| 2016-08-12 | typeck: record `impl Trait` concrete resolutions. | Eduard Burtescu | -0/+20 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -0/+12 |
| 2016-08-12 | syntax: add anonymized type syntax, i.e. impl TraitA+TraitB. | Eduard Burtescu | -2/+15 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -107/+197 |
| 2016-08-09 | pacify the mercilous tidy | Niko Matsakis | -2/+4 |
| 2016-08-09 | add a `deterministic_hash` method to `DefPath` | Niko Matsakis | -0/+13 |
| 2016-08-09 | replace Name with InternedString in DefPathData | Niko Matsakis | -53/+53 |
| 2016-08-03 | Add span method for hir::Generics struct | Guillaume Gomez | -1/+33 |
| 2016-08-02 | replace graph rewriting with detecting inlined ids | Niko Matsakis | -49/+90 |
| 2016-08-02 | make metadata hashes determinstic | Niko Matsakis | -0/+24 |
| 2016-08-02 | remap Hir(InlinedDefId) to MetaData(OriginalDefId) | Niko Matsakis | -5/+15 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -6/+59 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -192/+71 |
| 2016-07-08 | Add tests + Fix rustdoc regression + Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2016-07-08 | Merge PatKind::QPath into PatKind::Path in HIR | Vadim Petrochenkov | -36/+24 |
| 2016-07-08 | Resolve partially resolved paths in struct patterns/expressions | Vadim Petrochenkov | -15/+0 |
| 2016-07-08 | Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_path | Vadim Petrochenkov | -28/+0 |
| 2016-07-08 | Better support for associated types in struct patterns | Vadim Petrochenkov | -1/+2 |
| 2016-07-06 | Rollup merge of #34521 - llogiq:doc-fixes, r=steveklabnik | Steve Klabnik | -8/+26 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -7/+4 |
| 2016-06-28 | adressed @eddyb's comments | Andre Bogus | -3/+3 |
| 2016-06-28 | extend+improve HIR types documentation | Andre Bogus | -8/+26 |
| 2016-06-28 | groundwork: create the `Resolver` earlier in phase 2 | Jeffrey Seyfried | -14/+12 |
| 2016-06-28 | cleanup: refactor away `ast::NodeIdAssigner` | Jeffrey Seyfried | -8/+13 |
| 2016-06-26 | Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb | Jeffrey Seyfried | -2/+15 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -104/+87 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -23/+18 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -15/+15 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -1/+2 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -18/+25 |
| 2016-06-25 | Rollup merge of #34368 - petrochenkov:astqpath, r=Manishearth | Jeffrey Seyfried | -2/+2 |
| 2016-06-25 | Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried | Jeffrey Seyfried | -0/+2 |
| 2016-06-23 | Remove field `expr` of `ast::Block` | Jeffrey Seyfried | -2/+15 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -18/+25 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -1/+2 |
| 2016-06-20 | Merge PatKind::QPath into PatKind::Path in AST | Vadim Petrochenkov | -2/+2 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -104/+87 |
| 2016-06-17 | Pretty-print attributes on tuple structs and add tests | Erick Tryzelaar | -1/+2 |
| 2016-06-17 | Rename `ast::ExprKind::Again` -> `ast::ExprKind::Continue` | Jeffrey Seyfried | -1/+1 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -22/+17 |
| 2016-06-16 | Rollup merge of #34268 - zackmdavis:if_let_over_none_unit_arm, r=jseyfried | Manish Goregaokar | -24/+17 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -24/+17 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -15/+15 |
| 2016-06-13 | Add support for macro expansion inside trait items | Joseph Dunne | -0/+2 |
| 2016-06-11 | Remove last traces of identifier hygiene from HIR | Vadim Petrochenkov | -31/+8 |
| 2016-06-10 | make all pattern bindings with the same name resolve to the first one | Ariel Ben-Yehuda | -10/+0 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -23/+9 |