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
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
2020-01-14
perf: eagerly convert literals to consts, this avoids creating loads on uneva...
Ben Lewis
-10
/
+10
2020-01-10
Promote `Ref`s to constants instead of static
Santiago Pastorino
-2
/
+2
2019-12-21
rework run-fail and support check,build-fail
Mazdak Farrokhzad
-39
/
+44
2019-11-12
Bless symbol-names.
Camille GILLOT
-2
/
+2
2019-10-25
EFIAPI: Fix symbolname tests
roblabla
-10
/
+10
2019-10-21
Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)`
varkor
-2
/
+2
2019-09-28
rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.
Eduard-Mihai Burtescu
-27
/
+25
2019-08-17
Rollup merge of #63559 - eddyb:v0-mangling-off-by-1, r=estebank
Mazdak Farrokhzad
-6
/
+6
2019-08-14
rustc_codegen_utils: account for 1-indexed anonymous lifetimes in v0 mangling.
Eduard-Mihai Burtescu
-6
/
+6
2019-08-14
Update rustc-demangle to 0.1.16.
Eduard-Mihai Burtescu
-4
/
+4
2019-06-17
Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...
Andrei Homescu
-1
/
+1
2019-06-05
Reblessed tests.
Alexander Regueiro
-3
/
+3
2019-06-05
Addressed points raised in review.
Alexander Regueiro
-0
/
+40
2019-06-01
codegen: change `$6d$` to `$u6d$`
David Wood
-6
/
+6
2019-05-31
test: add a more complex symbol-name testcase.
Eduard-Mihai Burtescu
-19
/
+98
2019-05-31
test: support both (`legacy` and `v0`) choices of mangling.
Eduard-Mihai Burtescu
-28
/
+175
2019-05-31
rustc_codegen_utils: test demangler output, not just symbol names.
Eduard-Mihai Burtescu
-11
/
+70
2019-05-29
Rollup merge of #61195 - davidtwco:seg-fault-mangler, r=eddyb
Mazdak Farrokhzad
-0
/
+47
2019-05-28
Special-case `.llvm` in mangler to fix segfaults
David Wood
-0
/
+47
2019-05-25
Update ui tests
Oliver Scherer
-0
/
+22
2019-05-04
rustc: collapse relevant DefPathData variants into TypeNs.
Eduard-Mihai Burtescu
-3
/
+3
2019-03-15
rustc: merge PrintCx::parameterized and def_path printing.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-12
/
+12
2019-03-15
rustc: pass Option<&Substs> and Namespace around in ty::item_path.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-11
Update tests
Vadim Petrochenkov
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-26
/
+6
2018-10-24
Include InstanceDef's discriminant in the symbol hash.
Masaki Hara
-3
/
+3
2018-10-24
Distinguish vtable shims in symbol paths.
Masaki Hara
-3
/
+3
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+91