summary refs log tree commit diff
path: root/src/test/ui/symbol-names/basic.rs
AgeCommit message (Collapse)AuthorLines
2022-01-01Update references to `-Z symbol-mangling-version` to use `-C`Josh Triplett-2/+2
Replace `-Z symbol-mangling-version=v0` with `-C symbol-mangling-version=v0`. Replace `-Z symbol-mangling-version=legacy` with `-Z unstable-options -C symbol-mangling-version=legacy`.
2021-12-13Include rustc version in `rustc_span::StableCrateId`pierwill-2/+2
Normalize symbol hashes in compiletest. Remove DefId sorting
2021-07-06Revert "Revert "Update tests""bjorn3-2/+2
This reverts commit 715c68fe90c6f1d0b3004ad18f16e0811f209992.
2021-06-07Revert "Update tests"bjorn3-2/+2
This reverts commit c76b1b031753fc08a18a3906d828683476c1e595.
2021-05-30Update testsbjorn3-2/+2
2021-02-02Update UI tests affected by changed DefPathHash value construction.Michael Woerister-2/+2
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-0/+1
2019-05-31test: support both (`legacy` and `v0`) choices of mangling.Eduard-Mihai Burtescu-4/+13
2019-05-31rustc_codegen_utils: test demangler output, not just symbol names.Eduard-Mihai Burtescu-1/+4
2019-03-15rustc: rename item_path to def_path (except the module in ty).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/+16