| Age | Commit message (Expand) | Author | Lines |
| 2021-05-23 | :facepalm: | hyd-dev | -1/+1 |
| 2021-05-23 | Pass `StackPopUnwind` to `eval_fn_call()` and some other functions that are c... | hyd-dev | -26/+31 |
| 2021-05-23 | "unwind" -> "unwinding" | hyd-dev | -1/+1 |
| 2021-05-23 | `Cleanup(Option<_>)` -> `Cleanup(BasicBlock), Skip` | hyd-dev | -6/+9 |
| 2021-05-23 | support creating mutable allocations from byte slices | Ralf Jung | -8/+19 |
| 2021-05-23 | avoid redundant immutability check | Ralf Jung | -3/+0 |
| 2021-05-23 | reject deallocation of read-only allocations | Ralf Jung | -0/+3 |
| 2021-05-23 | Don't evaluate `self.fn_can_unwind(...)` if `can_unwind` is already true | hyd-dev | -3/+4 |
| 2021-05-23 | Refactor `match` + `if` | hyd-dev | -12/+9 |
| 2021-05-23 | Move the callee "can unwind" check to the right place | hyd-dev | -38/+37 |
| 2021-05-23 | const-eval: disallow unwinding across functions that `!fn_can_unwind()` | hyd-dev | -11/+67 |
| 2021-05-22 | Auto merge of #85578 - RalfJung:alloc-mem-extra, r=oli-obk | bors | -2/+3 |
| 2021-05-22 | Auto merge of #85078 - RalfJung:const_fn_unsize, r=oli-obk | bors | -38/+4 |
| 2021-05-22 | CTFE get_alloc_extra_mut: also provide ref to MemoryExtra | Ralf Jung | -2/+3 |
| 2021-05-22 | Add default implementation for `enforce_abi()` | hyd-dev | -6/+3 |
| 2021-05-22 | stabilize const_fn_unsize | Ralf Jung | -38/+4 |
| 2021-05-21 | Add `rustc_mir::interpret::Machine::enforce_abi()` | hyd-dev | -19/+29 |
| 2021-05-19 | CTFE Machine: do not expose Allocation | Ralf Jung | -9/+11 |
| 2021-05-19 | Auto merge of #85376 - RalfJung:ptrless-allocs, r=oli-obk | bors | -275/+438 |
| 2021-05-18 | fix mplace_access_checked with forced alignment | Ralf Jung | -2/+3 |
| 2021-05-18 | add Align::ONE; add methods to access alloc.extra | Ralf Jung | -17/+26 |
| 2021-05-18 | reduce number of allocation lookups during copy | Ralf Jung | -6/+6 |
| 2021-05-18 | CTFE core engine allocation & memory API improvemenets | Ralf Jung | -260/+413 |
| 2021-05-17 | Address review comments | Joshua Nelson | -1/+1 |
| 2021-05-17 | New rustdoc lint to respect -Dwarnings correctly | Alexis Bourget | -1/+1 |
| 2021-05-17 | Rollup merge of #85412 - RalfJung:c_str, r=oli-obk | Ralf Jung | -75/+0 |
| 2021-05-17 | Rollup merge of #85408 - RalfJung:alloc-size, r=oli-obk | Ralf Jung | -13/+13 |
| 2021-05-17 | Rollup merge of #85087 - hyd-dev:lots-of-abis, r=RalfJung | Ralf Jung | -11/+18 |
| 2021-05-17 | Add a comment for `check_abi()` | hyd-dev | -0/+3 |
| 2021-05-17 | remove some functions that were only used by Miri | Ralf Jung | -75/+0 |
| 2021-05-17 | remove size field from Allocation | Ralf Jung | -13/+13 |
| 2021-05-17 | Auto merge of #85353 - jonas-schievink:async-blocks-in-ctfe, r=oli-obk | bors | -2/+10 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -23/+22 |
| 2021-05-16 | Auto merge of #85332 - RalfJung:ptr-in-str, r=oli-obk | bors | -0/+1 |
| 2021-05-16 | Allow `async {}` expressions in const contexts | Jonas Schievink | -2/+10 |
| 2021-05-15 | handle pointers in str | Ralf Jung | -0/+1 |
| 2021-05-15 | Rollup merge of #85278 - ayushmishra2005:code-refactoring, r=jackh726 | Guillaume Gomez | -8/+2 |
| 2021-05-15 | Rollup merge of #85246 - ayushmishra2005:minor-reactoring, r=petrochenkov | Guillaume Gomez | -4/+1 |
| 2021-05-15 | Rollup merge of #85215 - richkadel:ice-fixes-minus-dead-blocks, r=tmandry | Guillaume Gomez | -85/+90 |
| 2021-05-14 | Improve match statements | ayushmishra2005 | -8/+2 |
| 2021-05-13 | global_asm! consts do not depend on other items | Amanieu d'Antras | -7/+4 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -1/+20 |
| 2021-05-13 | removed compilation error | ayushmishra2005 | -1/+1 |
| 2021-05-13 | Miner code formatting | ayushmishra2005 | -4/+1 |
| 2021-05-12 | `coverageinfo` query needs to use the same MIR as codegen | Rich Kadel | -13/+3 |
| 2021-05-12 | Simplified body_span and filtered span code | Rich Kadel | -68/+80 |
| 2021-05-12 | Spanview needs the relevant body_span used for coverage | Rich Kadel | -8/+11 |
| 2021-05-12 | add check that simd_shuffle arguments are constants | Ralf Jung | -1/+15 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -11/+2 |
| 2021-05-12 | rustc_args_required_const is no longer a promotion site | Ralf Jung | -161/+28 |