| Age | Commit message (Expand) | Author | Lines |
| 2018-05-31 | change `PointerKind::Implicit` to a note | Niko Matsakis | -6/+2 |
| 2018-05-28 | operate on `HirId` in `hir::Pat::each_binding`, and consequences of that | Zack M. Davis | -11/+11 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -4/+7 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 |
| 2018-05-05 | Auto merge of #50418 - nnethercote:cmt, r=eddyb | bors | -77/+73 |
| 2018-05-03 | Avoid many `cmt` allocations. | Nicholas Nethercote | -77/+73 |
| 2018-04-28 | Disable AST unused mut check when using MIR borrowck | Keith Yeung | -1/+4 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -9/+10 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -18/+8 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -1/+0 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -1/+1 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -1/+0 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -1/+1 |
| 2018-03-28 | Make Steal thread-safe | John Kåre Alsaker | -1/+1 |
| 2018-03-20 | Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis | kennytm | -0/+5 |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -0/+5 |
| 2018-03-16 | change &self to self and fix lifetime annotations | csmoe | -14/+14 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -0/+2 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -1/+1 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -4/+7 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-02-06 | Rollup merge of #47543 - topecongiro:issue-42344, r=nikomatsakis | kennytm | -11/+1 |
| 2018-02-04 | Remove delay_span_bug() in check_aliasability | Seiichi Uchida | -11/+1 |
| 2018-02-02 | Auto merge of #47465 - estebank:include-space-after-mut, r=nikomatsakis | bors | -1/+1 |
| 2018-01-29 | rustc_borrowck: replace "lvalue" terminology with "place" in docs. | Eduard-Mihai Burtescu | -80/+80 |
| 2018-01-29 | rustc: replace "lvalue" terminology with "place" in the code. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-01-27 | end_point handling multibyte characters correctly. | David Wood | -3/+4 |
| 2018-01-26 | Consider all whitespace when preparing span | Esteban Küber | -1/+1 |
| 2018-01-26 | Include space in suggestion `mut` in bindings | Esteban Küber | -1/+1 |
| 2018-01-23 | Use delay_span_bug for things that should be errors | John Kåre Alsaker | -3/+11 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -68/+100 |
| 2018-01-15 | Do not suggest to make `mut` binding external to `Fn` closure | Esteban Küber | -3/+25 |
| 2018-01-14 | Auto merge of #47261 - estebank:immutable-arg, r=petrochenkov | bors | -1/+2 |
| 2018-01-10 | Modify message to match label | Esteban Küber | -0/+1 |
| 2018-01-09 | Rollup merge of #47258 - rkruppe:struct-assert, r=eddyb | kennytm | -3/+3 |
| 2018-01-07 | Assignment to immutable argument: diagnostic tweak | Esteban Küber | -1/+1 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -3/+3 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2018-01-04 | Auto merge of #47124 - estebank:loan-paths, r=nikomatsakis | bors | -7/+21 |
| 2018-01-03 | Add mir test, review comments | Esteban Küber | -3/+3 |
| 2018-01-02 | Be ambiguous when type cannot be properly mentioned | Esteban Küber | -16/+24 |
| 2018-01-01 | Address review comments: make label shorter | Esteban Küber | -8/+14 |
| 2018-01-01 | Move reason for move to label | Esteban Küber | -11/+11 |
| 2018-01-01 | Delay panic for aliasing violation for static items. | matthewjasper | -8/+13 |
| 2017-12-31 | Reword trying to operate in immutable fields | Esteban Küber | -23/+41 |
| 2017-12-20 | feature nll implies borrowck=mir | Santiago Pastorino | -1/+1 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -0/+1 |
| 2017-12-15 | add a new RegionKind variant: ReClosureBound | Niko Matsakis | -0/+1 |
| 2017-12-14 | Point at var in short lived borrows | Esteban Küber | -11/+7 |