about summary refs log tree commit diff
path: root/src/test/ui/symbol-names/impl1.rs
AgeCommit message (Expand)AuthorLines
2021-08-24Update rustc-demangle to 0.1.21.Eduard-Mihai Burtescu-1/+1
2021-07-06Revert "Revert "Update tests""bjorn3-6/+6
2021-06-07Revert "Update tests"bjorn3-6/+6
2021-05-30Update testsbjorn3-6/+6
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
2021-02-02Update UI tests affected by changed DefPathHash value construction.Michael Woerister-8/+7
2021-01-13Update code to account for extern ABI requirementMark Rousskov-1/+1
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+1
2020-10-06Fix rustc_def_path to show the full path and not the trimmed oneDan Aloni-2/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-06-06Order the Rust and C ABIs first to reduce test churnJake Goulding-2/+2
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-0/+2
2020-01-14perf: eagerly convert literals to consts, this avoids creating loads on uneva...Ben Lewis-5/+5
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-0/+1
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-11/+9
2019-08-14rustc_codegen_utils: account for 1-indexed anonymous lifetimes in v0 mangling.Eduard-Mihai Burtescu-3/+3
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-1/+1
2019-05-31test: add a more complex symbol-name testcase.Eduard-Mihai Burtescu-1/+32
2019-05-31test: support both (`legacy` and `v0`) choices of mangling.Eduard-Mihai Burtescu-8/+22
2019-05-31rustc_codegen_utils: test demangler output, not just symbol names.Eduard-Mihai Burtescu-2/+8
2019-03-15rustc: merge PrintCx::parameterized and def_path printing.Eduard-Mihai Burtescu-1/+1
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-2/+2
2019-03-15rustc: pass Option<&Substs> and Namespace around in ty::item_path.Eduard-Mihai Burtescu-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+35