| Age | Commit message (Expand) | Author | Lines |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -39/+39 |
| 2016-12-05 | Auto merge of #38093 - mikhail-m1:stack-overflow, r=arielb1 | bors | -65/+60 |
| 2016-12-04 | Auto merge of #38092 - pnkfelix:mir-stats, r=nikomatsakis | bors | -0/+320 |
| 2016-12-03 | fix stack overflow by enum and cont issue #36163, some paths were skipped whi... | Mikhail Modin | -65/+60 |
| 2016-11-30 | Adds `-Z mir-stats`, which is similar to `-Z hir-stats`. | Felix S. Klock II | -0/+320 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -1/+0 |
| 2016-11-29 | revamp `Visitor` with a single method for controlling nested visits | Niko Matsakis | -14/+16 |
| 2016-11-29 | Fix rebase breakage | Florian Diebold | -1/+1 |
| 2016-11-29 | Split nested_visit_mode function off from nested_visit_map | Florian Diebold | -13/+15 |
| 2016-11-29 | Refactor inlined items some more | Florian Diebold | -21/+30 |
| 2016-11-29 | Add make tidy fixes | Florian Diebold | -1/+2 |
| 2016-11-29 | Save bodies of functions for inlining into other crates | Florian Diebold | -5/+13 |
| 2016-11-29 | rustc_passes: fix compilation | Florian Diebold | -32/+50 |
| 2016-11-28 | Auto merge of #37791 - petrochenkov:where, r=nikomatsakis | bors | -1/+19 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -31/+27 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -6/+0 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -3/+6 |
| 2016-11-25 | Support `?Sized` in where clauses | Vadim Petrochenkov | -1/+19 |
| 2016-11-22 | Auto merge of #37487 - goffrie:break, r=nikomatsakis | bors | -14/+74 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -14/+74 |
| 2016-11-22 | Start warning cycle. | Jeffrey Seyfried | -0/+7 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -2/+2 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -1/+2 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-16 | add a `nested_visit_map` method | Niko Matsakis | -0/+8 |
| 2016-11-16 | fallout from separating impl-items from impls | Niko Matsakis | -0/+4 |
| 2016-11-16 | refactor Visitor into ItemLikeVisitor and intravisit::Visitor | Niko Matsakis | -13/+14 |
| 2016-11-10 | Rollup merge of #37412 - eddyb:lazy-6, r=nikomatsakis | Eduard-Mihai Burtescu | -7/+6 |
| 2016-11-10 | rustc: unify and simplify managing associated items. | Eduard Burtescu | -2/+2 |
| 2016-11-10 | rustc: use an Expr instead of a Block for function bodies. | Eduard Burtescu | -5/+5 |
| 2016-11-10 | syntax: don't fake a block around closures' bodies during parsing. | Eduard Burtescu | -2/+1 |
| 2016-11-09 | Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakis | Eduard-Mihai Burtescu | -7/+7 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -7/+7 |
| 2016-11-05 | Rollup merge of #37583 - michaelwoerister:hir-stats, r=alexcrichton | Alex Crichton | -0/+375 |
| 2016-11-04 | Add -Zhir-stats for collecting statistics on HIR and AST | Michael Woerister | -0/+375 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -6/+8 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -9/+10 |
| 2016-10-29 | Auto merge of #37378 - petrochenkov:nopat, r=eddyb | bors | -1/+9 |
| 2016-10-27 | Preparations and cleanup | Vadim Petrochenkov | -3/+5 |
| 2016-10-26 | Prohibit patterns in trait methods without bodies | Vadim Petrochenkov | -1/+9 |
| 2016-10-04 | Turn some impossible definitions into ICEs | Vadim Petrochenkov | -2/+2 |
| 2016-10-04 | Set `NON_ZERO_SIZED` flag correctly for struct/union ctors | Vadim Petrochenkov | -16/+8 |
| 2016-10-04 | Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant | Vadim Petrochenkov | -6/+6 |
| 2016-09-28 | Call arrays "arrays" instead of "vecs" internally | Jonas Schievink | -1/+1 |
| 2016-09-27 | Auto merge of #36761 - jonathandturner:E0425_E0446_E0449, r=nrc | bors | -1/+4 |
| 2016-09-26 | Update E0425, E0446, E0449 | Jonathan Turner | -1/+4 |
| 2016-09-26 | make emit_feature_err take a ParseSess | Tim Neumann | -1/+1 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -8/+6 |