| Age | Commit message (Expand) | Author | Lines |
| 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 | -67/+149 |
| 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 | -9/+31 |
| 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 | -12/+133 |
| 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 | -13/+11 |
| 2025-03-25 | Rollup merge of #138837 - petrochenkov:resinstab2, r=jieyouxu | Takayuki Maeda | -12/+6 |
| 2025-03-25 | Rollup merge of #138701 - tvladyslav:serializable_default_codegen_backend, r=... | Takayuki Maeda | -0/+8 |
| 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 | -36/+33 |
| 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 | Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obk | bors | -4/+45 |
| 2025-03-24 | Remove InstanceKind::generates_cgu_internal_copy | Ben Kimock | -64/+68 |
| 2025-03-24 | Instantiate binder before registering nested obligations for auto/built-in tr... | Michael Goulet | -32/+16 |
| 2025-03-24 | Auto merge of #133984 - DaniPopes:scmp-ucmp, r=scottmcm | bors | -0/+57 |
| 2025-03-24 | Reject test executables when not supported by target | Thalia Archibald | -0/+7 |
| 2025-03-25 | rustc_session: Add a helper function for obtaining staticlib prefix and suffix | Vadim Petrochenkov | -24/+24 |
| 2025-03-25 | linker: Avoid calling `linker_and_flavor` twice | Vadim Petrochenkov | -6/+9 |
| 2025-03-25 | linker: Fix staticlib naming for UEFI | Vadim Petrochenkov | -4/+13 |
| 2025-03-24 | resolve: Avoid some unstable iteration 2 | Vadim Petrochenkov | -14/+9 |
| 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 | -7/+7 |
| 2025-03-24 | Rollup merge of #138821 - dianne:cleanup-non-scalar-compare, r=oli-obk | Matthias Krüger | -94/+24 |
| 2025-03-24 | Emit `unused_attributes` for `#[inline]` on exported functions | Noratrieb | -0/+29 |
| 2025-03-24 | Remove fields that are dead since the removal of type ascription syntax | León Orell Valerian Liehr | -63/+13 |
| 2025-03-24 | Remove `prev_index_to_index` field from `CurrentDepGraph` | John Kåre Alsaker | -185/+144 |
| 2025-03-24 | Don't ICE when encountering placeholders in layout computation | Michael Goulet | -6/+2 |
| 2025-03-24 | Allow WellFormed goals to be returned from relating in new solver | Michael Goulet | -7/+9 |
| 2025-03-24 | Revert "Rollup merge of #136127 - WaffleLapkin:dyn_ptr_unwrap_cast, r=compile... | Michael Goulet | -60/+8 |
| 2025-03-24 | bump thorin to drop duped deps | klensy | -2/+2 |
| 2025-03-24 | Add a helper for building an owner id in ast lowering | Oli Scherer | -16/+17 |
| 2025-03-24 | Auto merge of #138629 - Zoxc:graph-anon-hashmap, r=oli-obk | bors | -62/+155 |
| 2025-03-24 | Fix autofix for `self` and `self as …` in `unused_imports` lint | Samuel Tardieu | -1/+2 |
| 2025-03-24 | Auto merge of #115747 - Zoxc:query-hashes, r=oli-obk | bors | -30/+47 |
| 2025-03-24 | `with_scope` is only ever used for ast modules | Oli Scherer | -14/+11 |
| 2025-03-24 | Move `is_used_keyword_conditional`. | Nicholas Nethercote | -4/+4 |
| 2025-03-24 | Alphabetize the keywords list. | Nicholas Nethercote | -8/+21 |
| 2025-03-24 | Fix some formatting. | Nicholas Nethercote | -2/+2 |
| 2025-03-24 | Improve keyword comments a little. | Nicholas Nethercote | -5/+4 |
| 2025-03-24 | Remove `is_any_keyword` methods. | Nicholas Nethercote | -22/+7 |