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
Age
Commit message (
Expand
)
Author
Lines
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
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+2
2024-12-15
Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau
Stuart Cook
-1
/
+1
2024-12-14
Add some convenience helper methods on `hir::Safety`
Oli Scherer
-1
/
+1
2024-12-14
Rollup merge of #134081 - oli-obk:push-prpsqxxynxnq, r=BoxyUwU
Matthias Krüger
-1
/
+28
2024-12-10
Remove more traces of anonymous ADTs
Michael Goulet
-2
/
+1
2024-12-10
Try to evaluate constants in legacy mangling
Oli Scherer
-1
/
+28
2024-12-06
Remove polymorphization
Ben Kimock
-7
/
+5
2024-11-19
additional `TypingEnv` cleanups
lcnr
-3
/
+3
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-4
/
+5
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-1
/
+1
2024-11-04
Remove the trivial constkind imports
Michael Goulet
-1
/
+1
2024-11-03
compiler: Replace rustc_target with abi in symbol_mangling
Jubilee Young
-5
/
+3
2024-10-27
compiler: Add rustc_abi dependence to the compiler
Jubilee Young
-1
/
+3
2024-10-26
Effects cleanup
Deadbeef
-4
/
+4
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-19
Rename normalize to normalize_internal, remove unnecessary usages
Michael Goulet
-1
/
+0
2024-10-19
Get rid of const eval_* and try_eval_* helpers
Michael Goulet
-1
/
+3
2024-09-23
Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwU
Matthias Krüger
-32
/
+27
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-20
Rollup merge of #130485 - compiler-errors:impossible-types, r=BoxyUwU
Matthias Krüger
-16
/
+30
2024-09-20
handle unsized consts with type `str` in v0 symbol mangling
Jaic1
-32
/
+27
2024-09-17
Do not expect infer/bound/placeholder/error in v0 symbol mangling
Michael Goulet
-16
/
+30
2024-09-16
Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind:...
Michael Goulet
-1
/
+5
2024-09-11
clippy::useless_conversion
Michael Goulet
-1
/
+1
2024-09-03
Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau
bors
-0
/
+1
2024-09-03
Add `warn(unreachable_pub)` to `rustc_symbol_mangling`.
Nicholas Nethercote
-0
/
+1
2024-09-02
chore: Fix typos in 'compiler' (batch 3)
Alexander Cyon
-1
/
+1
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-4
/
+0
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-17
/
+20
2024-06-29
Fix FnMut/Fn shim for coroutine-closures that capture references
Michael Goulet
-5
/
+16
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-15
/
+15
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-2
/
+4
2024-06-05
Add `Ty` to `ConstKind::Value`
Boxy
-49
/
+35
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-11
/
+16
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-1
/
+1
2024-05-14
Add v0 symbol mangling for `f16` and `f128`
Trevor Gross
-3
/
+2
2024-05-09
Make builtin_deref just return a Ty
Michael Goulet
-2
/
+1
2024-05-03
Auto merge of #123441 - saethlin:fixed-len-file-names, r=oli-obk
bors
-2
/
+2
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-4
/
+2
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-3
/
+2
2024-04-22
Stabilize the size of incr comp object file names
Ben Kimock
-2
/
+2
2024-04-16
Add simple async drop glue generation
zetanumbers
-1
/
+3
2024-04-14
Update v0.rs
Tobias Decking
-1
/
+1
2024-04-09
Rollup merge of #123649 - maurer:kcfi-v0, r=compiler-errors
Matthias Krüger
-2
/
+2
[next]