bors
|
c7cba3d33f
|
Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis
Implement existential types
(not for associated types yet)
r? @nikomatsakis
cc @Centril @varkor @alexreg
|
2018-07-19 21:14:01 +00:00 |
|
Oliver Schneider
|
53d2ebb0ad
|
Implement existential types
|
2018-07-18 10:53:08 +02:00 |
|
Oliver Schneider
|
95208044e8
|
Make async_idents an edition incompat lint
|
2018-07-17 19:56:41 +02:00 |
|
mark
|
75d33cfa64
|
add edition compiletest header + fix tests
|
2018-06-26 19:32:00 -05:00 |
|
Esteban Küber
|
43d863b5ed
|
Add test for reexported crate names
|
2018-05-28 10:55:32 -07:00 |
|
Niko Matsakis
|
60c4eb4566
|
create a rust-2018 directory for tests related to edition transition
|
2018-05-22 11:45:29 -04:00 |
|
Vadim Petrochenkov
|
dae5f05f43
|
Remove the proc keyword again
|
2018-05-17 23:13:09 +03:00 |
|
Vadim Petrochenkov
|
cd4925d1b8
|
Add tests
|
2018-05-17 23:13:09 +03:00 |
|
Alex Crichton
|
dff9ee1d74
|
rustc: Fix crate lint for single-item paths
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-05-15 08:05:34 -07:00 |
|
kennytm
|
abf4d8babf
|
When picking a candidate, consider the unstable ones last.
If there is potential ambiguity after stabilizing those candidates, a
warning will be emitted.
|
2018-03-24 06:58:01 +08:00 |
|
Vadim Petrochenkov
|
d4e51a8fb2
|
Move compile-fail tests with NOTE/HELP annotations to UI
|
2017-12-14 23:23:07 +03:00 |
|
Felix S. Klock II
|
35bcd9913e
|
Regression test for issue #46112.
|
2017-12-12 23:18:53 -06:00 |
|
est31
|
38438c618c
|
Migrate a few feature gate tests to ui
Renames only in this commit, and obviously
.stderr file additions.
|
2017-12-07 10:14:39 +01:00 |
|