about summary refs log tree commit diff
path: root/src/test/ui/auxiliary
AgeCommit message (Collapse)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-12Handle edge cases.David Wood-0/+10
This commit introduces more dirty span manipulation into the compiler in order to handle the various edge cases in moving/renaming the macro import so it is at the root of the import.
2019-04-07Add test with current behaviour.David Wood-0/+8
This commit adds a test demonstrating the current behaviour when a macro defined in a module with the `#[macro_export]` is imported from the module rather than the crate root.
2019-03-21Move one test from run-make-fulldeps to uiVadim Petrochenkov-0/+8
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-29/+0
2018-12-25Remove licensesMark Rousskov-201/+0
2018-12-09Move some tests from ui-fulldeps to uiVadim Petrochenkov-0/+183
2018-10-05Move conditional configuration related UI tests into their own directoryHavvy (Ryan Scheel)-20/+0
2018-08-14Moved problematic tests on Windows back to compile-fail.David Wood-45/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-539/+164
2018-08-05Fix 2018 edition testsvarkor-1/+0
2018-08-05Fix run-pass-fulldeps testsvarkor-1/+0
2018-08-05Fix test/uivarkor-4/+4
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-0/+5
resolve/expansion: Implement tool attributes
2018-07-19Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakisbors-0/+47
Implement existential types (not for associated types yet) r? @nikomatsakis cc @Centril @varkor @alexreg
2018-07-18Implement existential typesOliver Schneider-0/+47
2018-07-17Make `async_idents` an edition incompat lintOliver Schneider-0/+2
2018-06-26add edition compiletest header + fix testsmark-2/+2
2018-05-28Add test for reexported crate namesEsteban Küber-0/+30
2018-05-22create a rust-2018 directory for tests related to edition transitionNiko Matsakis-11/+0
2018-05-17Remove the `proc` keyword againVadim Petrochenkov-54/+0
2018-05-17Add testsVadim Petrochenkov-0/+130
2018-05-15rustc: Fix `crate` lint for single-item pathsAlex Crichton-0/+11
This commit fixes recommending the `crate` prefix when migrating to 2018 for paths that look like `use foo;` or `use {bar, baz}` Closes #50660
2018-03-24When picking a candidate, consider the unstable ones last.kennytm-0/+41
If there is potential ambiguity after stabilizing those candidates, a warning will be emitted.
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-0/+521
2017-12-12Regression test for issue #46112.Felix S. Klock II-0/+13
2017-12-07Migrate a few feature gate tests to uiest31-0/+17
Renames only in this commit, and obviously .stderr file additions.