| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -14/+5 |
| 2023-04-18 | Rollup merge of #110417 - jsoref:spelling-compiler, r=Nilstrieb | Guillaume Gomez | -3/+3 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -3/+3 |
| 2023-04-17 | Auto merge of #110343 - saethlin:encode-initmask, r=lqd | bors | -1/+31 |
| 2023-04-17 | Bypass the varint path when encoding InitMask | Ben Kimock | -1/+31 |
| 2023-04-16 | Simplify `CloneLiftImpls` and `TrivialTypeTraversalImpls`. | Nicholas Nethercote | -6/+2 |
| 2023-04-13 | Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle... | bors | -0/+6 |
| 2023-04-11 | Preserve argument indexes when inlining MIR | David Lattimore | -0/+6 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -2/+2 |
| 2023-04-09 | fixup! Improve `Allocation::hash | Nilstrieb | -1/+1 |
| 2023-04-09 | Convert manual loop into `while let` | Nilstrieb | -11/+1 |
| 2023-04-09 | Remove identity casts | Nilstrieb | -4/+4 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -1/+1 |
| 2023-04-09 | Improve `Allocation::hash | Nilstrieb | -9/+17 |
| 2023-04-07 | Auto merge of #110036 - jackh726:placeholder_boundvar, r=nnethercote | bors | -4/+2 |
| 2023-04-07 | Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko | bors | -107/+194 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -4/+2 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -0/+7 |
| 2023-04-06 | Address review feedback | Gary Guo | -10/+11 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -13/+59 |