| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-04-22 | avoid calling `mk_region` unnecessarily | Ariel Ben-Yehuda | -1/+1 |
| 2017-04-20 | rustc: combine type_needs_drop_given_env and may_drop into needs_drop. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-04-14 | Auto merge of #41153 - petrochenkov:umove, r=pnkfelix | bors | -15/+15 |
| 2017-04-12 | Rollup merge of #41232 - arielb1:mir-rvalues, r=eddyb | Tim Neumann | -3/+3 |
| 2017-04-12 | Rollup merge of #41063 - nikomatsakis:issue-40746-always-exec-loops, r=eddyb | Tim Neumann | -16/+18 |
| 2017-04-12 | fix nit | Niko Matsakis | -1/+1 |
| 2017-04-11 | store Spans for all MIR locals | Ariel Ben-Yehuda | -3/+3 |
| 2017-04-08 | Auto merge of #41148 - arielb1:dead-unwind, r=nagisa | bors | -38/+121 |
| 2017-04-08 | borrowck::mir::dataflow: ignore unwind edges of empty drops | Ariel Ben-Yehuda | -38/+121 |
| 2017-04-08 | Fix move checking for nested union fields | Vadim Petrochenkov | -15/+15 |
| 2017-04-07 | Rollup merge of #40797 - GAJaloyan:patch-1, r=arielb1 | Corey Farwell | -3/+3 |
| 2017-04-04 | push `borrowck` into its own task | Niko Matsakis | -16/+18 |
| 2017-03-29 | Rollup merge of #40841 - arielb1:immutable-blame, r=pnkfelix | Corey Farwell | -123/+140 |
| 2017-03-27 | correcting another mistake in an example | GAJaloyan | -1/+1 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -14/+14 |
| 2017-03-27 | fix handling of `self` | Ariel Ben-Yehuda | -29/+31 |
| 2017-03-27 | borrowck: consolidate `mut` suggestions | Ariel Ben-Yehuda | -104/+119 |
| 2017-03-24 | issue #40793 | GAJaloyan | -2/+2 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -1/+1 |
| 2017-03-20 | Auto merge of #39628 - arielb1:shimmir, r=eddyb | bors | -789/+140 |
| 2017-03-19 | Rollup merge of #40445 - estebank:issue-18150, r=jonathandturner | Corey Farwell | -0/+19 |
| 2017-03-18 | translate drop glue using MIR | Ariel Ben-Yehuda | -1/+1 |
| 2017-03-18 | move the drop expansion code to rustc_mir | Ariel Ben-Yehuda | -788/+139 |
| 2017-03-13 | Add label to primary span for mutable access of immutable struct error | Esteban Küber | -3/+8 |
| 2017-03-12 | Change label to "consider changing this to `mut f`" | Esteban Küber | -1/+3 |
| 2017-03-11 | Point to let when modifying field of immutable variable | Esteban Küber | -0/+12 |
| 2017-03-10 | isolate dep-graph tasks | Niko Matsakis | -5/+8 |
| 2017-03-03 | Auto merge of #40133 - arielb1:operand-lifetimes, r=eddyb | bors | -0/+1 |
| 2017-03-02 | schedule drops on bindings only after initializing them | Ariel Ben-Yehuda | -0/+1 |
| 2017-02-28 | kill the code path for E0388 | Niko Matsakis | -26/+8 |
| 2017-02-28 | remove `Option` from the `tables` field | Niko Matsakis | -7/+9 |