| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-03-09 | Update cranelift | kadmin | -14/+22 |
| 2021-03-09 | Update interpret step | kadmin | -3/+11 |
| 2021-03-09 | Update match branches | kadmin | -0/+17 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -8/+8 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -8/+8 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -2/+2 |
| 2021-02-27 | Add a getter for Frame.loc | bjorn3 | -0/+10 |
| 2021-02-25 | Auto merge of #82338 - RalfJung:interp-error-allocs, r=oli-obk | bors | -8/+0 |
| 2021-02-22 | New mir-opt pass to simplify gotos with const values | Simon Vandel Sillesen | -0/+1 |
| 2021-02-21 | rustc_mir: remove redundant wrapping of return type in numeric_intrinsic() | Matthias Krüger | -7/+3 |
| 2021-02-20 | Rollup merge of #82176 - RalfJung:mir-fn-ptr-pretty, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2021-02-20 | all InterpError allocate now, so adjust alloc-error-check | Ralf Jung | -8/+0 |
| 2021-02-20 | Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk | bors | -303/+346 |
| 2021-02-17 | remove useless ?s (clippy::needless_question_marks) | Matthias Krüger | -1/+1 |
| 2021-02-17 | Reduce size of InterpErrorInfo to 8 bytes | Tomasz Miąsko | -13/+16 |
| 2021-02-16 | ./x.py fmt | Tomasz Miąsko | -23/+31 |
| 2021-02-16 | Pass MPlaceTy by reference not value | Tomasz Miąsko | -59/+66 |
| 2021-02-16 | Pass ImmTy by reference not value | Tomasz Miąsko | -10/+10 |
| 2021-02-16 | Pass PlaceTy by reference not value | Tomasz Miąsko | -74/+78 |
| 2021-02-16 | Pass OpTy by reference not value | Tomasz Miąsko | -159/+159 |
| 2021-02-16 | Add size assertions for interpreter data structures | Tomasz Miąsko | -0/+24 |
| 2021-02-16 | fix MIR fn-ptr pretty-printing | Ralf Jung | -1/+1 |
| 2021-02-16 | validation: fix invalid-fn-ptr error message | Ralf Jung | -1/+4 |
| 2021-02-13 | CTFE validation: catch ReadPointerAsBytes and better error | Ralf Jung | -13/+29 |
| 2021-02-11 | Auto merge of #81350 - tmiasko:instrument-debug, r=lcnr | bors | -1/+1 |
| 2021-01-31 | Auto merge of #81327 - RalfJung:codegen-no-const-fail, r=oli-obk | bors | -0/+4 |
| 2021-01-30 | codegen: assume constants cannot fail to evaluate | Ralf Jung | -0/+4 |
| 2021-01-30 | Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se | Yuki Okushi | -2/+2 |
| 2021-01-28 | Auto merge of #81441 - tmiasko:ctfe-inline, r=oli-obk | bors | -0/+1 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -9/+6 |
| 2021-01-27 | Inline MemPlace::offset | Tomasz Miąsko | -0/+1 |
| 2021-01-27 | Rollup merge of #80900 - camelid:readpointerasbytes-ice, r=oli-obk | Yuki Okushi | -1/+5 |
| 2021-01-24 | Reduce log level used by tracing instrumentation from info to debug | Tomasz Miąsko | -1/+1 |