index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_symbol_mangling
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-15
Merge link_name and export_name
bjorn3
-22
/
+11
2025-08-15
Combining no_mangle and rustc_std_internal_symbol is not allowed
bjorn3
-11
/
+6
2025-08-12
make no_mangle explicit on foreign items
Jana Dönszelmann
-26
/
+29
2025-07-16
use `codegen_instance_attrs` where an instance is (easily) available
Folkert de Vries
-1
/
+1
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-05-04
Initial support for dynamically linked crates
Bryanskiy
-6
/
+17
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-17
Mangle #[rustc_std_internal_symbol] to include the rustc version unless #[no_...
bjorn3
-0
/
+37
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2025-01-30
Use ExistentialTraitRef throughout codegen
Michael Goulet
-1
/
+1
2024-10-26
Effects cleanup
Deadbeef
-4
/
+4
2024-09-16
Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind:...
Michael Goulet
-1
/
+5
2024-09-03
Add `warn(unreachable_pub)` to `rustc_symbol_mangling`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-2
/
+4
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-3
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-3
/
+0
2024-04-08
sanitizers: Create the rustc_sanitizers crate
Ramon de C Valle
-1
/
+0
2024-03-24
CFI: Support arbitrary receivers
Matthew Maurer
-0
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-27
Auto merge of #118636 - h1467792822:dev, r=michaelwoerister
bors
-0
/
+4
2024-01-26
MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op...
h1467792822
-0
/
+4
2024-01-25
Remove unused features
clubby789
-2
/
+0
2023-12-05
rustc_symbol_mangling: Address all `rustc::potential_query_instability` lints
Martin Nordholts
-1
/
+0
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-1
/
+1
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-10-27
Rollup merge of #116834 - nnethercote:rustc_symbol_mangling, r=davidtwco
Matthias Krüger
-4
/
+0
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-17
Remove `rustc_symbol_mangling/messages.ftl`.
Nicholas Nethercote
-4
/
+0
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-09-14
treat host effect params as erased generics in codegen
Deadbeef
-5
/
+4
2023-08-09
rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-7
/
+7
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+4
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-2
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-2
/
+3
2022-08-30
ADD - diagnostics lints to symbol_mangling module
Jhonny Bill Mena
-0
/
+2
2022-08-30
ADD - InvalidSymbolName to migrate symbol-name({}) error to new diagnostics i...
Jhonny Bill Mena
-0
/
+1
2022-07-23
Add fine-grained LLVM CFI support to the Rust compiler
Ramon de C Valle
-7
/
+2
2022-06-14
Add typeid_for_trait_ref function
flip1995
-0
/
+7
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
[next]