| Age | Commit message (Expand) | Author | Lines |
| 2025-03-26 | Don't record child scopes for patterns. | Mara Bos | -2/+0 |
| 2025-03-26 | ExprUseVisitor: use tracing::instrument as appropriate | Maja Kądziołka | -19/+10 |
| 2025-03-26 | ExprUseVisitor: remove leftover mentions of mem-categorization | Maja Kądziołka | -57/+16 |
| 2025-03-26 | ExprUseVisitor: error -> bug in helper names | Maja Kądziołka | -14/+14 |
| 2025-03-26 | ExprUseVisitor: add clarifying doc comments | Maja Kądziołka | -8/+14 |
| 2025-03-26 | doc(hir::Place): clarify that places aren't always place expressions | Maja Kądziołka | -2/+8 |
| 2025-03-26 | Add environment variable tracking in places where it was convenient | Mads Marquart | -6/+7 |
| 2025-03-26 | Add `TyCtx::env_var_os` | Mads Marquart | -1/+75 |
| 2025-03-26 | Auto merge of #130324 - petrochenkov:ctxtache, r=oli-obk | bors | -73/+120 |
| 2025-03-26 | Use the correct binder scope for elided lifetimes in assoc consts | Oli Scherer | -25/+35 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -34/+38 |
| 2025-03-26 | Use a function to create `QueryStackDeferred` to ensure context is Copy | John Kåre Alsaker | -36/+48 |
| 2025-03-26 | Auto merge of #138974 - Zalathar:rollup-568cpmy, r=Zalathar | bors | -210/+224 |
| 2025-03-26 | Collect items referenced from var_debug_info | Tomasz Miąsko | -1/+6 |
| 2025-03-26 | Don't deaggregate InvocationParent just to reaggregate it again | Oli Scherer | -24/+15 |
| 2025-03-26 | Rollup merge of #138959 - meithecatte:matchpair-place-option, r=Zalathar | Stuart Cook | -9/+23 |
| 2025-03-26 | Rollup merge of #138954 - compiler-errors:hash-opaques, r=oli-obk | Stuart Cook | -3/+9 |
| 2025-03-26 | Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e... | Stuart Cook | -135/+23 |
| 2025-03-26 | Rollup merge of #138818 - khuey:138198, r=jieyouxu | Stuart Cook | -16/+42 |
| 2025-03-26 | Rollup merge of #138483 - azhogin:azhogin/target-modifiers-bool-fix, r=fee1-dead | Stuart Cook | -47/+127 |
| 2025-03-26 | Avoiding calling queries when collecting active queries | John Kåre Alsaker | -162/+313 |
| 2025-03-26 | Auto merge of #138893 - klensy:thorin-0.9, r=Mark-Simulacrum | bors | -2/+2 |
| 2025-03-26 | chore: remove redundant words in comment | pudongair | -1/+1 |
| 2025-03-26 | Stop using Interner in the compiler randomly | Michael Goulet | -5/+7 |
| 2025-03-26 | Implement lint against using Interner and InferCtxtLike in random compiler cr... | Michael Goulet | -3/+51 |
| 2025-03-26 | hir::-ify internal lints | Michael Goulet | -39/+50 |
| 2025-03-26 | Auto merge of #138956 - jhpratt:rollup-6g7ppwd, r=jhpratt | bors | -167/+323 |
| 2025-03-26 | MatchPairTree: update invariant comment | Maja Kądziołka | -2/+2 |
| 2025-03-26 | Revert "Make `MatchPairTree::place` non-optional" | Maja Kądziołka | -9/+23 |
| 2025-03-26 | Remove `kw::Empty` uses from `rustc_middle`. | Nicholas Nethercote | -14/+8 |
| 2025-03-25 | Rollup merge of #138911 - compiler-errors:define-opaque, r=oli-obk | Jacob Pratt | -83/+273 |
| 2025-03-25 | Rollup merge of #138874 - Zoxc:waiter-race, r=SparrowLii,davidtwco | Jacob Pratt | -25/+12 |
| 2025-03-25 | Rollup merge of #138867 - petrochenkov:linkfix, r=nnethercote | Jacob Pratt | -24/+36 |
| 2025-03-25 | Rollup merge of #138128 - compiler-errors:precise-capturing-in-traits, r=oli-... | Jacob Pratt | -35/+2 |
| 2025-03-26 | Ensure define_opaque is accounted for in HIR hash | Michael Goulet | -3/+9 |
| 2025-03-26 | Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichton | bors | -28/+172 |
| 2025-03-25 | Rename `is_like_osx` to `is_like_darwin` | Mads Marquart | -54/+54 |
| 2025-03-25 | Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors | Matthias Krüger | -95/+183 |
| 2025-03-25 | Rollup merge of #138924 - nnethercote:less-kw-Empty-3, r=compiler-errors | Matthias Krüger | -46/+53 |
| 2025-03-25 | Rollup merge of #138886 - samueltardieu:push-xxkzmupznoky, r=jieyouxu | Matthias Krüger | -1/+2 |
| 2025-03-25 | Rollup merge of #138776 - Zalathar:unexpand, r=oli-obk | Matthias Krüger | -90/+81 |
| 2025-03-25 | Rollup merge of #138581 - Zoxc:abort-handler-if-locked, r=SparrowLii | Matthias Krüger | -12/+43 |
| 2025-03-25 | Rollup merge of #138317 - petrochenkov:libsearch3, r=compiler-errors | Matthias Krüger | -9/+31 |
| 2025-03-25 | Rollup merge of #137247 - dpaoliello:cleanllvm, r=Zalathar | Matthias Krüger | -136/+144 |
| 2025-03-25 | Test define opaques in extern items | Michael Goulet | -1/+4 |
| 2025-03-25 | Allow defining opaques in statics and consts | Michael Goulet | -80/+255 |
| 2025-03-25 | Make printing define_opaque less goofy | Michael Goulet | -7/+19 |
| 2025-03-25 | Remove now unreachable parse recovery code | León Orell Valerian Liehr | -76/+24 |
| 2025-03-25 | Brace-ident-colon can certainly no longer start a block | León Orell Valerian Liehr | -12/+2 |
| 2025-03-25 | Auto merge of #138923 - TaKO8Ki:rollup-f3hkmqj, r=TaKO8Ki | bors | -91/+84 |