about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-25Avoid some more global stateOli Scherer-22/+35
2025-03-25acquire more accurate HirId for ABI check lintsRalf Jung-19/+37
2025-03-25Track whether an assoc item is in a trait impl or an inherent implOli Scherer-67/+149
2025-03-25Deduplicate assoc item cfg handlingOli Scherer-10/+3
2025-03-25privacy: Visit types and traits in impls in type privacy lintsVadim Petrochenkov-9/+31
2025-03-25make -Zwasm-c-abi=legacy suppress the lintRalf Jung-10/+15
2025-03-25add FCW to warn about wasm ABI transitionRalf Jung-12/+133
2025-03-25Use `sym::dummy` for a dummy arg in `parse_fn_params`.Nicholas Nethercote-1/+1
2025-03-25Auto merge of #136410 - saethlin:clean-up-cgu-internal-copy, r=compiler-errorsbors-64/+68
2025-03-25Rollup merge of #138895 - oli-obk:dedup-owner-id-creation, r=compiler-errorsTakayuki Maeda-16/+17
2025-03-25Rollup merge of #138838 - compiler-errors:new-solver-crashes-tweaks, r=lcnrTakayuki Maeda-13/+11
2025-03-25Rollup merge of #138837 - petrochenkov:resinstab2, r=jieyouxuTakayuki Maeda-12/+6
2025-03-25Rollup merge of #138701 - tvladyslav:serializable_default_codegen_backend, r=...Takayuki Maeda-0/+8
2025-03-25Rollup merge of #138580 - petrochenkov:resinstab, r=NadrierilTakayuki Maeda-14/+9
2025-03-25Rollup merge of #138385 - nnethercote:keyword-tweaks, r=NoratriebTakayuki Maeda-36/+33
2025-03-25Avoid `kw::Empty` when dealing with `rustc_allowed_through_unstable_modules`.Nicholas Nethercote-7/+3
2025-03-25Reduce visibility of most items in `rustc_codegen_llvm`Daniel Paoliello-136/+144
2025-03-25Use `Option<Symbol>` in `DuplicateLangItem`.Nicholas Nethercote-14/+20
2025-03-25Use `Option<Symbol>` in `ModuleKind::Def`.Nicholas Nethercote-18/+20
2025-03-25Use `Option<Symbol>` in `panic_call`.Nicholas Nethercote-5/+8
2025-03-25Use `Ident::dummy()` in `dummy_annotatable`.Nicholas Nethercote-1/+1
2025-03-25Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obkbors-4/+45
2025-03-24Remove InstanceKind::generates_cgu_internal_copyBen Kimock-64/+68
2025-03-24Instantiate binder before registering nested obligations for auto/built-in tr...Michael Goulet-32/+16
2025-03-24Auto merge of #133984 - DaniPopes:scmp-ucmp, r=scottmcmbors-0/+57
2025-03-24Reject test executables when not supported by targetThalia Archibald-0/+7
2025-03-25rustc_session: Add a helper function for obtaining staticlib prefix and suffixVadim Petrochenkov-24/+24
2025-03-25linker: Avoid calling `linker_and_flavor` twiceVadim Petrochenkov-6/+9
2025-03-25linker: Fix staticlib naming for UEFIVadim Petrochenkov-4/+13
2025-03-24resolve: Avoid some unstable iteration 2Vadim Petrochenkov-14/+9
2025-03-24Rollup merge of #138882 - oli-obk:ast-lowering-mod-rib, r=fee1-deadMatthias Krüger-14/+11
2025-03-24Rollup merge of #138868 - mejrs:d_not_recommend_typo, r=davidtwcoMatthias Krüger-7/+7
2025-03-24Rollup merge of #138821 - dianne:cleanup-non-scalar-compare, r=oli-obkMatthias Krüger-94/+24
2025-03-24Emit `unused_attributes` for `#[inline]` on exported functionsNoratrieb-0/+29
2025-03-24Remove fields that are dead since the removal of type ascription syntaxLeón Orell Valerian Liehr-63/+13
2025-03-24Remove `prev_index_to_index` field from `CurrentDepGraph`John Kåre Alsaker-185/+144
2025-03-24Don't ICE when encountering placeholders in layout computationMichael Goulet-6/+2
2025-03-24Allow WellFormed goals to be returned from relating in new solverMichael Goulet-7/+9
2025-03-24Revert "Rollup merge of #136127 - WaffleLapkin:dyn_ptr_unwrap_cast, r=compile...Michael Goulet-60/+8
2025-03-24bump thorin to drop duped depsklensy-2/+2
2025-03-24Add a helper for building an owner id in ast loweringOli Scherer-16/+17
2025-03-24Auto merge of #138629 - Zoxc:graph-anon-hashmap, r=oli-obkbors-62/+155
2025-03-24Fix autofix for `self` and `self as …` in `unused_imports` lintSamuel Tardieu-1/+2
2025-03-24Auto merge of #115747 - Zoxc:query-hashes, r=oli-obkbors-30/+47
2025-03-24`with_scope` is only ever used for ast modulesOli Scherer-14/+11
2025-03-24Move `is_used_keyword_conditional`.Nicholas Nethercote-4/+4
2025-03-24Alphabetize the keywords list.Nicholas Nethercote-8/+21
2025-03-24Fix some formatting.Nicholas Nethercote-2/+2
2025-03-24Improve keyword comments a little.Nicholas Nethercote-5/+4
2025-03-24Remove `is_any_keyword` methods.Nicholas Nethercote-22/+7