| Age | Commit message (Expand) | Author | Lines |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -4/+5 |
| 2020-03-30 | remove a dead parameter that everyone sets to None | Ralf Jung | -1/+1 |
| 2020-03-30 | stop unnecessarily passing around span argument for Miri function calls | Ralf Jung | -7/+4 |
| 2020-03-30 | remove caller span from Miri stack frame | Ralf Jung | -1/+0 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -4/+4 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -19/+19 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -1/+1 |
| 2020-03-26 | Rollup merge of #70385 - RalfJung:miri-nits, r=eddyb | Mazdak Farrokhzad | -4/+4 |
| 2020-03-25 | miri: avoid a bunch of casts by offering usized-based field indexing | Ralf Jung | -4/+7 |
| 2020-03-25 | rename def_id -> static_def_id | Ralf Jung | -3/+3 |
| 2020-03-25 | better explain GLOBAL_KIND choice | Ralf Jung | -1/+1 |
| 2020-03-24 | fix const_prop ICE | Ralf Jung | -5/+4 |
| 2020-03-24 | get back the more precise error message | Ralf Jung | -2/+6 |
| 2020-03-24 | move ModifiedStatic error to ConstEval errors, and generally adjust terminolo... | Ralf Jung | -6/+16 |
| 2020-03-24 | Rollup merge of #70087 - ecstatic-morse:remove-const-eval-loop-detector, r=Ra... | Mazdak Farrokhzad | -47/+20 |
| 2020-03-23 | add err_machine_stop macro | Ralf Jung | -2/+2 |
| 2020-03-22 | Rename `TimeLimitReached` -> `StepLimitReached` | Dylan MacKenzie | -1/+1 |
| 2020-03-21 | remove unused unit values (clippy::unused_unit) | Matthias Krüger | -3/+1 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-19 | rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI... | Eduard-Mihai Burtescu | -2/+2 |
| 2020-03-18 | Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk | Mazdak Farrokhzad | -1/+2 |
| 2020-03-17 | Use `const_eval_limit` instead of infinite loop detector | Dylan MacKenzie | -47/+20 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -1/+1 |
| 2020-03-11 | miri: categorize errors into "unsupported" and "UB" | Ralf Jung | -1/+2 |
| 2020-03-11 | Rollup merge of #69850 - RalfJung:panic-bounds-check, r=eddyb | Mazdak Farrokhzad | -1/+0 |
| 2020-03-09 | remove no-longer needed span from Miri Machine hook | Ralf Jung | -1/+0 |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -1/+6 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-05 | Opt out of CTFE if the 'const_eval_limit' is set to 0 | Christoph Schmidler | -7/+15 |
| 2020-03-01 | Auto merge of #69408 - RalfJung:canonical-alloc-id, r=oli-obk | bors | -9/+1 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -1/+1 |
| 2020-02-23 | miri/machine: add canonical_alloc_id hook to replace find_foreign_static | Ralf Jung | -9/+1 |
| 2020-02-22 | Auto merge of #69374 - Dylan-DPC:rollup-x7mjd5z, r=Dylan-DPC | bors | -0/+87 |
| 2020-02-22 | move const_eval.rs into the module folder | Ralf Jung | -0/+87 |
| 2020-02-20 | Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca... | Dylan MacKenzie | -2/+2 |
| 2020-02-20 | Auto merge of #68847 - ecstatic-morse:const-impl, r=oli-obk | bors | -53/+77 |
| 2020-02-18 | Remove mention of `simd_shuffle` promotion from comments | Dylan MacKenzie | -2/+2 |
| 2020-02-18 | Make `fn_queries` helpers module-private | Dylan MacKenzie | -75/+74 |
| 2020-02-18 | Remove outdated FIXME | Dylan MacKenzie | -2/+0 |
| 2020-02-18 | Const-check functions in a `const` impl | Dylan MacKenzie | -1/+14 |
| 2020-02-18 | Add `is_const_impl_raw` query | Dylan MacKenzie | -1/+15 |
| 2020-02-18 | Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obk | Dylan DPC | -11/+7 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -11/+7 |
| 2020-02-14 | Check `has_typeck_tables` before calling `typeck_tables_of` | Yuki Okushi | -1/+4 |
| 2020-02-13 | rename PanicInfo -> AssertKind | Ralf Jung | -4/+4 |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -4/+6 |
| 2020-02-13 | no need for hook_panic_fn to return a bool | Ralf Jung | -10/+8 |
| 2020-02-13 | remove PanicInfo::Panic variant that MIR does not use or need | Ralf Jung | -6/+11 |
| 2020-02-13 | remove Panic variant from InterpError | Ralf Jung | -24/+59 |