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
/
legacy.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-4
/
+4
2023-03-29
Support TLS access into dylibs on Windows
John Kåre Alsaker
-0
/
+4
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+2
2022-12-14
Ensure no one constructs `AliasTy`s themselves
Oli Scherer
-1
/
+1
2022-12-13
Combine identical alias arms
Michael Goulet
-2
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-7
/
+3
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-2
/
+2
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-1
/
+1
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-1
/
+1
2022-11-19
drive-by: PolyExistentialPredicate
Michael Goulet
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-2
/
+0
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-2
/
+2
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-36
/
+37
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-5
/
+2
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-3
/
+3
2022-04-12
Remove NodeIdHashingMode.
Camille GILLOT
-22
/
+19
2022-02-28
Fix inconsistent symbol mangling of integers constants with -Zverbose
Tomasz Miąsko
-5
/
+33
2022-02-23
Rename `region_should_not_be_omitted` to `should_print_region`
Tomasz Miąsko
-1
/
+1
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-3
/
+3
2022-01-15
initial revert
Ellen
-2
/
+2
2022-01-05
Ensure that `Fingerprint` caching respects hashing configuration
Aaron Hill
-19
/
+19
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-1
/
+1
2021-12-18
hir: Do not introduce dummy type names for `extern` blocks in def paths
Vadim Petrochenkov
-2
/
+2
2021-12-15
Remove `in_band_lifetimes` from `rustc_symbol_mangling`
Sylvan Bowdler
-3
/
+3
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-08-26
review
lcnr
-1
/
+1
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-1
/
+1
2021-07-29
Implement `Printer` for `&mut SymbolPrinter`
Tomasz Miąsko
-5
/
+6
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-2
/
+3
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-3
/
+2
2021-06-02
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+1
2021-05-30
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-3
/
+2
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-1
/
+1
2021-01-10
Rollup merge of #79968 - bjorn3:better_drop_glue_debuginfo, r=matthewjasper
Yuki Okushi
-1
/
+9
2020-12-17
Simplify based on eddyb's comment
bjorn3
-21
/
+9
2020-12-12
Use better symbol names for the drop glue
bjorn3
-0
/
+20
2020-12-11
Move binder for dyn to each list item
Jack Huey
-1
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-04
s/Scalar::Raw/Scalar::Int
oli
-1
/
+1
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-4
/
+2
2020-10-15
mangling: non-monomorphic `#[rustc_symbol_name]`
David Wood
-1
/
+0
2020-09-25
Implement `Display` for `DisambiguatedDefPathData` and `DefPathData`
marmeladema
-5
/
+3
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-2
/
+5
[prev]
[next]