| Age | Commit message (Expand) | Author | Lines |
| 2025-03-27 | Auto merge of #139012 - Zalathar:rollup-qgt5yfo, r=Zalathar | bors | -311/+733 |
| 2025-03-27 | Rollup merge of #138987 - madsmtm:fix-108825, r=jieyouxu | Stuart Cook | -9/+21 |
| 2025-03-27 | Rollup merge of #138985 - oli-obk:push-mvlqmtmyozro, r=compiler-errors | Stuart Cook | -59/+51 |
| 2025-03-27 | Rollup merge of #138980 - tmiasko:collect-var-debug-info, r=compiler-errors | Stuart Cook | -1/+30 |
| 2025-03-27 | Rollup merge of #138977 - oli-obk:invoc-parent-keep-aggregated, r=compiler-er... | Stuart Cook | -24/+15 |
| 2025-03-27 | Rollup merge of #138964 - compiler-errors:usage-of-interner, r=lcnr | Stuart Cook | -47/+139 |
| 2025-03-27 | Rollup merge of #138946 - Urgau:platform-support-bottom, r=jieyouxu | Stuart Cook | -13/+16 |
| 2025-03-27 | Rollup merge of #138935 - apiraino:update-wg-prio-triagebot-config, r=lqd | Stuart Cook | -2/+2 |
| 2025-03-27 | Rollup merge of #138672 - Zoxc:deferred-queries-in-deadlock-handler, r=oli-obk | Stuart Cook | -148/+311 |
| 2025-03-27 | Rollup merge of #138624 - LukasWoodtli:gardena/lw/mipsel-maintainer, r=jieyouxu | Stuart Cook | -1/+30 |
| 2025-03-27 | Rollup merge of #130883 - madsmtm:env-var-query, r=petrochenkov | Stuart Cook | -7/+118 |
| 2025-03-27 | Auto merge of #138915 - compiler-errors:binder-tweak, r=lcnr | bors | -32/+16 |
| 2025-03-27 | Auto merge of #139005 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-03-26 | Auto merge of #138996 - CAD97:use_cfg_match, r=joboet | bors | -118/+53 |
| 2025-03-26 | Update cargo | Weihang Lo | -0/+0 |
| 2025-03-26 | Always emit native-static-libs note, even if it is empty | Mads Marquart | -9/+21 |
| 2025-03-26 | Use cfg_match in core | Christopher Durham | -118/+53 |
| 2025-03-26 | Auto merge of #138824 - Zoxc:dep-graph-no-prev-map, r=oli-obk | bors | -185/+144 |
| 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 | Test that env! works with incremental compilation | Mads Marquart | -0/+36 |
| 2025-03-26 | Use the correct binder scope for elided lifetimes in assoc consts | Oli Scherer | -59/+51 |
| 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 | -745/+896 |
| 2025-03-26 | Collect items referenced from var_debug_info | Tomasz Miąsko | -1/+30 |
| 2025-03-26 | Don't deaggregate InvocationParent just to reaggregate it again | Oli Scherer | -24/+15 |
| 2025-03-26 | Rollup merge of #138967 - thaliaarchi:error-typo, r=Noratrieb | Stuart Cook | -1/+1 |
| 2025-03-26 | Rollup merge of #138959 - meithecatte:matchpair-place-option, r=Zalathar | Stuart Cook | -9/+34 |
| 2025-03-26 | Rollup merge of #138954 - compiler-errors:hash-opaques, r=oli-obk | Stuart Cook | -3/+28 |
| 2025-03-26 | Rollup merge of #138930 - Kobzol:analyze-bootstrap-diffs, r=marcoieni | Stuart Cook | -51/+178 |
| 2025-03-26 | Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e... | Stuart Cook | -616/+411 |
| 2025-03-26 | Rollup merge of #138818 - khuey:138198, r=jieyouxu | Stuart Cook | -16/+60 |
| 2025-03-26 | Rollup merge of #138483 - azhogin:azhogin/target-modifiers-bool-fix, r=fee1-dead | Stuart Cook | -49/+184 |
| 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 | -46/+13 |
| 2025-03-25 | Fix typo in error message | Thalia Archibald | -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/+82 |
| 2025-03-26 | hir::-ify internal lints | Michael Goulet | -39/+50 |
| 2025-03-26 | Auto merge of #138956 - jhpratt:rollup-6g7ppwd, r=jhpratt | bors | -413/+632 |
| 2025-03-26 | Add a regression test for TestCase::Or without place | Maja Kądziołka | -0/+11 |
| 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-25 | Rollup merge of #138945 - DaniPopes:override-partialord-bool, r=scottmcm | Jacob Pratt | -27/+23 |
| 2025-03-25 | Rollup merge of #138917 - nnethercote:rustdoc-remove-useless, r=GuillaumeGomez | Jacob Pratt | -38/+38 |
| 2025-03-25 | Rollup merge of #138911 - compiler-errors:define-opaque, r=oli-obk | Jacob Pratt | -166/+363 |
| 2025-03-25 | Rollup merge of #138905 - Gelbpunkt:powerpc64-unknown-linux-musl-maintainer, ... | Jacob Pratt | -1/+59 |
| 2025-03-25 | Rollup merge of #138885 - fneddy:fix_pattern_types_tests, r=compiler-errors | Jacob Pratt | -13/+15 |
| 2025-03-25 | Rollup merge of #138877 - TaKO8Ki:enable-per-target-ignores-for-doctests, r=n... | Jacob Pratt | -4/+25 |