| Age | Commit message (Expand) | Author | Lines |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2022-04-11 | Remove inlining cost of `Deinit` statements | Jakob Degen | -0/+1 |
| 2022-04-11 | Add new `MutatatingUseContext`s for deinit and `SetDiscriminant` | Jakob Degen | -1/+5 |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -5/+14 |
| 2022-04-10 | Auto merge of #95889 - Dylan-DPC:rollup-1cmywu4, r=Dylan-DPC | bors | -8/+8 |
| 2022-04-10 | Rollup merge of #95857 - ouz-a:mir-opt, r=oli-obk | Dylan DPC | -8/+8 |
| 2022-04-10 | Avoid accessing HIR from MIR queries. | Camille GILLOT | -7/+7 |
| 2022-04-09 | remove the if block | ouz-a | -22/+9 |
| 2022-04-09 | support multiple derefs | ouz-a | -13/+26 |
| 2022-04-06 | Rollup merge of #95649 - ouz-a:mir-opt, r=oli-obk | Dylan DPC | -0/+74 |
| 2022-04-06 | Auto merge of #95723 - SparrowLii:const_goto, r=fee1-dead | bors | -9/+16 |
| 2022-04-06 | enhance `ConstGoto` mir-opt by moving up `StorageDead` statements | SparrowLii | -9/+16 |
| 2022-04-05 | kill temp early | ouz-a | -2/+1 |
| 2022-04-05 | interp: pass TyCtxt to Machine methods that do not take InterpCx | Ralf Jung | -0/+2 |
| 2022-04-05 | remove region check | ouz-a | -9/+11 |
| 2022-04-05 | Rollup merge of #95620 - RalfJung:memory-no-extras, r=oli-obk | Dylan DPC | -8/+2 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -19/+6 |
| 2022-04-04 | destroy temp at the end and avoid ICE | ouz-a | -7/+10 |
| 2022-04-04 | fixed error, made function leaner and tighter | ouz-a | -30/+35 |
| 2022-04-04 | New mir-opt deref_separator | ouz-a | -0/+65 |
| 2022-04-03 | interpret: remove MemoryExtra in favor of giving access to the Machine | Ralf Jung | -8/+2 |
| 2022-04-02 | Less manipulation of the callee_def_id. | Camille GILLOT | -5/+6 |
| 2022-04-02 | Use only local hash. | Camille GILLOT | -2/+2 |
| 2022-04-02 | Use DefPathHash instead of HirId to break cycles. | Camille GILLOT | -14/+8 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -13/+13 |
| 2022-03-30 | a few mode feedback fixes per @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -14/+14 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -4/+4 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -1/+0 |
| 2022-03-25 | Rollup merge of #94655 - JakobDegen:mir-phase-docs, r=oli-obk | Dylan DPC | -7/+11 |
| 2022-03-23 | Clarify which kinds of MIR are allowed during which phases. | Jakob Degen | -7/+11 |
| 2022-03-23 | Address rebase fallout | Oli Scherer | -3/+3 |
| 2022-03-23 | remove optimizations from const_prop_lint | Carl Scherer | -281/+21 |
| 2022-03-23 | separate const prop lint from optimizations | Carl Scherer | -177/+1320 |
| 2022-03-22 | Rollup merge of #95196 - RalfJung:unalloc-not-uninit, r=oli-obk | Dylan DPC | -4/+4 |
| 2022-03-21 | rename LocalState::Uninitialized to Unallocated | Ralf Jung | -4/+4 |
| 2022-03-20 | Disable early otherwise branch MIR opt | Jakob Degen | -1/+32 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -1/+0 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -6/+6 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -5/+5 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -6/+6 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -9/+9 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -9/+9 |
| 2022-03-10 | Move `is_trivially_pure_clone_copy` onto `Ty` instead | Scott McMurray | -12/+2 |
| 2022-03-10 | mir-opt: Replace clone on primitives with copy | Scott McMurray | -2/+83 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -17/+19 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -4/+4 |
| 2022-03-03 | Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk | bors | -1/+10 |
| 2022-03-01 | Miri/CTFE: properly treat overflow in (signed) division/rem as UB | Ralf Jung | -1/+10 |