| Age | Commit message (Expand) | Author | Lines |
| 2021-07-14 | consistently treat None-tagged pointers as ints; get rid of some deprecated S... | Ralf Jung | -1/+1 |
| 2021-07-14 | CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf... | Ralf Jung | -3/+3 |
| 2021-07-04 | Fix comments about unique borrows | LeSeulArtichaut | -1/+1 |
| 2021-06-21 | Fix unused_unsafe with compiler-generated unsafe | Cameron Steffen | -0/+2 |
| 2021-06-06 | Remove some last remants of {push,pop}_unsafe! | Smitty | -2/+0 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+6 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -1/+4 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -1/+4 |
| 2021-05-07 | Avoid predecessors having Drop impls | Mark Rousskov | -3/+3 |
| 2021-05-02 | Rollup merge of #84392 - dario23:fmt-assert-args-pub, r=varkor,RalfJung | Dylan DPC | -1/+1 |
| 2021-05-01 | add docstrings and add issue to FIXMEs | Chris Pardy | -2/+2 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -0/+11 |
| 2021-04-21 | Make AssertKind::fmt_assert_args public | Johannes Schilling | -1/+1 |
| 2021-04-20 | Tidy | Oli Scherer | -1/+4 |
| 2021-04-20 | Implement a lint that highlights all moves larger than 1000 bytes | Oli Scherer | -1/+21 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -1/+1 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -1/+1 |
| 2021-04-02 | Reduce size of statements | Roxane | -3/+5 |
| 2021-04-02 | Fix diagnostic issue when using FakeReads in closures | Roxane | -3/+13 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -2/+9 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -2/+9 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -18/+0 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -3/+3 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -3/+4 |
| 2021-03-15 | Do not expose fallible `to_int` operation on `Scalar`. | Oli Scherer | -1/+1 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -14/+14 |
| 2021-03-12 | Replace a custom lift method with a Lift impl | Oli Scherer | -1/+1 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -9/+124 |
| 2021-03-12 | Add `ty` helper function for mir constants | Oli Scherer | -0/+3 |
| 2021-03-09 | Switch to changing cp_non_overlap in tform | kadmin | -1/+1 |
| 2021-03-09 | Update cranelift | kadmin | -3/+6 |
| 2021-03-09 | Update match branches | kadmin | -3/+3 |
| 2021-03-09 | Update fmt and use of memcpy | kadmin | -1/+1 |
| 2021-03-09 | Impl StatementKind::CopyNonOverlapping | kadmin | -0/+17 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -3/+3 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -4/+16 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -3/+3 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -5/+5 |
| 2021-03-03 | Check the sizes of Operand, Rvalue, AggregateKind and Place | Oli Scherer | -0/+12 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -20/+46 |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+4 |
| 2021-02-22 | New mir-opt pass to simplify gotos with const values | Simon Vandel Sillesen | -1/+8 |
| 2021-02-21 | New pass to deduplicate blocks | Simon Vandel Sillesen | -17/+27 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -4/+2 |
| 2021-01-18 | Combine instructions immediately | Tomasz Miąsko | -1/+1 |
| 2021-01-03 | use PlaceRef more consistently instead of loosely coupled local+projection | Ralf Jung | -9/+12 |
| 2020-12-20 | Cache result of | Dániel Buga | -3/+11 |
| 2020-12-15 | Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakis | bors | -0/+15 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -3/+18 |