| Age | Commit message (Expand) | Author | Lines |
| 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-06 | Auto merge of #52626 - brunocodutra:issue-52475, r=oli-obk | bors | -10/+15 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -6/+9 |
| 2018-09-03 | Document snapshot.rs | Bruno Dutra | -0/+5 |
| 2018-09-03 | Make vaious allocation related types generic on the allocation id | Bruno Dutra | -10/+10 |
| 2018-09-01 | Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor | bors | -0/+2 |
| 2018-08-31 | Auto merge of #53403 - spastorino:move-out-lazily, r=nikomatsakis | bors | -28/+63 |
| 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-29 | audit the relocations code, and clean it up a little | Ralf Jung | -1/+3 |
| 2018-08-29 | re-do argument passing one more time to finally be sane | Ralf Jung | -7/+17 |
| 2018-08-29 | move some Scalar helpers from miri here, and use them where appropriate | Ralf Jung | -2/+102 |
| 2018-08-29 | Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk | bors | -12/+107 |
| 2018-08-28 | address nits | Ralf Jung | -3/+5 |
| 2018-08-27 | implement liveness tracing, remove old liveness system | Niko Matsakis | -2/+10 |
| 2018-08-27 | validate enum discriminant whenever it is read | Ralf Jung | -1/+1 |
| 2018-08-27 | dedicated handling for binops on bool and char (UB if they are not valid) | Ralf Jung | -6/+19 |
| 2018-08-27 | Miri Memory Work | Ralf Jung | -10/+90 |
| 2018-08-25 | Auto merge of #53609 - bemeurer:tidy-ctfe, r=RalfJung | bors | -8/+44 |
| 2018-08-24 | Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelix | bors | -7/+41 |
| 2018-08-24 | support user-given types in adts | Niko Matsakis | -6/+14 |
| 2018-08-24 | add a `user_ty` annotation to `Constant` | Niko Matsakis | -1/+27 |
| 2018-08-24 | Rollup merge of #53563 - matthiaskrgr:String, r=varkor | kennytm | -1/+1 |
| 2018-08-23 | Fix stylistic mistakes | Bernardo Meurer | -2/+2 |
| 2018-08-23 | Reflow and fixup comments | Bernardo Meurer | -1/+2 |
| 2018-08-23 | Fixed long strings | Bernardo Meurer | -7/+12 |
| 2018-08-23 | Add license header to CTFE/MIRI | Bernardo Meurer | -0/+30 |
| 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 | Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co... | bors | -2/+10 |
| 2018-08-22 | Allow panicking with string literal messages inside constants | Oliver Schneider | -2/+10 |
| 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 | -6/+6 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -1/+1 |
| 2018-08-22 | optimize creating a stack frame | Ralf Jung | -0/+2 |
| 2018-08-22 | better error message when using NULL in to_ptr | Ralf Jung | -1/+2 |
| 2018-08-22 | finally remove all traces of signs from memory | Ralf Jung | -13/+21 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -147/+95 |
| 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 | -4/+4 |
| 2018-08-17 | Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichton | bors | -2/+95 |
| 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-15 | Use CGU name as LLVM module name and add some caching to CGU name generation. | Michael Woerister | -74/+92 |
| 2018-08-15 | Clean up CodegenUnit name generation. | Michael Woerister | -2/+77 |
| 2018-08-14 | Improved how upvars are detected when presenting errors using prefixes. | David Wood | -16/+1 |