about summary refs log tree commit diff
path: root/src/test/ui/symbol-names
AgeCommit message (Expand)AuthorLines
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-27/+25
2019-08-17Rollup merge of #63559 - eddyb:v0-mangling-off-by-1, r=estebankMazdak Farrokhzad-6/+6
2019-08-14rustc_codegen_utils: account for 1-indexed anonymous lifetimes in v0 mangling.Eduard-Mihai Burtescu-6/+6
2019-08-14Update rustc-demangle to 0.1.16.Eduard-Mihai Burtescu-4/+4
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-1/+1
2019-06-05Reblessed tests.Alexander Regueiro-3/+3
2019-06-05Addressed points raised in review.Alexander Regueiro-0/+40
2019-06-01codegen: change `$6d$` to `$u6d$`David Wood-6/+6
2019-05-31test: add a more complex symbol-name testcase.Eduard-Mihai Burtescu-19/+98
2019-05-31test: support both (`legacy` and `v0`) choices of mangling.Eduard-Mihai Burtescu-28/+175
2019-05-31rustc_codegen_utils: test demangler output, not just symbol names.Eduard-Mihai Burtescu-11/+70
2019-05-29Rollup merge of #61195 - davidtwco:seg-fault-mangler, r=eddybMazdak Farrokhzad-0/+47
2019-05-28Special-case `.llvm` in mangler to fix segfaultsDavid Wood-0/+47
2019-05-25Update ui testsOliver Scherer-0/+22
2019-05-04rustc: collapse relevant DefPathData variants into TypeNs.Eduard-Mihai Burtescu-3/+3
2019-03-15rustc: merge PrintCx::parameterized and def_path printing.Eduard-Mihai Burtescu-2/+2
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-12/+12
2019-03-15rustc: pass Option<&Substs> and Namespace around in ty::item_path.Eduard-Mihai Burtescu-2/+2
2019-03-11Update testsVadim Petrochenkov-6/+6
2018-12-25Remove licensesMark Rousskov-26/+6
2018-10-24Include InstanceDef's discriminant in the symbol hash.Masaki Hara-3/+3
2018-10-24Distinguish vtable shims in symbol paths.Masaki Hara-3/+3
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+91