| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-05-02 | Rollup merge of #41640 - gaurikholkar:master, r=nikomatsakis | Corey Farwell | -1/+8 |
| 2017-05-02 | have borrowck fetch MIR, which will perform some errors | Niko Matsakis | -0/+10 |
| 2017-05-02 | run MIR borrowck on the validated, not optimized, MIR | Niko Matsakis | -1/+17 |
| 2017-05-02 | simplify the MirPass traits and passes dramatically | Niko Matsakis | -6/+6 |
| 2017-05-02 | rework `MirPass` API to be stateless and extract helper fns | Niko Matsakis | -1/+1 |
| 2017-05-02 | introduce `mir_keys()` | Niko Matsakis | -2/+2 |
| 2017-05-02 | Using a span_suggestion to display use & hint | gaurikholkar | -6/+3 |
| 2017-05-02 | Adding consider changing to & suggestion for let bindings | gaurikholkar | -1/+11 |
| 2017-04-30 | modify `ExprUseVisitor` and friends to take region-maps, not def-id | Niko Matsakis | -2/+2 |
| 2017-04-30 | introduce per-fn RegionMaps | Taylor Cramer | -35/+39 |
| 2017-04-30 | intern CodeExtents | Niko Matsakis | -42/+41 |
| 2017-04-30 | remove ROOT_CODE_EXTENT and DUMMY_CODE_EXTENT | Niko Matsakis | -1/+1 |
| 2017-04-30 | On-demandify region mapping | Taylor Cramer | -20/+20 |
| 2017-04-28 | Adding documentation, indentation fixes | gaurikholkar | -19/+39 |
| 2017-04-28 | Disable ref hint for pattern in let and adding ui-tests. | gaurikholkar | -16/+71 |
| 2017-04-27 | Rollup merge of #41523 - estebank:moved, r=arielb1 | Corey Farwell | -2/+5 |
| 2017-04-25 | Point at variable moved by closure | Esteban Küber | -2/+5 |
| 2017-04-24 | rustc: expose the common DUMMY_SP query case as tcx methods. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-04-24 | rustc: rename some of the queries to match tcx methods. | Eduard-Mihai Burtescu | -2/+2 |