about summary refs log tree commit diff
path: root/src/test/ui/symbol-names
AgeCommit message (Expand)AuthorLines
2021-09-15Move some tests to more reasonable directoriesCaio-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-24tests: add v0 structural const value demangling test.Eduard-Mihai Burtescu-0/+257
2021-08-24tests: add v0 `&str` const value demangling test.Eduard-Mihai Burtescu-0/+154
2021-08-24Update rustc-demangle to 0.1.21.Eduard-Mihai Burtescu-10/+10
2021-08-24tests: shorten symbol-names/const-generics-demangling output.Eduard-Mihai Burtescu-25/+25
2021-07-06Revert "Revert "Update tests""bjorn3-47/+47
2021-06-07Revert "Update tests"bjorn3-47/+47
2021-05-30Update testsbjorn3-47/+47
2021-05-17Remove legacy for trait object mangling test and replace crate hashJack Huey-86/+22
2021-05-15Change to just use first binders and add testJack Huey-0/+168
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-85/+36
2021-03-31Fmt and test revertJack Huey-32/+31
2021-03-31Track bound varsJack Huey-35/+36
2021-02-02Update UI tests affected by changed DefPathHash value construction.Michael Woerister-84/+82
2021-01-13Update code to account for extern ABI requirementMark Rousskov-1/+1
2020-12-26update testsBastian Kauschke-78/+74
2020-11-29Update tests to remove old numeric constantsbstrie-6/+6
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+1
2020-10-21Add test for const generics demanglingvarkor-0/+112
2020-10-21Support signed integers and `char` in v0 manglingvarkor-0/+87
2020-10-15mangling: encode all impl parametersDavid Wood-0/+98
2020-10-07Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkovDylan DPC-4/+4
2020-10-06Fix rustc_def_path to show the full path and not the trimmed oneDan Aloni-4/+4
2020-10-02Permit ty::Bool in const generics for v0 manglingMark Rousskov-0/+18
2020-09-02pretty: trim paths of unique symbolsDan Aloni-4/+4
2020-06-06Order the Rust and C ABIs first to reduce test churnJake Goulding-10/+10
2020-05-22Update testsMatthew Jasper-2/+2
2020-01-15Fix normalizing 32bit symbol hash.Ben Lewis-1/+1
2020-01-14Normalize symbol hash in ui test for legacy symbol mangling, as it's dependen...Ben Lewis-26/+28
2020-01-14perf: eagerly convert literals to consts, this avoids creating loads on uneva...Ben Lewis-10/+10
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-2/+2
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-39/+44
2019-11-12Bless symbol-names.Camille GILLOT-2/+2
2019-10-25EFIAPI: Fix symbolname testsroblabla-10/+10
2019-10-21Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)`varkor-2/+2
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