about summary refs log tree commit diff
path: root/compiler/rustc_symbol_mangling/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-08-15Merge link_name and export_namebjorn3-22/+11
2025-08-15Combining no_mangle and rustc_std_internal_symbol is not allowedbjorn3-11/+6
2025-08-12make no_mangle explicit on foreign itemsJana Dönszelmann-26/+29
2025-07-16use `codegen_instance_attrs` where an instance is (easily) availableFolkert de Vries-1/+1
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-04Initial support for dynamically linked cratesBryanskiy-6/+17
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-1/+0
2025-03-17Mangle #[rustc_std_internal_symbol] to include the rustc version unless #[no_...bjorn3-0/+37
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-01-30Use ExistentialTraitRef throughout codegenMichael Goulet-1/+1
2024-10-26Effects cleanupDeadbeef-4/+4
2024-09-16Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind:...Michael Goulet-1/+5
2024-09-03Add `warn(unreachable_pub)` to `rustc_symbol_mangling`.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-2/+4
2024-04-30Remove `extern crate tracing` from numerous crates.Nicholas Nethercote-3/+1
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-3/+0
2024-04-08sanitizers: Create the rustc_sanitizers crateRamon de C Valle-1/+0
2024-03-24CFI: Support arbitrary receiversMatthew Maurer-0/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-01-27Auto merge of #118636 - h1467792822:dev, r=michaelwoeristerbors-0/+4
2024-01-26MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op...h1467792822-0/+4
2024-01-25Remove unused featuresclubby789-2/+0
2023-12-05rustc_symbol_mangling: Address all `rustc::potential_query_instability` lintsMartin Nordholts-1/+0
2023-11-26merge `DefKind::Coroutine` into `DefKind::Closure`bohan-1/+1
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-27Rollup merge of #116834 - nnethercote:rustc_symbol_mangling, r=davidtwcoMatthias Krüger-4/+0
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2023-10-17Remove `rustc_symbol_mangling/messages.ftl`.Nicholas Nethercote-4/+0
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-09-14treat host effect params as erased generics in codegenDeadbeef-5/+4
2023-08-09rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`Vadim Petrochenkov-1/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-7/+7
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-1/+1
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-03-11Simplify message pathsest31-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+4
2023-02-16`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`Maybe Waffle-2/+1
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-2/+1
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-2/+3
2022-08-30ADD - diagnostics lints to symbol_mangling moduleJhonny Bill Mena-0/+2
2022-08-30ADD - InvalidSymbolName to migrate symbol-name({}) error to new diagnostics i...Jhonny Bill Mena-0/+1
2022-07-23Add fine-grained LLVM CFI support to the Rust compilerRamon de C Valle-7/+2
2022-06-14Add typeid_for_trait_ref functionflip1995-0/+7
2022-06-03Fully stabilize NLLJack Huey-1/+0