| Age | Commit message (Expand) | Author | Lines |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -61/+11 |
| 2025-03-29 | Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov | bors | -148/+71 |
| 2025-03-29 | Auto merge of #139101 - matthiaskrgr:rollup-zhu7hf6, r=matthiaskrgr | bors | -118/+80 |
| 2025-03-29 | Rollup merge of #139086 - meithecatte:expr-use-visitor-cleanup, r=compiler-er... | Matthias Krüger | -100/+62 |
| 2025-03-29 | Rollup merge of #139057 - yotamofek:pr/slice-contains, r=wesleywiser | Matthias Krüger | -15/+16 |
| 2025-03-29 | Rollup merge of #139056 - yotamofek:pr/smir/try_fold, r=scottmcm | Matthias Krüger | -3/+2 |
| 2025-03-29 | Auto merge of #139067 - m-ou-se:terminating-scopes-no-hashset, r=wesleywiser | bors | -164/+95 |
| 2025-03-29 | less decoding if it has the same syntax context | bohan | -148/+71 |
| 2025-03-28 | Remove `terminating_scopes` hash set. | Mara Bos | -164/+95 |
| 2025-03-28 | Rollup merge of #139075 - oli-obk:resolver-item-lifetime, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2025-03-28 | Rollup merge of #139063 - fmease:fix-tait-atpit-gating, r=oli-obk | Matthias Krüger | -0/+7 |
| 2025-03-28 | Fix TAIT & ATPIT feature gating in the presence of anon consts | León Orell Valerian Liehr | -0/+7 |
| 2025-03-28 | Do not treat lifetimes from parent items as influencing child items | Oli Scherer | -1/+4 |
| 2025-03-28 | Auto merge of #139054 - matthiaskrgr:rollup-2bk2fb4, r=matthiaskrgr | bors | -36/+26 |
| 2025-03-28 | use `slice::contains` where applicable | Yotam Ofek | -15/+16 |
| 2025-03-28 | use `try_fold` instead of `fold` | Yotam Ofek | -3/+2 |
| 2025-03-28 | Rollup merge of #139047 - m-ou-se:remove-scope-depth, r=oli-obk | Matthias Krüger | -31/+18 |
| 2025-03-28 | Rollup merge of #138678 - durin42:rmeta-stability, r=fmease | Matthias Krüger | -3/+6 |
| 2025-03-28 | Rollup merge of #137889 - mu001999-contrib:update-doc, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2025-03-28 | Auto merge of #138503 - bjorn3:string_merging, r=tmiasko | bors | -1/+7 |
| 2025-03-28 | Add test and comment | bjorn3 | -0/+5 |
| 2025-03-28 | Avoid wrapping constant allocations in packed structs when not necessary | bjorn3 | -1/+2 |
| 2025-03-28 | Remove outdated comment. | Mara Bos | -1/+0 |
| 2025-03-28 | Remove ScopeDepth entirely. | Mara Bos | -30/+18 |
| 2025-03-28 | Auto merge of #139037 - jhpratt:rollup-4c74y8a, r=jhpratt | bors | -114/+314 |
| 2025-03-28 | Auto merge of #138965 - nnethercote:less-kw-Empty-hir-Lifetime, r=lcnr | bors | -79/+140 |
| 2025-03-27 | Rollup merge of #139026 - yotamofek:pr/abs-diff, r=compiler-errors | Jacob Pratt | -6/+2 |
| 2025-03-27 | Rollup merge of #139025 - compiler-errors:trim-validator-err, r=jieyouxu | Jacob Pratt | -26/+31 |
| 2025-03-27 | Rollup merge of #139010 - madsmtm:parse-xcrun-better, r=wesleywiser | Jacob Pratt | -82/+281 |
| 2025-03-28 | Don't use `kw::Empty` in `hir::Lifetime::ident`. | Nicholas Nethercote | -46/+131 |
| 2025-03-28 | Remove `ImplicitObjectLifetimeDefault` case from `suggestion`. | Nicholas Nethercote | -15/+10 |
| 2025-03-28 | Remove `LifetimeSuggestionPosition` and `Lifetime::suggestion_position`. | Nicholas Nethercote | -32/+13 |
| 2025-03-27 | Use `abs_diff` where applicable | Yotam Ofek | -6/+2 |
| 2025-03-27 | Drive-by get rid of a bunch of unnecessary :? | Michael Goulet | -25/+23 |
| 2025-03-27 | Do not trim paths in MIR validator | Michael Goulet | -1/+8 |
| 2025-03-27 | Rollup merge of #139014 - xizheyin:issue-138931, r=oli-obk | Jacob Pratt | -34/+74 |
| 2025-03-27 | Rollup merge of #138989 - m-ou-se:clean-up-things, r=jdonszelmann,dingxiangfe... | Jacob Pratt | -47/+35 |
| 2025-03-27 | Rollup merge of #138926 - nnethercote:less-kw-Empty-rustc_middle, r=lcnr | Jacob Pratt | -14/+8 |
| 2025-03-27 | Rollup merge of #138844 - petrochenkov:cfgtrace2, r=nnethercote | Jacob Pratt | -34/+38 |
| 2025-03-27 | rustc_resolve: prevent iteration of refids for completeness | Augie Fackler | -2/+3 |
| 2025-03-27 | Improve suggest construct with literal syntax instead of calling | xizheyin | -34/+74 |
| 2025-03-27 | Auto merge of #139012 - Zalathar:rollup-qgt5yfo, r=Zalathar | bors | -261/+562 |
| 2025-03-27 | Rollup merge of #138987 - madsmtm:fix-108825, r=jieyouxu | Stuart Cook | -9/+5 |
| 2025-03-27 | Rollup merge of #138985 - oli-obk:push-mvlqmtmyozro, r=compiler-errors | Stuart Cook | -25/+35 |
| 2025-03-27 | Rollup merge of #138980 - tmiasko:collect-var-debug-info, r=compiler-errors | Stuart Cook | -1/+6 |
| 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/+108 |
| 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 #130883 - madsmtm:env-var-query, r=petrochenkov | Stuart Cook | -7/+82 |
| 2025-03-27 | Auto merge of #138915 - compiler-errors:binder-tweak, r=lcnr | bors | -32/+16 |