| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | Make sure the float comparison output is consistent with the expected | kennytm | -7/+6 |
| 2018-05-06 | issue-49938: Reference tagged unions discr(iminant) as tag | Samuel Wilson | -4/+4 |
| 2018-05-02 | Allow unaligned reads in constants | Oliver Schneider | -3/+1 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -41/+45 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -3/+3 |
| 2018-04-30 | Improve div by zero const eval errors | Oliver Schneider | -2/+6 |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -4/+5 |
| 2018-04-30 | Merge ConstMathError into EvalErrorKind | Oliver Schneider | -5/+3 |
| 2018-04-30 | Remove ConstFloat | Oliver Schneider | -31/+32 |
| 2018-04-30 | Implement `PartialCmp` for `ConstFloat` | Oliver Schneider | -6/+6 |
| 2018-04-27 | Rollup merge of #49894 - Zoxc:sync-internedstring, r=michaelwoerister | kennytm | -1/+1 |
| 2018-04-27 | Rollup merge of #50246 - nnethercote:no-dump_allocs, r=Mark-Simulacrum | kennytm | -6/+11 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -1/+1 |
| 2018-04-26 | Auto merge of #49513 - nox:univariant-fieldless-enum-as-zst, r=eddyb | bors | -1/+34 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-26 | Treat repr(Rust) univariant fieldless enums as a ZST (fixes #15747) | Anthony Ramine | -1/+21 |
| 2018-04-26 | rustc_target: move LayoutOf's type parameter to an associated type. | Irina Popa | -2/+4 |
| 2018-04-26 | rustc_target: move in type definitions from ty::layout. | Irina Popa | -1/+1 |
| 2018-04-26 | Properly evaluate zst enum | Oliver Schneider | -0/+10 |
| 2018-04-26 | Properly look for uninhabitedness when handling discriminants | Anthony Ramine | -0/+3 |
| 2018-04-26 | Make dump_{alloc,allocs,local}() no-ops when tracing is disabled. | Nicholas Nethercote | -6/+11 |
| 2018-04-24 | Auto merge of #49933 - oli-obk:miri_rustup, r=eddyb | bors | -38/+72 |
| 2018-04-23 | Auto merge of #49779 - oli-obk:const_err_regression, r=eddyb | bors | -3/+3 |
| 2018-04-23 | Fix the miri tool | Oliver Schneider | -38/+72 |
| 2018-04-20 | Auto merge of #50051 - nnethercote:no-env-var, r=Mark-Simulacrum | bors | -5/+5 |
| 2018-04-19 | Sign extend constants in range patterns | Oliver Schneider | -12/+26 |
| 2018-04-19 | Lazily evaluate EvalErrorKind::*.into() calls. | Nicholas Nethercote | -5/+5 |
| 2018-04-15 | Auto merge of #49947 - oli-obk:turing_complete_const_eval, r=nagisa | bors | -10/+10 |
| 2018-04-15 | Only warn on erroneous promoted constants | Oliver Schneider | -3/+3 |
| 2018-04-15 | Add a tracking issue for making the warning a lint | Oliver Schneider | -0/+1 |
| 2018-04-14 | Stop referring to statics' AllocIds directly | Oliver Schneider | -113/+37 |
| 2018-04-13 | Don't abort const eval due to long running evals, just warn | Oliver Schneider | -10/+9 |
| 2018-04-10 | Remove Cell from const_eval_stack_frame_limit and const_eval_step_limit | John Kåre Alsaker | -2/+2 |
| 2018-04-07 | miri: Make write_discriminant_value public | bjorn3 | -1/+1 |
| 2018-04-05 | Rollup merge of #49625 - bjorn3:miri_access_memory_kind, r=oli-obk | kennytm | -0/+4 |
| 2018-04-04 | miri: add public alloc_kind accessor | bjorn3 | -0/+4 |
| 2018-04-04 | Rollup merge of #49540 - bjorn3:fix_miri_discriminant, r=oli-obk | kennytm | -10/+19 |
| 2018-04-01 | Fix miri Discriminant() for non-ADT | bjorn3 | -10/+19 |
| 2018-03-30 | Add an explanation for the `create_depgraph_edges` | Oliver Schneider | -1/+12 |
| 2018-03-30 | Introduce an edge from a const eval to the MIR of all statics it depends on | Oliver Schneider | -1/+29 |
| 2018-03-25 | Rollup merge of #49274 - oli-obk:slow_miri, r=michaelwoerister,eddyb | kennytm | -58/+44 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -0/+2 |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -3/+3 |
| 2018-03-23 | Simplify local accessors | Oliver Schneider | -10/+8 |
| 2018-03-23 | Don't allocate a local array at all if there are no locals | Oliver Schneider | -16/+22 |
| 2018-03-23 | Replace uses of `Hash(Map|Set)` with `FxHash(Map|Set)` in miri | Oliver Schneider | -8/+9 |
| 2018-03-23 | Vec<_> -> IndexVec<Local, _> | Oliver Schneider | -22/+14 |
| 2018-03-22 | Added UserAssertTy statement. | David Wood | -0/+2 |
| 2018-03-22 | Skip checking for Storage* statements in constants/statics | Oliver Schneider | -10/+17 |
| 2018-03-22 | Remove slow HashSet during miri stack frame creation | Oliver Schneider | -29/+11 |