| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -8700/+0 |
| 2020-08-26 | Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk | bors | -3/+3 |
| 2020-08-25 | cleanup | DPC | -3/+3 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -2/+2 |
| 2020-08-20 | Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiser | bors | -1/+24 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -5/+13 |
| 2020-08-18 | Address review comments | Oliver Scherer | -1/+1 |
| 2020-08-18 | Validate the MIR of all optimizations in the mir-opt directory | Oliver Scherer | -1/+24 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -4/+4 |
| 2020-08-17 | Auto merge of #74940 - oli-obk:const_is_null, r=RalfJung | bors | -3/+39 |
| 2020-08-17 | fix typo | Ralf Jung | -1/+1 |
| 2020-08-16 | miri engine: add option to use force_int for alignment check | Ralf Jung | -10/+23 |
| 2020-08-14 | answer an old question re: intern kinds | Ralf Jung | -1/+2 |
| 2020-08-12 | fix span of stack size error | Ralf Jung | -8/+0 |
| 2020-08-12 | fix typos | Ralf Jung | -3/+3 |
| 2020-08-12 | more precise span for erroneous consts during CTFE/Miri | Ralf Jung | -16/+29 |
| 2020-08-12 | miri: fall back to whole-function span when loc==None | Ralf Jung | -11/+9 |
| 2020-08-12 | only set frame location during push after preamble is done | Ralf Jung | -1/+2 |
| 2020-08-12 | Rollup merge of #75394 - oli-obk:get_static, r=RalfJung | Yuki Okushi | -17/+5 |
| 2020-08-11 | Auto merge of #73656 - oli-obk:deaggregate-is-cleanup, r=wesleywiser | bors | -1/+3 |
| 2020-08-11 | move Deaggregate pass to post_borrowck_cleanup | Ralf Jung | -1/+3 |
| 2020-08-11 | Add a function to `TyCtxt` for computing an `Allocation` for a `static` item'... | Oliver Scherer | -17/+5 |
| 2020-08-11 | Make `<*const T>::is_null` const fn | Oliver Scherer | -3/+39 |
| 2020-08-11 | Rollup merge of #75338 - RalfJung:const-eval-stack-size-check, r=oli-obk | Yuki Okushi | -5/+1 |
| 2020-08-11 | Rollup merge of #75226 - pnadon:miri-undef-uninit, r=RalfJung | Yuki Okushi | -10/+10 |
| 2020-08-09 | evaluate required_consts when pushing stack frame in Miri engine | Ralf Jung | -0/+7 |
| 2020-08-09 | move stack size check to const_eval machine | Ralf Jung | -5/+1 |
| 2020-08-09 | move const_eval error reporting logic into rustc_mir::const_eval::error | Ralf Jung | -5/+32 |
| 2020-08-08 | Miri: Renamed "undef" to "uninit" | Philippe Nadon | -10/+10 |
| 2020-08-05 | Auto merge of #75155 - davidtwco:polymorphization-incr-comp-optimisations, r=... | bors | -2/+14 |
| 2020-08-04 | mir: add debug assertion to check polymorphization | David Wood | -2/+14 |
| 2020-08-04 | Correct a typo in interpret/memory.rs | Felix Yan | -1/+1 |
| 2020-08-01 | Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum | bors | -2/+1 |
| 2020-08-01 | Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited... | bors | -20/+91 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -2/+1 |
| 2020-07-31 | Miri: fix ICE when unwinding past topmost stack frame | Ralf Jung | -0/+4 |
| 2020-07-31 | interp: needs_subst -> ensure_monomorphic_enough | David Wood | -20/+91 |
| 2020-07-30 | Auto merge of #74930 - ecstatic-morse:const-size-align-of-val, r=oli-obk | bors | -0/+15 |
| 2020-07-29 | Make `{align,size}_of_val` `const` | Dylan MacKenzie | -0/+15 |
| 2020-07-28 | Replace write-to-vec hack by introducing a display renderer for allocations | Oliver Scherer | -7/+1 |
| 2020-07-28 | Replace all uses of `log::log_enabled` with `Debug` printers | Oliver Scherer | -112/+152 |
| 2020-07-27 | Auto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obk | bors | -114/+98 |
| 2020-07-27 | rename eval_const_to_op -> const_to_op | Ralf Jung | -10/+6 |
| 2020-07-26 | typos + fmt | Ralf Jung | -10/+10 |
| 2020-07-26 | move getting the initial value of a static into helper function | Ralf Jung | -12/+19 |
| 2020-07-26 | Miri: replace canonical_alloc_id mechanism by extern_static_alloc_id which is... | Ralf Jung | -93/+74 |
| 2020-07-26 | Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJung | bors | -29/+29 |
| 2020-07-25 | Miri: rename "undef" to "uninit" | Philippe Nadon | -12/+12 |
| 2020-07-23 | on Windows, use miri_static_root for TLS dtors | Ralf Jung | -1/+4 |
| 2020-07-22 | renamed ScalarMaybeUninit::not_undef to check_init | Philippe Nadon | -18/+18 |