| Age | Commit message (Expand) | Author | Lines |
| 2017-07-28 | Revert borrowck changes | John Kåre Alsaker | -26/+4 |
| 2017-07-28 | Update error codes | John Kåre Alsaker | -4/+4 |
| 2017-07-28 | Fix tidy warnings | Alex Crichton | -1/+1 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -6/+44 |
| 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 |
| 2017-05-29 | Auto merge of #42264 - GuillaumeGomez:new-error-codes, r=Susurrus | bors | -12/+67 |
| 2017-05-28 | Auto merge of #41917 - arielb1:mir-array, r=nagisa | bors | -9/+9 |
| 2017-05-28 | fix RUST_LOG ICE caused by printing a default impl's DefId | Ariel Ben-Yehuda | -1/+1 |
| 2017-05-28 | add NullOp::SizeOf and BinOp::Offset | Ariel Ben-Yehuda | -1/+2 |
| 2017-05-28 | address review comments | Ariel Ben-Yehuda | -7/+6 |
| 2017-05-27 | Add new error codes | Guillaume Gomez | -12/+67 |
| 2017-05-24 | Remove all instances of fragment_infos and fragment sets | Paul Faria | -568/+0 |
| 2017-05-24 | Explain why a closure is `FnOnce` in closure errors | Tommy Ip | -0/+3 |
| 2017-05-22 | rename `parameter_environment` to `param_env` | Niko Matsakis | -3/+3 |
| 2017-05-22 | use `ParamEnv` from `ty` rather than importing | Niko Matsakis | -5/+5 |
| 2017-05-22 | rename `ParameterEnvironment` to `ParamEnv` | Niko Matsakis | -10/+10 |
| 2017-05-22 | centralize the caching for is-copy, is-sized, and is-freeze | Niko Matsakis | -11/+12 |
| 2017-05-18 | Add help message if a FnOnce is moved | Guillaume Gomez | -7/+24 |
| 2017-05-13 | rustc: stop interning CodeExtent, it's small enough. | Eduard-Mihai Burtescu | -19/+19 |
| 2017-05-13 | rustc: treat ReEarlyBound as free without replacing it with ReFree. | Eduard-Mihai Burtescu | -1/+6 |
| 2017-05-13 | rustc: use DefId instead of CodeExtent for FreeRegion's scope. | Eduard-Mihai Burtescu | -1/+3 |
| 2017-05-13 | rustc: uniformly compute ParameterEnvironment's "free outlive scope". | Eduard-Mihai Burtescu | -2/+2 |
| 2017-05-13 | Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb | bors | -3/+5 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+5 |
| 2017-05-12 | box large variants in MIR | Ariel Ben-Yehuda | -2/+2 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -61/+61 |
| 2017-05-05 | Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -1/+1 |