| Age | Commit message (Expand) | Author | Lines |
| 2020-07-06 | Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercote | bors | -5/+5 |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -5/+5 |
| 2020-07-04 | ConstCx to LocalDefId | Bastian Kauschke | -4/+4 |
| 2020-06-14 | keep root_span and tcx together | Ralf Jung | -2/+2 |
| 2020-06-12 | avoid computing cur_span all the time | Ralf Jung | -3/+9 |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -2/+2 |
| 2020-06-12 | make miri InterpCx TyCtxtAt a TyCtxt, and separately remember the root span o... | Ralf Jung | -10/+11 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -3/+1 |
| 2020-05-24 | Removed all instances of const_field. | Rakshith Ravi | -1/+1 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -2/+2 |
| 2020-05-10 | avoid raising interpreter errors from interning | Ralf Jung | -1/+1 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -3/+3 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -6/+5 |
| 2020-05-08 | Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc` | Oliver Scherer | -3/+9 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -8/+3 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -5/+5 |
| 2020-04-28 | better document const-pattern dynamic soundness checks, and fix a soundness hole | Ralf Jung | -1/+1 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -3/+5 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -2/+2 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -2/+2 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -1/+1 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -10/+6 |
| 2020-04-13 | fmt | Ralf Jung | -2/+3 |
| 2020-04-13 | add after_stack_push hook; add public ImmTy::from_immediate method, and make ... | Ralf Jung | -19/+21 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -3/+4 |
| 2020-03-30 | remove caller span from Miri stack frame | Ralf Jung | -1/+0 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -7/+7 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -1/+1 |
| 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 | -2/+2 |
| 2020-02-20 | Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca... | Dylan MacKenzie | -2/+2 |
| 2020-02-18 | Remove mention of `simd_shuffle` promotion from comments | Dylan MacKenzie | -2/+2 |
| 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-11 | Run RustFmt | jumbatm | -3/+1 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -4/+5 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -2/+2 |
| 2020-01-15 | Promoteds can contain raw pointers, but these must still only point to immuta... | Oliver Scherer | -4/+9 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -4/+14 |
| 2020-01-09 | Switch assertion order to be more helpful to ppl that encounter them | Oliver Scherer | -1/+1 |
| 2020-01-07 | Add more documentation | Oliver Scherer | -1/+6 |
| 2020-01-07 | Ensure we don't accidentally turn non-zsts into zsts | Oliver Scherer | -0/+1 |
| 2020-01-07 | Move `to_const_value` from `MPlaceTy` to its only use site | Oliver Scherer | -2/+13 |
| 2020-01-07 | Fix an ICE happening due code assuming that `MPlaceTy` cannot have integer ad... | Oliver Scherer | -16/+2 |
| 2020-01-07 | Automatically prefer integer addresses for zst MPlace | Oliver Scherer | -2/+2 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -1/+1 |
| 2020-01-05 | Fix ICE involving calling `Instance.ty` during const evaluation | Aaron Hill | -1/+1 |