| Age | Commit message (Expand) | Author | Lines |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+1 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -0/+10 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -0/+3 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -0/+2 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -0/+2 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -1/+0 |
| 2021-09-11 | Rollup merge of #88668 - hvdijk:x32, r=joshtriplett | Jubilee | -4/+4 |
| 2021-09-09 | rename mir -> thir around abstract consts | Ellen | -1/+0 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -1/+1 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -0/+28 |
| 2021-09-05 | Change more x64 size checks to not apply to x32. | Harald van Dijk | -4/+4 |
| 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 |