| Age | Commit message (Expand) | Author | Lines |
| 2023-06-03 | add FIXME | lcnr | -0/+5 |
| 2023-06-03 | unique borrows are mutating uses | lcnr | -7/+3 |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -1/+6 |
| 2023-05-26 | Rollup merge of #111899 - nnethercote:cgu-cleanups, r=wesleywiser | Matthias Krüger | -4/+1 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -1/+6 |
| 2023-05-25 | Streamline `modify_size_estimate`. | Nicholas Nethercote | -4/+1 |
| 2023-05-24 | Auto merge of #111673 - cjgillot:dominator-preprocess, r=cjgillot,tmiasko | bors | -2/+3 |
| 2023-05-23 | Rollup merge of #111501 - WaffleLapkin:drivebycleanupuwu, r=oli-obk | Dylan DPC | -0/+23 |
| 2023-05-20 | Rollup merge of #111619 - cjgillot:profile-pass, r=WaffleLapkin | Dylan DPC | -1/+1 |
| 2023-05-17 | Drive-by cleanup: `debug::term_type` => `TerminatorKind::name` | Maybe Waffle | -0/+23 |
| 2023-05-17 | Merge DominatorTree and Dominators. | Camille GILLOT | -7/+1 |
| 2023-05-17 | Cache dominators. | Camille GILLOT | -4/+6 |
| 2023-05-17 | Preprocess dominator tree to answer queries in O(1) | Tomasz Miąsko | -1/+6 |
| 2023-05-17 | Finish move of query.rs | John Kåre Alsaker | -2/+4 |
| 2023-05-15 | Profile MIR passes. | Camille GILLOT | -1/+1 |
| 2023-05-15 | Auto merge of #111570 - compiler-errors:ct-err, r=BoxyUwU | bors | -4/+2 |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -11/+45 |
| 2023-05-14 | Rename const error methods for consistency | Michael Goulet | -4/+2 |
| 2023-05-13 | Support ConstantIndex in debuginfo. | Camille GILLOT | -2/+5 |
| 2023-05-13 | Implement references VarDebugInfo. | Camille GILLOT | -14/+34 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -2/+1 |
| 2023-05-11 | Rollup merge of #111366 - obeis:ascribe-user-type-variance, r=lcnr | Michael Goulet | -4/+4 |
| 2023-05-10 | Remove and fix useless drop of reference | Urgau | -2/+1 |
| 2023-05-10 | Make `NonUseContext::AscribeUserTy` carry `ty::Variance` | Obei Sideg | -4/+4 |
| 2023-05-09 | Implement SSA-based reference propagation. | Camille GILLOT | -0/+13 |
| 2023-05-05 | Disallow (min) specialization imps with no items | Matthew Jasper | -2/+0 |
| 2023-05-04 | Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errors | Matthias Krüger | -2/+19 |
| 2023-05-04 | Rollup merge of #110826 - cjgillot:place-mention-use, r=JakobDegen,lcnr | Matthias Krüger | -3/+6 |
| 2023-05-04 | do not allow rustc::pass_by_value lint | Boxy | -6/+4 |
| 2023-05-04 | check array type of repeat exprs is wf | Boxy | -2/+21 |
| 2023-05-04 | Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obk | Dylan DPC | -0/+4 |
| 2023-05-01 | Box AssertKind | Ben Kimock | -4/+4 |
| 2023-04-29 | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot | bors | -1/+3 |
| 2023-04-29 | Expand comment on NonMutatingUseContext. | Camille GILLOT | -0/+3 |
| 2023-04-29 | Make PlaceMention a non-mutating use. | Camille GILLOT | -3/+3 |
| 2023-04-28 | interpret: fail more gracefully on uninit unsized locals | Ralf Jung | -0/+4 |
| 2023-04-26 | Remove QueryEngine trait | John Kåre Alsaker | -1/+3 |
| 2023-04-26 | Derive `Type{Foldable,Visitable}` for `UserTypeProjection`. | Nicholas Nethercote | -24/+3 |
| 2023-04-25 | Rollup merge of #110750 - scottmcm:vardebug-size, r=cjgillot | Yuki Okushi | -0/+2 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -7/+7 |
| 2023-04-23 | Add size asserts for MIR `SourceScopeData` & `VarDebugInfo` | Scott McMurray | -0/+2 |
| 2023-04-22 | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJung | bors | -3/+2 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -6/+14 |
| 2023-04-21 | Actually keep `PlaceMention` if requested. | Camille GILLOT | -2/+0 |
| 2023-04-21 | Evaluate place expression in `PlaceMention`. | Camille GILLOT | -1/+2 |
| 2023-04-21 | test improvements | DrMeepster | -1/+5 |
| 2023-04-21 | intern offsetof fields | DrMeepster | -5/+5 |
| 2023-04-21 | offset_of | DrMeepster | -3/+7 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -114/+43 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -14/+5 |