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
/
src
/
test
/
ui
/
symbol-names
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-2544
/
+0
2022-09-26
address review
b-naber
-4
/
+4
2022-05-12
Bless tests.
Camille GILLOT
-4
/
+4
2022-04-27
Use decorated names for linked_symbols on Windows
Gary Guo
-0
/
+13
2022-03-01
Rollup merge of #94359 - tmiasko:legacy-verbose-const, r=petrochenkov
Matthias Krüger
-96
/
+1304
2022-02-28
Fix inconsistent symbol mangling of integers constants with -Zverbose
Tomasz Miąsko
-2
/
+472
2022-02-25
Test legacy type mangling
Tomasz Miąsko
-0
/
+640
2022-02-25
Test legacy mangling of bool, char and integer constants
Tomasz Miąsko
-96
/
+194
2022-02-24
Try out caching the stable hash of Ty within itself
Oli Scherer
-4
/
+4
2022-02-16
Fix inconsistent symbol mangling with -Zverbose
Tomasz Miąsko
-0
/
+15
2022-01-30
Compress amount of hashed bytes for `isize` values in StableHasher
Jakub Beránek
-4
/
+4
2022-01-24
Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher"
Jakub Beránek
-4
/
+4
2022-01-21
Override rustc version in ui and mir-opt tests to get stable hashes
The 8472
-22
/
+22
2022-01-08
mangling_v0: Skip extern blocks during mangling
Vadim Petrochenkov
-2
/
+2
2022-01-08
mangling_v0: Add a test for mangling of foreign types
Vadim Petrochenkov
-0
/
+39
2022-01-01
Update references to `-Z symbol-mangling-version` to use `-C`
Josh Triplett
-16
/
+16
2021-12-13
Add run-make-fulldeps test
pierwill
-26
/
+26
2021-12-13
Include rustc version in `rustc_span::StableCrateId`
pierwill
-156
/
+157
2021-10-15
Bless tests
Cameron Steffen
-3
/
+3
2021-09-15
Move some tests to more reasonable directories
Caio
-0
/
+37
2021-08-30
`feature(const_param_types)` -> `feature(adt_const_params)`
lcnr
-2
/
+2
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-16
/
+2
2021-08-24
tests: add v0 structural const value demangling test.
Eduard-Mihai Burtescu
-0
/
+257
2021-08-24
tests: add v0 `&str` const value demangling test.
Eduard-Mihai Burtescu
-0
/
+154
2021-08-24
Update rustc-demangle to 0.1.21.
Eduard-Mihai Burtescu
-10
/
+10
2021-08-24
tests: shorten symbol-names/const-generics-demangling output.
Eduard-Mihai Burtescu
-25
/
+25
2021-07-06
Revert "Revert "Update tests""
bjorn3
-47
/
+47
2021-06-07
Revert "Update tests"
bjorn3
-47
/
+47
2021-05-30
Update tests
bjorn3
-47
/
+47
2021-05-17
Remove legacy for trait object mangling test and replace crate hash
Jack Huey
-86
/
+22
2021-05-15
Change to just use first binders and add test
Jack Huey
-0
/
+168
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-85
/
+36
2021-03-31
Fmt and test revert
Jack Huey
-32
/
+31
2021-03-31
Track bound vars
Jack Huey
-35
/
+36
2021-02-02
Update UI tests affected by changed DefPathHash value construction.
Michael Woerister
-84
/
+82
2021-01-13
Update code to account for extern ABI requirement
Mark Rousskov
-1
/
+1
2020-12-26
update tests
Bastian Kauschke
-78
/
+74
2020-11-29
Update tests to remove old numeric constants
bstrie
-6
/
+6
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-1
/
+1
2020-10-21
Add test for const generics demangling
varkor
-0
/
+112
2020-10-21
Support signed integers and `char` in v0 mangling
varkor
-0
/
+87
2020-10-15
mangling: encode all impl parameters
David Wood
-0
/
+98
2020-10-07
Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkov
Dylan DPC
-4
/
+4
2020-10-06
Fix rustc_def_path to show the full path and not the trimmed one
Dan Aloni
-4
/
+4
2020-10-02
Permit ty::Bool in const generics for v0 mangling
Mark Rousskov
-0
/
+18
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-4
/
+4
2020-06-06
Order the Rust and C ABIs first to reduce test churn
Jake Goulding
-10
/
+10
2020-05-22
Update tests
Matthew Jasper
-2
/
+2
2020-01-15
Fix normalizing 32bit symbol hash.
Ben Lewis
-1
/
+1
2020-01-14
Normalize symbol hash in ui test for legacy symbol mangling, as it's dependen...
Ben Lewis
-26
/
+28
[next]