| Age | Commit message (Expand) | Author | Lines |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -0/+11 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -3/+3 |
| 2022-09-10 | Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead | bors | -27/+24 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -27/+24 |
| 2022-09-08 | Auto merge of #101437 - compiler-errors:erase-normalize-ordering, r=tmandry | bors | -14/+15 |
| 2022-09-08 | bound variables during ctfe are a bug | lcnr | -3/+3 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -7/+9 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -5/+5 |
| 2022-09-06 | Move CTFE handling of nondiverging intrinsics to intrinsics.rs | Oli Scherer | -19/+29 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -22/+21 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -6/+19 |
| 2022-09-06 | Rollup merge of #101402 - saethlin:inline-asm-hook, r=oli-obk | Yuki Okushi | -2/+21 |
| 2022-09-05 | Normalize before erasing late-bound regions in equal_up_to_regions | Michael Goulet | -14/+15 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -15/+1 |
| 2022-09-03 | Add a Machine hook for inline assembly | Ben Kimock | -2/+21 |
| 2022-09-03 | Auto merge of #101154 - RalfJung:validation-perf, r=oli-obk | bors | -4/+5 |
| 2022-09-02 | Rollup merge of #100121 - Nilstrieb:mir-validator-param-env, r=oli-obk | Matthias Krüger | -5/+12 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -17/+8 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -1/+1 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -7/+7 |
| 2022-08-31 | interpret: use new OpTy::len for Len rvalue | Ralf Jung | -2/+2 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -7/+7 |
| 2022-08-30 | Auto merge of #99102 - JakobDegen:reorder-generators, r=oli-obk | bors | -20/+23 |
| 2022-08-30 | Refactor MIR phases | Jakob Degen | -20/+23 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -88/+108 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -88/+108 |
| 2022-08-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-08-29 | Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgr | bors | -18/+11 |
| 2022-08-29 | Rollup merge of #101131 - RalfJung:ctfe-no-needs-rfc, r=oli-obk | Matthias Krüger | -18/+11 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Only normalize once in mir validator typechecker | Nilstrieb | -15/+10 |
| 2022-08-29 | Try normalizing types without RevealAll in ParamEnv in mir validation | Nilstrieb | -8/+20 |
| 2022-08-29 | interpret: fix unnecessary allocation in validation visitor | Ralf Jung | -4/+5 |
| 2022-08-29 | Rollup merge of #100239 - RalfJung:const-prop-uninit, r=oli-obk | Dylan DPC | -25/+9 |
| 2022-08-29 | Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnr | Matthias Krüger | -27/+45 |
| 2022-08-29 | Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk | Matthias Krüger | -11/+11 |
| 2022-08-28 | entirely get rid of NeedsRfc CTFE errors | Ralf Jung | -15/+5 |
| 2022-08-28 | CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just... | Ralf Jung | -3/+6 |
| 2022-08-28 | validation should only catch UB errors | Ralf Jung | -17/+20 |
| 2022-08-28 | Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obk | Matthias Krüger | -3/+5 |
| 2022-08-27 | interpret: make read-pointer-as-bytes *always* work in Miri | Ralf Jung | -47/+64 |
| 2022-08-27 | interpret: rename relocation → provenance | Ralf Jung | -25/+25 |
| 2022-08-27 | Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3 | bors | -6/+4 |
| 2022-08-27 | remove a now-useless machine hook | Ralf Jung | -24/+5 |
| 2022-08-27 | remove an ineffective check in const_prop | Ralf Jung | -1/+4 |
| 2022-08-27 | Auto merge of #101064 - compiler-errors:rollup-fwm5m5f, r=compiler-errors | bors | -113/+171 |
| 2022-08-26 | Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwco | Michael Goulet | -113/+171 |
| 2022-08-26 | make read_immediate error immediately on uninit, so ImmTy can carry initializ... | Ralf Jung | -264/+175 |
| 2022-08-26 | remove some now-unnecessary parameters from check_bytes | Ralf Jung | -12/+3 |
| 2022-08-26 | remove enforce_number_init machine hook that Miri no longer needs | Ralf Jung | -24/+8 |