| Age | Commit message (Expand) | Author | Lines |
| 2021-05-23 | support creating mutable allocations from byte slices | Ralf Jung | -6/+16 |
| 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-22 | Auto merge of #85578 - RalfJung:alloc-mem-extra, r=oli-obk | bors | -2/+3 |
| 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-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-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 | -259/+410 |
| 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 | -7/+7 |
| 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 | -7/+7 |
| 2021-05-15 | handle pointers in str | Ralf Jung | -0/+1 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -9/+0 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -2/+8 |
| 2021-05-09 | Check the ABI of `body.source` | hyd-dev | -11/+15 |
| 2021-05-07 | Rollup merge of #84972 - RalfJung:null-ptr-msg, r=oli-obk | Yuki Okushi | -3/+4 |
| 2021-05-06 | use CheckInAllocMsg::PointerArithmeticTest for ptr_offset error | Ralf Jung | -3/+4 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -2/+8 |
| 2021-05-04 | CTFE engine: rename copy → copy_intrinsic, move to intrinsics.rs | Ralf Jung | -34/+34 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -13/+13 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -3/+3 |
| 2021-04-01 | Some more fine-grained forced inlining | Oli Scherer | -0/+1 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -1/+1 |
| 2021-03-31 | Forward some layouts to prevent recomputation | Oli Scherer | -2/+2 |
| 2021-03-29 | Don't build a ty::Const just to take it apart again | Oli Scherer | -2/+1 |
| 2021-03-27 | Address more review comments | Joshua Nelson | -0/+5 |
| 2021-03-27 | Address review comments | Joshua Nelson | -0/+12 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -28/+0 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -1/+1 |
| 2021-03-19 | Auto merge of #82951 - sexxi-goose:wr-mir-replace-methods2, r=nikomatsakis | bors | -10/+13 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -10/+13 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -3/+11 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -3/+3 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -15/+33 |
| 2021-03-12 | Implement valtree | Oli Scherer | -1/+1 |
| 2021-03-10 | Auto merge of #82982 - Dylan-DPC:rollup-mt497z7, r=Dylan-DPC | bors | -1/+4 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -3/+3 |
| 2021-03-10 | fix error message for copy(_nonoverlapping) overflow | Ralf Jung | -1/+4 |
| 2021-03-10 | fix copy_nonoverlapping | Ralf Jung | -7/+8 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -3/+3 |
| 2021-03-09 | Clean up todos | kadmin | -25/+8 |
| 2021-03-09 | Switch to changing cp_non_overlap in tform | kadmin | -34/+34 |