| Age | Commit message (Expand) | Author | Lines |
| 2018-06-20 | Auto merge of #51638 - spastorino:diagnostic-suggest-drop-in-reverse, r=nikom... | bors | -104/+125 |
| 2018-06-20 | Auto merge of #51617 - nnethercote:nll-allocs, r=pnkfelix | bors | -2/+3 |
| 2018-06-19 | Run rustfmt | Santiago Pastorino | -101/+94 |
| 2018-06-19 | Suggest that values are dropped in the opposite order they are defined | Santiago Pastorino | -13/+41 |
| 2018-06-19 | Added diagnostics for suggesting `mut x` on repeated mutations of `x`. | Felix S. Klock II | -46/+24 |
| 2018-06-19 | NLL: Broad rewrite of check_access_perimssions. | Felix S. Klock II | -100/+205 |
| 2018-06-19 | small refactoring: replaced mutable state with `return` statements in control... | Felix S. Klock II | -15/+22 |
| 2018-06-19 | Thread info about form of variable bindings, including spans of arg types, do... | Felix S. Klock II | -1/+1 |
| 2018-06-19 | Return a `SmallVec` from `place_elements`. | Nicholas Nethercote | -2/+3 |
| 2018-06-18 | Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelix | bors | -472/+660 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-06-09 | remove some `#[inline(never)]` | Niko Matsakis | -10/+0 |
| 2018-06-09 | use `DUMMY_NODE_ID` as the `body_id` during NLL type-checking | Niko Matsakis | -32/+36 |
| 2018-06-09 | convert type-check constraints into NLL constraints on the fly | Niko Matsakis | -266/+334 |
| 2018-06-09 | rename `Constraint` to `OutlivesConstraint` | Niko Matsakis | -12/+13 |
| 2018-06-09 | key drop-data computation by ty, not var | Niko Matsakis | -2/+2 |
| 2018-06-09 | cache the `dropck_outlives` computation per variable | Niko Matsakis | -51/+57 |
| 2018-06-09 | extract out `fully_perform_op_and_get_region_constraints` | Niko Matsakis | -20/+57 |
| 2018-06-09 | put the `RegionConstraintData` into an `Rc` | Niko Matsakis | -2/+4 |
| 2018-06-09 | librustc_mir/borrow_check/nll/type_check/mod.rs: rustfmt | Niko Matsakis | -8/+12 |
| 2018-06-09 | micro-optimize empty predicate and normalize lists | Niko Matsakis | -10/+21 |
| 2018-06-09 | skip `eq_types` and `sub_types` when the two types are equal | Niko Matsakis | -0/+10 |
| 2018-06-09 | add some instrumentation | Niko Matsakis | -134/+189 |
| 2018-06-08 | Auto merge of #51247 - pnkfelix:issue-51190-report-type-moved-from-behind-bor... | bors | -3/+10 |
| 2018-06-06 | When NLL has illegal move due to borrowed content, provide feedback about why... | Felix S. Klock II | -3/+10 |
| 2018-06-06 | NLL performance boost | Gergely Nagy | -7/+9 |
| 2018-06-02 | Change the log level of the message reporting the selected Polonius algorithm... | Vytautas Astrauskas | -1/+1 |
| 2018-06-02 | Allow choosing Polonius algorithm via environment variable POLONIUS_ALGORITHM. | Vytautas Astrauskas | -1/+7 |
| 2018-05-30 | rustc: rename mir::LocalDecl's syntactic_source_info to source_info. | Eduard-Mihai Burtescu | -5/+5 |
| 2018-05-30 | rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope. | Eduard-Mihai Burtescu | -6/+6 |
| 2018-05-30 | rustc: rename mir::LocalDecl's source_info to visibility_source_info. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-05-30 | rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-30 | rustc: rename mir::SourceScopeInfo to mir::SourceScopeLocalData. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-30 | rustc: rename mir::VisibilityScope to mir::SourceScope. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-30 | Auto merge of #51106 - davidtwco:issue-50934, r=nikomatsakis | bors | -1/+1 |
| 2018-05-29 | Review feedback: Fix typo. | Felix S. Klock II | -1/+1 |
| 2018-05-29 | review feedback: fix indentation of pattern candidates to match code elsewher... | Felix S. Klock II | -3/+3 |
| 2018-05-29 | Expand two-phase-borrows so that a case like this still compiles: | Felix S. Klock II | -13/+40 |
| 2018-05-29 | Fallout from allowing some mutation in guards. | Felix S. Klock II | -8/+10 |
| 2018-05-29 | rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR. | Felix S. Klock II | -1/+19 |
| 2018-05-29 | tweak debug output some more | Niko Matsakis | -1/+1 |
| 2018-05-29 | Run rustfmt | Santiago Pastorino | -71/+87 |
| 2018-05-29 | Use polonius_output | Santiago Pastorino | -3/+10 |
| 2018-05-29 | store output in FlowState | Douglas Campos | -7/+13 |
| 2018-05-29 | store polonius output in MirBorrowCtx | Douglas Campos | -2/+8 |
| 2018-05-29 | it compiles, but we do not use the output yet | Douglas Campos | -9/+23 |
| 2018-05-26 | Auto merge of #51072 - petrochenkov:ifield, r=eddyb | bors | -2/+2 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -2/+2 |
| 2018-05-26 | Rollup merge of #51047 - spastorino:use_polonius_engine_facts, r=nikomatsakis | kennytm | -25/+49 |
| 2018-05-25 | Auto merge of #50998 - bobtwinkles:nll_facts_invalidate_followup, r=nikomatsakis | bors | -969/+584 |