| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2019-04-12 | Handle 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-07 | Add 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-21 | Move one test from run-make-fulldeps to ui | Vadim Petrochenkov | -0/+8 | |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -29/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -201/+0 | |
| 2018-12-09 | Move some tests from ui-fulldeps to ui | Vadim Petrochenkov | -0/+183 | |
| 2018-10-05 | Move conditional configuration related UI tests into their own directory | Havvy (Ryan Scheel) | -20/+0 | |
| 2018-08-14 | Moved problematic tests on Windows back to compile-fail. | David Wood | -45/+0 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -539/+164 | |
| 2018-08-05 | Fix 2018 edition tests | varkor | -1/+0 | |
| 2018-08-05 | Fix run-pass-fulldeps tests | varkor | -1/+0 | |
| 2018-08-05 | Fix test/ui | varkor | -4/+4 | |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -0/+5 | |
| resolve/expansion: Implement tool attributes | ||||
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -0/+47 | |
| Implement existential types (not for associated types yet) r? @nikomatsakis cc @Centril @varkor @alexreg | ||||
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+47 | |
| 2018-07-17 | Make `async_idents` an edition incompat lint | Oliver Schneider | -0/+2 | |
| 2018-06-26 | add edition compiletest header + fix tests | mark | -2/+2 | |
| 2018-05-28 | Add test for reexported crate names | Esteban Küber | -0/+30 | |
| 2018-05-22 | create a rust-2018 directory for tests related to edition transition | Niko Matsakis | -11/+0 | |
| 2018-05-17 | Remove the `proc` keyword again | Vadim Petrochenkov | -54/+0 | |
| 2018-05-17 | Add tests | Vadim Petrochenkov | -0/+130 | |
| 2018-05-15 | rustc: Fix `crate` lint for single-item paths | Alex 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-24 | When 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-14 | Move compile-fail tests with NOTE/HELP annotations to UI | Vadim Petrochenkov | -0/+521 | |
| 2017-12-12 | Regression test for issue #46112. | Felix S. Klock II | -0/+13 | |
| 2017-12-07 | Migrate a few feature gate tests to ui | est31 | -0/+17 | |
| Renames only in this commit, and obviously .stderr file additions. | ||||
