| Age | Commit message (Expand) | Author | Lines |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -3/+0 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-22 | Rollup merge of #43993 - tamird:better-wording-error, r=arielb1 | Guillaume Gomez | -13/+12 |
| 2017-08-21 | Auto merge of #43971 - alexcrichton:lint-statements, r=michaelwoerister | bors | -14/+2 |
| 2017-08-20 | borrowck: name the correct type in error message | Tamir Duberstein | -13/+12 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -97/+1 |
| 2017-08-18 | rustc: Add `Local` to the HIR map of parents | Alex Crichton | -13/+1 |
| 2017-08-17 | rustc: Rename NodeLocal to NodeBinding | Alex Crichton | -1/+1 |
| 2017-08-16 | Move borrowck error msg construction to module in `rustc_mir` (for later reus... | Felix S. Klock II | -599/+53 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -40/+40 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -16/+36 |
| 2017-08-14 | Fix some merge fallout. | Michael Woerister | -1/+2 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-11 | Encapsulate sub-table access in TypeckTables and validate keys on each access. | Michael Woerister | -5/+3 |
| 2017-08-11 | Use DefIndex instead of NodeId in UpvarId. | Michael Woerister | -11/+23 |
| 2017-08-11 | Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables. | Michael Woerister | -1/+3 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::pat_binding_modes. | Michael Woerister | -2/+7 |
| 2017-08-11 | Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck... | Michael Woerister | -1/+3 |
| 2017-08-01 | Fixed formatting. | Isaac van Bakel | -2/+2 |
| 2017-08-01 | Fixed interior mutable references causing a mark | Isaac van Bakel | -24/+31 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -1/+1 |
| 2017-08-01 | Fixed refs being marked used mutably on mut deref | Isaac van Bakel | -0/+13 |
| 2017-07-31 | Auto merge of #43547 - arielb1:no-borrow-no-check, r=nikomatsakis | bors | -16/+46 |
| 2017-07-31 | Auto merge of #43399 - tschottdorf:bndmode-pat-adjustments, r=nikomatsakis | bors | -5/+6 |
| 2017-07-31 | borrowck: skip CFG construction when there is nothing to propagate | Ariel Ben-Yehuda | -16/+46 |
| 2017-07-30 | extended info for E0595 closure cannot mutate immutable local variable | Zack M. Davis | -1/+18 |
| 2017-07-30 | default binding modes: add pat_binding_modes | Tobias Schottdorf | -5/+6 |
| 2017-07-27 | Auto merge of #43479 - ivanbakel:loop_borrow_msg, r=estebank | bors | -13/+27 |
| 2017-07-25 | Modified error for loop mut borrow conflicts | Isaac van Bakel | -13/+27 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -2/+0 |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -1/+1 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+2 |
| 2017-06-28 | Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate. | Felix S. Klock II | -3259/+10 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -11/+6 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -10/+33 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-19 | Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakis | bors | -0/+9 |
| 2017-06-15 | Update older URLs pointing to the first edition of the Book | Wonwoo Choi | -7/+7 |
| 2017-06-12 | Revised comment explaining my addition of case for `TerminatorKind::Resume`. | Felix S. Klock II | -5/+5 |
| 2017-06-12 | Add `EndRegion` statement kind to MIR. | Felix S. Klock II | -0/+9 |
| 2017-06-10 | rustc: make InferCtxt optional in MemCategorizationContext. | Eduard-Mihai Burtescu | -4/+2 |
| 2017-06-10 | rustc: do not depend on infcx.tables in MemCategorizationContext. | Eduard-Mihai Burtescu | -8/+7 |
| 2017-06-03 | Auto merge of #42396 - venkatagiri:remove_lifetime_extn, r=arielb1 | bors | -12/+1 |
| 2017-06-02 | rustc: remove temporary lifetime extension by borrow hint | Venkata Giri Reddy | -12/+1 |
| 2017-06-01 | strip param-env from infcx | Niko Matsakis | -7/+10 |
| 2017-06-01 | rustc: avoid using MethodCallee's signature where possible. | Eduard-Mihai Burtescu | -9/+9 |
| 2017-06-01 | rustc: remove unused field of mc::Categorization::Deref. | Eduard-Mihai Burtescu | -19/+19 |
| 2017-05-31 | Rollup merge of #42196 - tommyip:explain_closure_err, r=nikomatsakis | Mark Simulacrum | -5/+9 |
| 2017-05-31 | Update closure errors to use `span_note` | Tommy Ip | -4/+5 |
| 2017-05-30 | Explain why closure is moved in error message | Tommy Ip | -8/+8 |