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
Age
Commit message (
Expand
)
Author
Lines
2025-07-16
use `codegen_instance_attrs` where an instance is (easily) available
Folkert de Vries
-1
/
+1
2025-07-01
Remove support for dyn*
Michael Goulet
-2
/
+0
2025-06-16
Change __rust_no_alloc_shim_is_unstable to be a function
Daniel Paoliello
-4
/
+0
2025-05-27
Rename unpack to kind
Michael Goulet
-6
/
+6
2025-05-22
Rename `kw::Empty` as `sym::empty`.
Nicholas Nethercote
-2
/
+2
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-05-07
Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life...
John Kåre Alsaker
-0
/
+1
2025-05-05
Rollup merge of #140374 - compiler-errors:global_asm-bug, r=lcnr
Guillaume Gomez
-1
/
+1
2025-05-05
Rename Instance::new to Instance::new_raw and add a note that it is raw
Michael Goulet
-1
/
+1
2025-05-05
Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk
bors
-1
/
+2
2025-05-04
Initial support for dynamically linked crates
Bryanskiy
-9
/
+215
2025-05-02
Add `DefPathData::NestedStatic` instead of reusing `DefPathData::AnonConst`
John Kåre Alsaker
-0
/
+1
2025-04-29
Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU
Trevor Gross
-14
/
+24
2025-04-29
Remove global `next_disambiguator` state and handle it with a `DisambiguatorS...
John Kåre Alsaker
-1
/
+1
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-3
/
+20
2025-04-28
Add or-patterns to pattern types
Oli Scherer
-0
/
+5
2025-04-28
Split out various pattern type matches into their own function
Oli Scherer
-14
/
+19
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-15
Rollup merge of #139848 - nnethercote:kw-Empty-5, r=compiler-errors
Matthias Krüger
-1
/
+1
2025-04-15
Remove a `kw::Empty` usage in symbol mangling.
Nicholas Nethercote
-1
/
+1
2025-04-15
Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk
Stuart Cook
-1
/
+1
2025-04-15
Move `name` field from `AssocItem` to `AssocKind` variants.
Nicholas Nethercote
-1
/
+1
2025-04-14
Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...
bors
-1
/
+0
2025-04-11
Introduce `DefPathData::AnonAssocTy`.
Nicholas Nethercote
-1
/
+2
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-30
Encode synthetic by-move coroutine body with a different DefPathData
Michael Goulet
-1
/
+5
2025-03-17
Remove implicit #[no_mangle] for #[rustc_std_internal_symbol]
bjorn3
-0
/
+9
2025-03-17
Mangle #[rustc_std_internal_symbol] to include the rustc version unless #[no_...
bjorn3
-0
/
+79
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-03-06
Remove the `Option` part of range ends in the HIR
Oli Scherer
-9
/
+2
2025-03-06
Avoid having to handle an `Option` in the type system
Oli Scherer
-2
/
+2
2025-03-06
Prefer a two value enum over bool
Oli Scherer
-1
/
+4
2025-03-03
Rename a bit
Michael Goulet
-5
/
+4
2025-03-03
Fix pretty printing of unsafe binders
Michael Goulet
-3
/
+4
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-4
/
+4
2025-02-16
Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...
Ben Kimock
-2
/
+4
2025-02-11
compiler: remove AbiDatas
Jubilee Young
-1
/
+1
2025-02-03
Move `try_to_raw_bytes` from `ty::Valtree` to `ty::Value`
FedericoBruzzone
-1
/
+2
2025-01-31
Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr
bors
-3
/
+3
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-6
/
+8
2025-01-30
Use ExistentialTraitRef throughout codegen
Michael Goulet
-3
/
+3
2025-01-14
Fix legacy symbol mangling of closures
Michael Goulet
-4
/
+4
2025-01-09
Account for identity substituted items in symbol mangling
Michael Goulet
-35
/
+76
2025-01-06
Use a post-monomorphization typing env when mangling components that come fro...
Michael Goulet
-17
/
+42
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+3
[next]