| Age | Commit message (Expand) | Author | Lines |
| 2018-03-31 | Auto merge of #49472 - nikomatsakis:nll-optimize-constraint-prop-1, r=pnkfelix | bors | -48/+136 |
| 2018-03-29 | apply pnkfelix nits | Niko Matsakis | -6/+20 |
| 2018-03-29 | document reason for #[inline(never)] annotation | Niko Matsakis | -1/+1 |
| 2018-03-29 | amortize dfs storage creation | Niko Matsakis | -31/+65 |
| 2018-03-29 | remove dependency map and instead use a linked list of constraints | Niko Matsakis | -17/+55 |
| 2018-03-29 | add `#[inline(never)]` annotations | Niko Matsakis | -0/+2 |
| 2018-03-27 | Auto merge of #49202 - csmoe:trait_engine, r=nikomatsakis | bors | -2/+2 |
| 2018-03-23 | import trait engine to typeck | csmoe | -2/+2 |
| 2018-03-22 | Debug logs for replace_bound_regions_with_nll_infer_vars | Niko Matsakis | -0/+6 |
| 2018-03-22 | UserAssertTy can handle inference variables. | David Wood | -8/+9 |
| 2018-03-22 | No longer visiting user_assert_ty statements in constraint generation. | David Wood | -2/+4 |
| 2018-03-22 | Added comment in renumberer about UserAssertTy. | David Wood | -0/+3 |
| 2018-03-22 | Added override in renumberer for UserAssertTy. | David Wood | -1/+6 |
| 2018-03-22 | Changed location to at_self from at_successor. | David Wood | -1/+1 |
| 2018-03-22 | Added initial processing of UserAssertTy statements. | David Wood | -1/+16 |
| 2018-03-22 | Added UserAssertTy statement. | David Wood | -3/+6 |
| 2018-03-14 | Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis | bors | -3/+3 |
| 2018-03-15 | Rollup merge of #48840 - varkor:idxset-cleanup, r=pnkfelix | kennytm | -5/+5 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -3/+3 |
| 2018-03-13 | transition various normalization functions to the new methods | Niko Matsakis | -1/+1 |
| 2018-03-13 | introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC] | Niko Matsakis | -67/+24 |
| 2018-03-13 | introduce `infcx.at(..).normalize(..)` operation [VIC] | Niko Matsakis | -5/+13 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -0/+1 |
| 2018-03-13 | random reformatting | Niko Matsakis | -17/+16 |
| 2018-03-09 | Finally start down the right path | bobtwinkles | -44/+22 |
| 2018-03-09 | Rename BorrowData::location to BorrowData::reserve_location | bobtwinkles | -3/+3 |
| 2018-03-08 | Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis | Manish Goregaokar | -139/+173 |
| 2018-03-08 | Simplify code around reading/writing ConstVals | Oliver Schneider | -56/+6 |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -1/+1 |
| 2018-03-08 | Hide the RefCell inside InterpretInterner | Oliver Schneider | -2/+1 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -6/+7 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -6/+2 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -5/+42 |
| 2018-03-07 | Rollup merge of #48651 - PramodBisht:issues/48425, r=oli-obk | Alex Crichton | -1/+1 |
| 2018-03-06 | Run rustfmt over modified files | Santiago Pastorino | -100/+89 |
| 2018-03-06 | mir is already a reference | Santiago Pastorino | -3/+3 |
| 2018-03-06 | Make causal tracking lazy | Santiago Pastorino | -40/+95 |
| 2018-03-06 | Remove nll-dump-cause flag and always track causes | Santiago Pastorino | -12/+2 |
| 2018-03-06 | Remove IdxSet::elems | varkor | -5/+5 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -8/+8 |
| 2018-03-04 | Auto merge of #48592 - spastorino:borrowed_value_error, r=nikomatsakis | bors | -183/+155 |
| 2018-03-04 | Fixed #48425 | Pramod Bisht | -1/+1 |
| 2018-03-02 | Run Rustfix on librustc_mir | Manish Goregaokar | -10/+10 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -6/+5 |
| 2018-03-01 | rustfmt over error_reporting, explain_borrow and region_infer mods | Santiago Pastorino | -120/+109 |
| 2018-03-01 | Make explain borrow work for Universal lifetimes | Santiago Pastorino | -4/+16 |
| 2018-02-28 | Avoid printing overwhelming info on -Znll-dump-cause | Santiago Pastorino | -70/+2 |
| 2018-02-28 | Do not report _#nr lifetimes names in errors | Santiago Pastorino | -6/+45 |
| 2018-02-24 | Rollup merge of #48061 - nikomatsakis:nll-do-not-run-mir-typeck-twice, r=eddyb | Manish Goregaokar | -0/+6 |
| 2018-02-23 | explain why we don't need to run type-checker when NLL is enabled | Niko Matsakis | -0/+2 |