| Age | Commit message (Expand) | Author | Lines |
| 2018-09-04 | Properly prevent the promotion of unstable const fns | Oliver Schneider | -3/+1 |
| 2018-08-25 | Remove an overly pedantic and wrong assertion | Oliver Schneider | -5/+0 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -1/+1 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -4/+4 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -4/+3 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -32/+36 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -1/+1 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -4/+3 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -4/+4 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -1/+1 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -1/+14 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -11/+93 |
| 2018-07-26 | Allow elaborate_drops to progress under errors that come up during borrowck=m... | Felix S. Klock II | -1/+14 |
| 2018-07-25 | Hide some lints which are not quite right the way they are reported to the user | Oliver Schneider | -11/+93 |
| 2018-07-25 | parameterize `BitVector` and `BitMatrix` by their index types | Niko Matsakis | -28/+35 |
| 2018-07-23 | Promoteds are statics and statics have a place, not just a value | Oliver Schneider | -136/+86 |
| 2018-07-21 | Auto merge of #52115 - Dylan-DPC:feature/nll-liveness-regions, r=nikomatsakis | bors | -15/+26 |
| 2018-07-20 | Auto merge of #52498 - oli-obk:const_prop, r=nikomatsakis | bors | -14/+34 |
| 2018-07-20 | move NllLivenessMap and LocalWithRegion to liveness_map | dylan_DPC | -8/+8 |
| 2018-07-19 | make liveness generic over set of local variables | Niko Matsakis | -7/+18 |
| 2018-07-19 | add trait structs and other changes from V to local | dylan_DPC | -26/+26 |
| 2018-07-19 | add generic parameter | dylan_DPC | -26/+26 |
| 2018-07-18 | Const-propagate casts | Oliver Schneider | -14/+34 |
| 2018-07-18 | Auto merge of #52364 - ljedrz:mir_remove_clone, r=RalfJung | bors | -10/+11 |
| 2018-07-16 | ItemKind | csmoe | -1/+1 |
| 2018-07-16 | ExprKind | csmoe | -1/+1 |
| 2018-07-15 | Remove a clone in mir/transform/add_validation. | ljedrz | -10/+11 |
| 2018-07-11 | fix typo | Ralf Jung | -2/+2 |
| 2018-07-10 | improve error message shown for unsafe operations: explain why undefined beha... | Ralf Jung | -15/+43 |
| 2018-07-05 | Do not run AST borrowck when -Zborrowck=mir | Santiago Pastorino | -1/+4 |
| 2018-07-04 | Remove rustc_mir_borrowck attribute and use rustc_mir instead | Santiago Pastorino | -1/+1 |
| 2018-06-30 | Minor refactoring. | Alexander Regueiro | -24/+21 |
| 2018-06-30 | Loosened rules involving statics mentioning other statics. | Alexander Regueiro | -97/+26 |
| 2018-06-28 | Turn the use of erroneous constants into errors again | Oliver Schneider | -4/+17 |
| 2018-06-28 | Don't const propagate the body of constants | Oliver Schneider | -1/+4 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -45/+8 |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -2/+2 |
| 2018-06-28 | Move the Lrc outside the error type and name the fields | Oliver Schneider | -1/+2 |
| 2018-06-28 | Eliminate old CTFE's `ErrKind` | Oliver Schneider | -2/+2 |
| 2018-06-21 | Parse async fn header. | Without Boats | -2/+2 |
| 2018-06-19 | Thread info about form of variable bindings, including spans of arg types, do... | Felix S. Klock II | -3/+3 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -6/+5 |
| 2018-06-05 | Add source information the const propagation of places | Oliver Schneider | -4/+5 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -37/+64 |
| 2018-06-05 | Propagate uses of constants correctly so that array index checks work | Fabian Zaiser | -10/+0 |
| 2018-06-04 | Auto merge of #51307 - oli-obk:miri_fixes, r=eddyb | bors | -19/+5 |
| 2018-06-04 | Simplify value field access | Oliver Schneider | -3/+3 |
| 2018-06-03 | Do not promote union field accesses | Oliver Schneider | -2/+8 |
| 2018-06-02 | Correctly access ScalarPair fields during const eval | Oliver Schneider | -19/+5 |
| 2018-06-02 | Specify that packed types must derive, not implement, Copy | Mark Simulacrum | -2/+2 |