| Age | Commit message (Expand) | Author | Lines |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-23 | Promoteds are statics and statics have a place, not just a value | Oliver Schneider | -46/+8 |
| 2018-07-20 | MIR changes to improve NLL cannot mutate errors | Matthew Jasper | -0/+3 |
| 2018-07-13 | Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix | bors | -6/+14 |
| 2018-07-13 | nit: `use graph::{self, ..}` | Niko Matsakis | -2/+1 |
| 2018-07-12 | rename `control_flow_graph` to `graph` | Niko Matsakis | -10/+10 |
| 2018-07-12 | deconstruct the `ControlFlowGraph` trait into more granular traits | Niko Matsakis | -4/+13 |
| 2018-07-11 | Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebank | Mark Rousskov | -0/+1 |
| 2018-07-11 | Auto merge of #51702 - ecstatic-morse:infinite-loop-detection, r=oli-obk | bors | -1/+1 |
| 2018-07-10 | improve error message shown for unsafe operations: explain why undefined beha... | Ralf Jung | -0/+1 |
| 2018-07-04 | Derive Eq and Hash for types used in Miri's evaluator | Dylan MacKenzie | -1/+1 |
| 2018-07-03 | add `assert_crate_local` method to `ClearCrossCrate` | Niko Matsakis | -0/+9 |
| 2018-07-03 | store the `HirId` of the upvar | Niko Matsakis | -1/+4 |
| 2018-07-01 | Make causal tracking lazy | Santiago Pastorino | -0/+29 |
| 2018-06-29 | Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis | bors | -9/+39 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -11/+5 |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -1/+1 |
| 2018-06-27 | Group move errors before reporting, add suggestions | Matthew Jasper | -9/+39 |
| 2018-06-24 | Update broken rustc-guide links | Alex Kitchens | -1/+1 |
| 2018-06-19 | Run rustfmt | Santiago Pastorino | -350/+598 |
| 2018-06-19 | Suggest that values are dropped in the opposite order they are defined | Santiago Pastorino | -0/+13 |
| 2018-06-19 | Added diagnostics for suggesting `mut x` on repeated mutations of `x`. | Felix S. Klock II | -0/+39 |
| 2018-06-19 | Thread info about form of variable bindings, including spans of arg types, do... | Felix S. Klock II | -9/+52 |
| 2018-05-30 | rustc: rename mir::LocalDecl's syntactic_source_info to source_info. | Eduard-Mihai Burtescu | -9/+9 |
| 2018-05-30 | rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope. | Eduard-Mihai Burtescu | -19/+10 |
| 2018-05-30 | rustc: rename mir::LocalDecl's source_info to visibility_source_info. | Eduard-Mihai Burtescu | -14/+14 |
| 2018-05-30 | rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo. | Eduard-Mihai Burtescu | -10/+19 |
| 2018-05-30 | rustc: rename mir::SourceScopeInfo to mir::SourceScopeLocalData. | Eduard-Mihai Burtescu | -16/+16 |
| 2018-05-30 | rustc: rename mir::VisibilityScope to mir::SourceScope. | Eduard-Mihai Burtescu | -36/+38 |
| 2018-05-29 | rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR. | Felix S. Klock II | -0/+6 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -1/+1 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-05-24 | Rename `amt` variables to `shift` | Oliver Schneider | -2/+2 |
| 2018-05-24 | `tcx.lift_to_global` > `tcx.global_tcx().lift` | Oliver Schneider | -4/+3 |
| 2018-05-24 | Printing a fn definition needs to know nothing about its ZST's value | Oliver Schneider | -1/+1 |
| 2018-05-24 | Printing values should ignore whether bits are undefined | Oliver Schneider | -6/+6 |
| 2018-05-24 | Better variable naming | Oliver Schneider | -2/+2 |
| 2018-05-24 | Get rid of `scalar_size` | Oliver Schneider | -2/+6 |
| 2018-05-24 | Remove an instance of `scalar_size` in a `Debug` impl | Oliver Schneider | -2/+6 |
| 2018-05-24 | Accidentally used byte-size instead of bit-size | Oliver Schneider | -1/+1 |
| 2018-05-24 | change `Value::Bytes` to `Value::Bits` | Oliver Schneider | -11/+16 |
| 2018-05-24 | Rename ByVal(Pair) to Scalar(Pair) | Oliver Schneider | -10/+10 |
| 2018-05-24 | Rename PrimVal to Scalar | Oliver Schneider | -11/+11 |
| 2018-05-23 | Rollup merge of #50945 - stjepang:stabilize-from-ref, r=SimonSapin | kennytm | -1/+1 |
| 2018-05-22 | Introduce AllocType which indicates what AllocIds point to | John Kåre Alsaker | -11/+9 |
| 2018-05-21 | Stabilize feature from_ref | Stjepan Glavina | -1/+1 |
| 2018-05-19 | Use `Size` instead of `u64` in mir interpretation | Oliver Schneider | -1/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -2/+2 |
| 2018-05-11 | Introduce ConstValue and use it instead of miri's Value for constant values | John Kåre Alsaker | -10/+11 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -4/+2 |