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
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
2022-05-09
review
lcnr
-1
/
+1
2022-05-09
only compute `codegen_fn_attrs` where needed
lcnr
-14
/
+25
2022-04-10
Do not access HIR to compute symbol_name.
Camille GILLOT
-8
/
+4
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-2
/
+1
2022-01-01
Update references to `-Z symbol-mangling-version` to use `-C`
Josh Triplett
-1
/
+1
2022-01-01
Stabilize -Z symbol-mangling-version as -C symbol-mangling-version
Josh Triplett
-1
/
+1
2021-12-15
Remove `in_band_lifetimes` from `rustc_symbol_mangling`
Sylvan Bowdler
-5
/
+4
2021-12-14
Stabilize iter::zip.
PFPoitras
-1
/
+0
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-27
Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa
bors
-1
/
+7
2021-10-25
Add LLVM CFI support to the Rust compiler
Ramon de C Valle
-1
/
+7
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-08-29
Rollup merge of #85534 - csmoe:demagnle-assert, r=michaelwoerister
Guillaume Gomez
-2
/
+10
2021-08-27
add rustc-demangle assertion on mangled symbol
csmoe
-2
/
+10
2021-08-24
rustc_symbol_mangling: support structural constants and &str in v0.
Eduard-Mihai Burtescu
-0
/
+1
2021-08-10
Replace #[plugin_registrar] with exporting __rustc_plugin_registrar
bjorn3
-4
/
+0
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-4
/
+4
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-4
/
+4
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-4
/
+4
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-12
Use () for proc_macro_decls_static.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for plugin_registrar_fn.
Camille GILLOT
-1
/
+1
2021-04-04
wasm64
Gus Caplan
-1
/
+1
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2020-12-14
Convenience funcs for `some_option.unwrap_or(...)`
Rich Kadel
-5
/
+1
[next]