about summary refs log tree commit diff
path: root/compiler/rustc_symbol_mangling/src
AgeCommit message (Expand)AuthorLines
2025-03-17Remove implicit #[no_mangle] for #[rustc_std_internal_symbol]bjorn3-0/+9
2025-03-17Mangle #[rustc_std_internal_symbol] to include the rustc version unless #[no_...bjorn3-0/+79
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-07Increase recursion_limit in numerous crates.Nicholas Nethercote-0/+1
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-9/+2
2025-03-06Avoid having to handle an `Option` in the type systemOli Scherer-2/+2
2025-03-06Prefer a two value enum over boolOli Scherer-1/+4
2025-03-03Rename a bitMichael Goulet-5/+4
2025-03-03Fix pretty printing of unsafe bindersMichael Goulet-3/+4
2025-02-24Change span field accesses to method callsJana Dönszelmann-4/+4
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-2/+4
2025-02-11compiler: remove AbiDatasJubilee Young-1/+1
2025-02-03Move `try_to_raw_bytes` from `ty::Valtree` to `ty::Value`FedericoBruzzone-1/+2
2025-01-31Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnrbors-3/+3
2025-01-30introduce `ty::Value`Lukas Markeffsky-6/+8
2025-01-30Use ExistentialTraitRef throughout codegenMichael Goulet-3/+3
2025-01-14Fix legacy symbol mangling of closuresMichael Goulet-4/+4
2025-01-09Account for identity substituted items in symbol manglingMichael Goulet-35/+76
2025-01-06Use a post-monomorphization typing env when mangling components that come fro...Michael Goulet-17/+42
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+3
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+2
2024-12-15Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=UrgauStuart Cook-1/+1
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-1/+1
2024-12-14Rollup merge of #134081 - oli-obk:push-prpsqxxynxnq, r=BoxyUwUMatthias Krüger-1/+28
2024-12-10Remove more traces of anonymous ADTsMichael Goulet-2/+1
2024-12-10Try to evaluate constants in legacy manglingOli Scherer-1/+28
2024-12-06Remove polymorphizationBen Kimock-7/+5
2024-11-19additional `TypingEnv` cleanupslcnr-3/+3
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-4/+5
2024-11-04ty::BrK -> ty::BoundRegionKind::KMichael Goulet-1/+1
2024-11-04Remove the trivial constkind importsMichael Goulet-1/+1
2024-11-03compiler: Replace rustc_target with abi in symbol_manglingJubilee Young-4/+3
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-1/+1
2024-10-26Effects cleanupDeadbeef-4/+4
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-1/+1
2024-10-19Rename normalize to normalize_internal, remove unnecessary usagesMichael Goulet-1/+0
2024-10-19Get rid of const eval_* and try_eval_* helpersMichael Goulet-1/+3
2024-09-23Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwUMatthias Krüger-32/+27
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-20Rollup merge of #130485 - compiler-errors:impossible-types, r=BoxyUwUMatthias Krüger-16/+30
2024-09-20handle unsized consts with type `str` in v0 symbol manglingJaic1-32/+27
2024-09-17Do not expect infer/bound/placeholder/error in v0 symbol manglingMichael Goulet-16/+30
2024-09-16Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind:...Michael Goulet-1/+5
2024-09-11clippy::useless_conversionMichael Goulet-1/+1
2024-09-03Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgaubors-0/+1
2024-09-03Add `warn(unreachable_pub)` to `rustc_symbol_mangling`.Nicholas Nethercote-0/+1
2024-09-02chore: Fix typos in 'compiler' (batch 3)Alexander Cyon-1/+1