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-12-10
Revert "Don't print host effect param in pretty path_generic_args"
Deadbeef
-1
/
+0
2023-12-09
Don't print host effect param in pretty path_generic_args
Michael Goulet
-0
/
+1
2023-11-13
Remove `-Zperf-stats`.
Nicholas Nethercote
-32
/
+29
2023-10-21
Make `ty::print::Printer` take `&mut self` instead of `self`
Nilstrieb
-44
/
+44
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-10-17
Remove `Print::Error`
Nilstrieb
-1
/
+1
2023-10-17
Remove `Printer::Error`
Nilstrieb
-19
/
+17
2023-10-17
Remove `Print::Output`
Nilstrieb
-1
/
+1
2023-10-17
Remove "subprinter" types from `Printer`
Nilstrieb
-18
/
+12
2023-09-13
make the set of methods between our two Const types more consistent
Ralf Jung
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-10
/
+10
2023-07-05
Deal with fallout
Boxy
-1
/
+1
2023-05-22
properly pretty-print inherent projections
León Orell Valerian Liehr
-1
/
+3
2023-04-27
rename `needs_subst` to `has_param`
Boxy
-1
/
+1
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
[next]