| Age | Commit message (Expand) | Author | Lines |
| 2018-06-08 | Do not promote union field accesses | Oliver Schneider | -2/+8 |
| 2018-06-03 | Make sure the float comparison output is consistent with the expected | kennytm | -7/+6 |
| 2018-05-24 | Always mark unstable const fn as not const | Oliver Schneider | -7/+2 |
| 2018-05-24 | Enforce stability of const fn in promoteds | Oliver Schneider | -12/+19 |
| 2018-05-21 | Stabilise inclusive_range_methods | varkor | -1/+0 |
| 2018-05-06 | issue-49938: Reference tagged unions discr(iminant) as tag | Samuel Wilson | -4/+4 |
| 2018-05-05 | Auto merge of #50370 - nikomatsakis:nll-alias-analysis-flat, r=pnkfelix | bors | -106/+682 |
| 2018-05-05 | add a comment about Locations::All | Niko Matsakis | -0/+36 |
| 2018-05-05 | remove `#[allow(dead_code)]` | Niko Matsakis | -1/+0 |
| 2018-05-05 | add `-Znll-facts` switch that dumps facts for new analysis | Niko Matsakis | -54/+439 |
| 2018-05-05 | add location table | Niko Matsakis | -0/+132 |
| 2018-05-05 | add `Locations::All` as a concept | Niko Matsakis | -50/+74 |
| 2018-05-05 | use `crate` visibility modifier | Niko Matsakis | -2/+2 |
| 2018-05-05 | add `Location::START` const | Niko Matsakis | -4/+4 |
| 2018-05-05 | Auto merge of #50418 - nnethercote:cmt, r=eddyb | bors | -6/+6 |
| 2018-05-04 | Auto merge of #49870 - pnkfelix:issue-27282-immut-borrow-all-pat-ids-in-guard... | bors | -39/+373 |
| 2018-05-04 | Auto merge of #50409 - KiChjang:issue-50343, r=nikomatsakis | bors | -3/+3 |
| 2018-05-04 | Auto merge of #50397 - sgrif:sg-smaller-universe-refactorings, r=nikomatsakis | bors | -5/+5 |
| 2018-05-04 | Rollup merge of #50393 - oli-obk:packed_const_panic, r=eddyb | kennytm | -4/+2 |
| 2018-05-03 | Avoid many `cmt` allocations. | Nicholas Nethercote | -6/+6 |
| 2018-05-03 | When using NLL, implicitly borrow match bindings for any guard, | Felix S. Klock II | -38/+365 |
| 2018-05-03 | Instrument `statement_effect_on_borrows` for the `lhs = &place` case. | Felix S. Klock II | -0/+6 |
| 2018-05-03 | Improve instrumentation for the bug reported during `fn report_borrowed_value... | Felix S. Klock II | -1/+2 |
| 2018-05-02 | Skip checking for unused mutable locals that have no name | Keith Yeung | -3/+3 |
| 2018-05-02 | Allow unaligned reads in constants | Oliver Schneider | -4/+2 |
| 2018-05-02 | store RegionVariableInfo and not just RegionVariableOrigin | Sean Griffin | -5/+5 |
| 2018-05-02 | Auto merge of #50282 - fitzgen:run-more-passes-on-constant-mir, r=nikomatsakis | bors | -48/+2 |
| 2018-05-02 | Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis | bors | -14/+12 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -137/+134 |
| 2018-05-01 | rustc: return impl Iterator from Terminator(Kind)::successors(_mut). | Eduard-Mihai Burtescu | -14/+12 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -4/+4 |
| 2018-04-30 | Improve div by zero const eval errors | Oliver Schneider | -2/+6 |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -31/+36 |
| 2018-04-30 | Merge ConstMathError into EvalErrorKind | Oliver Schneider | -22/+11 |
| 2018-04-30 | Remove the `rustc_const_math` crate | Oliver Schneider | -5/+1 |
| 2018-04-30 | Reintroduce the float parsing error | Oliver Schneider | -16/+23 |
| 2018-04-30 | Remove ConstFloat | Oliver Schneider | -78/+75 |
| 2018-04-30 | Implement `PartialCmp` for `ConstFloat` | Oliver Schneider | -8/+7 |
| 2018-04-28 | Add the actual used mutable var to the set | Keith Yeung | -65/+102 |
| 2018-04-28 | Return RootPlace in is_mutable | Niko Matsakis | -7/+35 |
| 2018-04-28 | Skip implicit self argument for closures | Keith Yeung | -3/+10 |
| 2018-04-28 | Return LocalMutationIsAllowed in is_mutable | Keith Yeung | -31/+32 |
| 2018-04-28 | Determine unused mutable variables based on the 'root' place | Keith Yeung | -86/+111 |
| 2018-04-28 | Only check possibly initialized values and also loop over fn args | Keith Yeung | -4/+19 |
| 2018-04-28 | Track unused mutable variables across closures | Keith Yeung | -30/+77 |
| 2018-04-28 | Allow MIR borrowck to catch unused mutable locals | Keith Yeung | -7/+30 |
| 2018-04-27 | Auto merge of #49822 - matthewjasper:dropck-closures, r=nikomatsakis | bors | -10/+30 |
| 2018-04-27 | Access individual fields of tuples, closures and generators on drop. | Matthew Jasper | -10/+30 |
| 2018-04-28 | Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakis | kennytm | -1/+1 |
| 2018-04-27 | Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoerister | bors | -1/+1 |