| Age | Commit message (Expand) | Author | Lines |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -0/+9 |
| 2018-09-10 | generalize `AscribeUserType` to handle sub or super type | Niko Matsakis | -6/+11 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -17/+9 |
| 2018-09-08 | Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis | bors | -19/+19 |
| 2018-09-07 | remove all references to `private` from outside the macro | Niko Matsakis | -5/+3 |
| 2018-09-07 | change from tuple struct to brace struct | Niko Matsakis | -2/+2 |
| 2018-09-07 | change syntax of `newtype_index` to look like a struct decl | Niko Matsakis | -9/+23 |
| 2018-09-06 | Skip a shared borrow of a immutable local variables | Mikhail Modin | -19/+19 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -4/+4 |
| 2018-09-01 | Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor | bors | -0/+2 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -0/+2 |
| 2018-08-30 | Run rustfmt | Santiago Pastorino | -33/+46 |
| 2018-08-30 | Make move out computation lazy | Santiago Pastorino | -0/+22 |
| 2018-08-27 | implement liveness tracing, remove old liveness system | Niko Matsakis | -2/+10 |
| 2018-08-24 | Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelix | bors | -5/+28 |
| 2018-08-24 | support user-given types in adts | Niko Matsakis | -5/+12 |
| 2018-08-24 | add a `user_ty` annotation to `Constant` | Niko Matsakis | -0/+16 |
| 2018-08-24 | Rollup merge of #53563 - matthiaskrgr:String, r=varkor | kennytm | -1/+1 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -8/+8 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -2/+2 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -1/+1 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -21/+15 |
| 2018-08-22 | Auto merge of #50912 - varkor:exhaustive-integer-matching, r=arielb1 | bors | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -2/+2 |
| 2018-08-16 | Refactor after miri api changes | varkor | -1/+0 |
| 2018-08-16 | Fix print_miri_value for signed integers | varkor | -1/+2 |
| 2018-08-15 | Suggest match ergonomics, not `ref`/`ref mut` | ashtneoi | -1/+6 |
| 2018-08-15 | Fix some random stuff | ashtneoi | -5/+5 |
| 2018-08-01 | Reintroduce `Undef` and properly check constant value sizes | Oliver Schneider | -40/+53 |
| 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 |