| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -1212/+0 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -3/+3 |
| 2020-08-14 | add a FIXME concerning interning of promoteds | Ralf Jung | -0/+6 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -3/+3 |
| 2020-08-12 | fix span of stack size error | Ralf Jung | -4/+8 |
| 2020-08-11 | Rollup merge of #75338 - RalfJung:const-eval-stack-size-check, r=oli-obk | Yuki Okushi | -0/+9 |
| 2020-08-09 | move stack size check to const_eval machine | Ralf Jung | -0/+9 |
| 2020-08-09 | move const_eval error reporting logic into rustc_mir::const_eval::error | Ralf Jung | -17/+162 |
| 2020-07-28 | Replace all uses of `log::log_enabled` with `Debug` printers | Oliver Scherer | -1/+1 |
| 2020-07-27 | Auto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obk | bors | -1/+1 |
| 2020-07-27 | rename eval_const_to_op -> const_to_op | Ralf Jung | -1/+1 |
| 2020-07-22 | renamed ScalarMaybeUninit::not_undef to check_init | Philippe Nadon | -1/+1 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -1/+1 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -3/+2 |
| 2020-07-15 | update promoted_mir | Bastian Kauschke | -1/+1 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -1/+2 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -1/+1 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -14/+14 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -1/+1 |
| 2020-07-09 | Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-06 | Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercote | bors | -5/+5 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -5/+5 |
| 2020-07-04 | ConstCx to LocalDefId | Bastian Kauschke | -4/+4 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -16/+11 |
| 2020-06-19 | pretty/mir: const value enums with no variants | David Wood | -9/+15 |
| 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 | -4/+5 |
| 2020-06-12 | make miri InterpCx TyCtxtAt a TyCtxt, and separately remember the root span o... | Ralf Jung | -11/+12 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -3/+1 |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -2/+3 |
| 2020-05-24 | Removed all instances of const_field. | Rakshith Ravi | -28/+1 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -2/+2 |
| 2020-05-10 | avoid raising interpreter errors from interning | Ralf Jung | -2/+2 |
| 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-05-02 | Rollup merge of #71712 - RalfJung:error-backtrace, r=oli-obk | Ralf Jung | -1/+1 |
| 2020-04-30 | Miri: port error backtraces to std::backtrace | Ralf Jung | -1/+1 |
| 2020-04-28 | clarify comment | Ralf Jung | -1/+3 |
| 2020-04-28 | better document const-pattern dynamic soundness checks, and fix a soundness hole | Ralf Jung | -2/+9 |
| 2020-04-28 | Rollup merge of #71615 - RalfJung:share-machine-code, r=oli-obk | Dylan DPC | -56/+4 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -3/+5 |
| 2020-04-27 | share some common code for compile-time miri instances | Ralf Jung | -56/+4 |
| 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 | -3/+3 |