| Age | Commit message (Expand) | Author | Lines |
| 2017-01-05 | Un-remove E0001, put a notice on it instead | Andrew Cann | -0/+27 |
| 2017-01-04 | Fix build after rebase | Andrew Cann | -23/+31 |
| 2017-01-03 | Spelling. s/forrest/forest | Andrew Cann | -4/+4 |
| 2017-01-03 | fix comment that got split in two | Niko Matsakis | -3/+2 |
| 2017-01-03 | Fix build after rebase. | Andrew Cann | -16/+18 |
| 2017-01-03 | Remove E0001 diagnostic | Andrew Cann | -25/+0 |
| 2017-01-03 | Disable unreachable patterns error entirely | Andrew Cann | -12/+9 |
| 2017-01-03 | Refactor is_uninhabited | Andrew Cann | -7/+7 |
| 2017-01-03 | Fix build after rebase | Andrew Cann | -5/+5 |
| 2017-01-03 | Style fix | Andrew Cann | -2/+1 |
| 2017-01-03 | Improve error message, fix and add tests. | Andrew Cann | -28/+41 |
| 2017-01-03 | More pattern matching for empty types changes | Andrew Cann | -84/+128 |
| 2017-01-03 | Make is_useful handle empty types properly | Andrew Cann | -19/+66 |
| 2017-01-03 | Start enabling empty types in pattern matching. | Andrew Cann | -12/+17 |
| 2017-01-01 | rustc_const_eval: convert constants to Pattern instead of hir::Pat. | Eduard-Mihai Burtescu | -188/+180 |
| 2017-01-01 | rustc_const_eval: build Pattern instead of hir::Pat for pretty-printing. | Eduard-Mihai Burtescu | -105/+231 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -38/+57 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -5/+9 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -75/+17 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -43/+18 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -26/+33 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -1/+0 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -24/+12 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-29 | rustc: simplify AdtDef by removing the field types and ty::ivar. | Eduard-Mihai Burtescu | -24/+12 |
| 2016-11-29 | revamp `Visitor` with a single method for controlling nested visits | Niko Matsakis | -5/+9 |
| 2016-11-29 | Fix rebase breakage | Florian Diebold | -3/+6 |
| 2016-11-29 | Split nested_visit_mode function off from nested_visit_map | Florian Diebold | -3/+7 |
| 2016-11-29 | Refactor inlined items some more | Florian Diebold | -19/+28 |
| 2016-11-29 | Add make tidy fixes | Florian Diebold | -8/+11 |
| 2016-11-29 | Fix cross-crate associated constant evaluation | Florian Diebold | -12/+30 |
| 2016-11-29 | Give function bodies their own dep graph node | Florian Diebold | -1/+0 |
| 2016-11-29 | Save bodies of functions for inlining into other crates | Florian Diebold | -42/+9 |
| 2016-11-29 | rustc_const_eval: fix compilation | Florian Diebold | -13/+18 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -83/+84 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -28/+29 |
| 2016-11-22 | Make is_uninhabited respect privacy | Andrew Cann | -1/+1 |
| 2016-11-22 | Change HirVec<P<T>> to HirVec<T> in Expr. | Nicholas Nethercote | -1/+1 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -5/+5 |
| 2016-11-17 | Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb | bors | -1/+2 |
| 2016-11-16 | refactor Visitor into ItemLikeVisitor and intravisit::Visitor | Niko Matsakis | -1/+2 |
| 2016-11-14 | Uncomment some long error explanation | Guillaume Gomez | -4/+6 |
| 2016-11-10 | Work around a borrow surviving too long (fixes #37686) | Anthony Ramine | -1/+2 |
| 2016-11-09 | Auto merge of #37678 - eddyb:rollup, r=eddyb | bors | -11/+5 |
| 2016-11-10 | Rollup merge of #37412 - eddyb:lazy-6, r=nikomatsakis | Eduard-Mihai Burtescu | -4/+3 |
| 2016-11-10 | rustc: unify and simplify managing associated items. | Eduard Burtescu | -7/+2 |
| 2016-11-10 | rustc: use an Expr instead of a Block for function bodies. | Eduard Burtescu | -4/+3 |
| 2016-11-09 | Auto merge of #37603 - arielb1:max-slice-length, r=nikomatsakis | bors | -8/+97 |
| 2016-11-09 | Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakis | Eduard-Mihai Burtescu | -3/+3 |