| Age | Commit message (Expand) | Author | Lines |
| 2018-05-05 | add `Location::START` const | Niko Matsakis | -0/+5 |
| 2018-05-02 | Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis | bors | -74/+72 |
| 2018-05-01 | Merge adjacent write! invocations | Oliver Schneider | -4/+1 |
| 2018-05-01 | rustc: return impl Iterator from Terminator(Kind)::successors(_mut). | Eduard-Mihai Burtescu | -74/+72 |
| 2018-04-30 | Improve div by zero const eval errors | Oliver Schneider | -1/+1 |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -55/+37 |
| 2018-04-30 | Merge ConstMathError into EvalErrorKind | Oliver Schneider | -62/+30 |
| 2018-04-30 | Remove the `rustc_const_math` crate | Oliver Schneider | -4/+40 |
| 2018-04-30 | Remove ConstFloat | Oliver Schneider | -3/+6 |
| 2018-04-28 | Only check possibly initialized values and also loop over fn args | Keith Yeung | -4/+6 |
| 2018-04-28 | Track unused mutable variables across closures | Keith Yeung | -0/+7 |
| 2018-04-28 | Allow MIR borrowck to catch unused mutable locals | Keith Yeung | -0/+14 |
| 2018-04-17 | Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix | bors | -1/+1 |
| 2018-04-15 | Auto merge of #49947 - oli-obk:turing_complete_const_eval, r=nagisa | bors | -3/+0 |
| 2018-04-15 | determine whether a borrow is active based solely on the location | Niko Matsakis | -1/+1 |
| 2018-04-14 | Get rid of redundant `HashSet` | Oliver Schneider | -1/+1 |
| 2018-04-14 | Stop referring to statics' AllocIds directly | Oliver Schneider | -15/+6 |
| 2018-04-14 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -28/+20 |
| 2018-04-13 | Don't abort const eval due to long running evals, just warn | Oliver Schneider | -3/+0 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -9/+9 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+26 |
| 2018-03-28 | Make Mir::predecessors thread-safe | John Kåre Alsaker | -9/+9 |
| 2018-03-23 | Improved comments for UserAssertTy statement. | David Wood | -0/+8 |
| 2018-03-22 | UserAssertTy can handle inference variables. | David Wood | -10/+10 |
| 2018-03-22 | Added UserAssertTy statement. | David Wood | -0/+30 |
| 2018-03-21 | Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoerister | bors | -0/+14 |
| 2018-03-20 | Encode/decode extern statics in metadata and incremental cache | Oliver Schneider | -0/+14 |
| 2018-03-20 | Implement some trivial size_hints for various iterators | Phlosioneer | -0/+26 |
| 2018-03-20 | Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis | kennytm | -2/+2 |
| 2018-03-19 | Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister | bors | -1/+81 |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -2/+2 |
| 2018-03-16 | Cleanup metadata and incremental cache processing of constants | Oliver Schneider | -1/+81 |
| 2018-03-16 | Only generate miri backtraces if explicitly requested | Oliver Schneider | -1/+1 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -5/+2 |
| 2018-03-13 | improve TypeFoldable/Lift macros and make a bunch of stuff use them | Niko Matsakis | -142/+72 |
| 2018-03-08 | Don't use the undefined bytes of PrimVal::Bytes | Oliver Schneider | -29/+1 |
| 2018-03-08 | Const eval will oom together with rustc now | Oliver Schneider | -10/+0 |
| 2018-03-08 | Step limit is now terminator limit | Oliver Schneider | -1/+1 |
| 2018-03-08 | Const eval error refactoring | Oliver Schneider | -0/+5 |
| 2018-03-08 | Add stack traces to miri errors | Oliver Schneider | -5/+4 |
| 2018-03-08 | Simplify const prop checks through PlaceContext | Oliver Schneider | -1/+1 |
| 2018-03-08 | Reduce noise in error reporting | Oliver Schneider | -1/+1 |
| 2018-03-08 | Use Mutability enum instead of bool | Oliver Schneider | -3/+6 |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -16/+4 |
| 2018-03-08 | Wrap the miri ErrorKind in an Rc to reduce work in queries | Oliver Schneider | -4/+5 |
| 2018-03-08 | Hide the RefCell inside InterpretInterner | Oliver Schneider | -1/+0 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -7/+9 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -9/+15 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -23/+3 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -27/+79 |