about summary refs log tree commit diff
path: root/src/test/ui/directory_ownership
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-58/+0
2021-10-15Bless testsCameron Steffen-1/+1
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-1/+1
When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error.
2021-03-05expand: Introduce enum for module loading errors and make module loading ↵Vadim Petrochenkov-4/+4
speculative
2020-03-18tweak outline module parsing spansMazdak Farrokhzad-6/+11
2020-03-18submod_path: use id.spanMazdak Farrokhzad-9/+6
2020-02-24parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token`Vadim Petrochenkov-4/+8
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-99/+5
2018-11-23Keep label on moved spans and point at macro invocation on parse errorEsteban Küber-4/+4
2018-11-23Point at end of macro arm when encountering EOFEsteban Küber-4/+5
Fix #52866
2018-09-08Stabilization change for mod.rsRusty Blitzerr-60/+0
This change is in response to https://github.com/rust-lang/rust/issues/53125. The patch makes the feature accepted and removes the tests that tested the non-accepted status of the feature.
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+205