| Age | Commit message (Expand) | Author | Lines |
| 2021-09-02 | Rollup merge of #88532 - ptrojahn:single_use, r=davidtwco | Mara Bos | -5/+2 |
| 2021-08-31 | Rollup merge of #86362 - ptrojahn:insert_vars_and_temps, r=jackh726 | Mara Bos | -0/+5 |
| 2021-08-31 | Remove single use variables | Paul Trojahn | -5/+2 |
| 2021-08-31 | Avoid cloning LocalDecls | Paul Trojahn | -0/+5 |
| 2021-08-26 | review | lcnr | -1/+1 |
| 2021-08-26 | is_polymorphic doesn't matter for tests | lcnr | -8/+3 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -3/+7 |
| 2021-08-25 | Various pattern cleanups | Léo Lanteri Thauvin | -6/+3 |
| 2021-08-18 | Remove box syntax from rustc_middle | est31 | -4/+4 |
| 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 |