| Age | Commit message (Expand) | Author | Lines |
| 2025-03-26 | hir::-ify internal lints | Michael Goulet | -39/+50 |
| 2025-03-26 | Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichton | bors | -29/+302 |
| 2025-03-25 | Auto merge of #138933 - matthiaskrgr:rollup-sjtqkoq, r=matthiaskrgr | bors | -395/+683 |
| 2025-03-25 | Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors | Matthias Krüger | -96/+185 |
| 2025-03-25 | Rollup merge of #138924 - nnethercote:less-kw-Empty-3, r=compiler-errors | Matthias Krüger | -46/+66 |
| 2025-03-25 | Rollup merge of #138886 - samueltardieu:push-xxkzmupznoky, r=jieyouxu | Matthias Krüger | -1/+105 |
| 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 | -14/+55 |
| 2025-03-25 | Rollup merge of #137247 - dpaoliello:cleanllvm, r=Zalathar | Matthias Krüger | -136/+144 |
| 2025-03-25 | Rollup merge of #135745 - bardiharborow:std/net/rfc9602, r=cuviper | Matthias Krüger | -0/+4 |
| 2025-03-25 | Auto merge of #138865 - petrochenkov:errwhere, r=jieyouxu | bors | -105/+371 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -105/+371 |
| 2025-03-25 | Auto merge of #138923 - TaKO8Ki:rollup-f3hkmqj, r=TaKO8Ki | bors | -155/+214 |
| 2025-03-25 | Avoid some more global state | Oli Scherer | -22/+35 |
| 2025-03-25 | acquire more accurate HirId for ABI check lints | Ralf Jung | -19/+37 |
| 2025-03-25 | Track whether an assoc item is in a trait impl or an inherent impl | Oli Scherer | -68/+151 |
| 2025-03-25 | Deduplicate assoc item cfg handling | Oli Scherer | -10/+3 |
| 2025-03-25 | privacy: Visit types and traits in impls in type privacy lints | Vadim Petrochenkov | -14/+55 |
| 2025-03-25 | allow wasm_c_abi in proc_macro bridge | Ralf Jung | -0/+4 |
| 2025-03-25 | make -Zwasm-c-abi=legacy suppress the lint | Ralf Jung | -10/+15 |
| 2025-03-25 | add FCW to warn about wasm ABI transition | Ralf Jung | -13/+259 |
| 2025-03-25 | Use `sym::dummy` for a dummy arg in `parse_fn_params`. | Nicholas Nethercote | -1/+1 |
| 2025-03-25 | Auto merge of #136410 - saethlin:clean-up-cgu-internal-copy, r=compiler-errors | bors | -64/+68 |
| 2025-03-25 | Rollup merge of #138895 - oli-obk:dedup-owner-id-creation, r=compiler-errors | Takayuki Maeda | -16/+17 |
| 2025-03-25 | Rollup merge of #138838 - compiler-errors:new-solver-crashes-tweaks, r=lcnr | Takayuki Maeda | -35/+99 |
| 2025-03-25 | Rollup merge of #138837 - petrochenkov:resinstab2, r=jieyouxu | Takayuki Maeda | -12/+6 |
| 2025-03-25 | Rollup merge of #138829 - jieyouxu:adjust-relnotes-interest-group-desc, r=cuv... | Takayuki Maeda | -2/+2 |
| 2025-03-25 | Rollup merge of #138755 - GuillaumeGomez:rm-duplicated-loop, r=camelid | Takayuki Maeda | -38/+21 |
| 2025-03-25 | Rollup merge of #138701 - tvladyslav:serializable_default_codegen_backend, r=... | Takayuki Maeda | -0/+8 |
| 2025-03-25 | Rollup merge of #138652 - ferrocene:pa-remote-test-rmake, r=jieyouxu | Takayuki Maeda | -1/+18 |
| 2025-03-25 | Rollup merge of #138580 - petrochenkov:resinstab, r=Nadrieril | Takayuki Maeda | -14/+9 |
| 2025-03-25 | Rollup merge of #138385 - nnethercote:keyword-tweaks, r=Noratrieb | Takayuki Maeda | -37/+34 |
| 2025-03-25 | Avoid `kw::Empty` when dealing with `rustc_allowed_through_unstable_modules`. | Nicholas Nethercote | -7/+3 |
| 2025-03-25 | Reduce visibility of most items in `rustc_codegen_llvm` | Daniel Paoliello | -136/+144 |
| 2025-03-25 | Use `Option<Symbol>` in `DuplicateLangItem`. | Nicholas Nethercote | -14/+20 |
| 2025-03-25 | Use `Option<Symbol>` in `ModuleKind::Def`. | Nicholas Nethercote | -18/+20 |
| 2025-03-25 | Use `Option<Symbol>` in `panic_call`. | Nicholas Nethercote | -5/+8 |
| 2025-03-25 | Use `Ident::dummy()` in `dummy_annotatable`. | Nicholas Nethercote | -1/+1 |
| 2025-03-25 | Add a test with an empty crate name. | Nicholas Nethercote | -0/+13 |
| 2025-03-25 | Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obk | bors | -4/+66 |
| 2025-03-24 | Remove InstanceKind::generates_cgu_internal_copy | Ben Kimock | -64/+68 |
| 2025-03-24 | Auto merge of #133984 - DaniPopes:scmp-ucmp, r=scottmcm | bors | -42/+124 |
| 2025-03-25 | Slightly reword triagebot ping message for `relnotes-interest-group` | Jieyou Xu | -2/+2 |
| 2025-03-24 | resolve: Avoid some unstable iteration 2 | Vadim Petrochenkov | -14/+9 |
| 2025-03-24 | Auto merge of #138901 - matthiaskrgr:rollup-qbbanhr, r=matthiaskrgr | bors | -188/+340 |
| 2025-03-24 | Rollup merge of #138894 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2025-03-24 | Rollup merge of #138882 - oli-obk:ast-lowering-mod-rib, r=fee1-dead | Matthias Krüger | -14/+11 |
| 2025-03-24 | Rollup merge of #138868 - mejrs:d_not_recommend_typo, r=davidtwco | Matthias Krüger | -8/+25 |
| 2025-03-24 | Rollup merge of #138864 - Urgau:rework-print-options-doc, r=jieyouxu | Matthias Krüger | -52/+214 |