rust/src/test
Vadim Petrochenkov d19e4c4a85 syntax: Rewrite parsing of impls
Properly parse impls for the never type `!`
Recover from missing `for` in `impl Trait for Type`
Prohibit inherent default impls and default impls of auto traits
Change wording in more diagnostics to use "auto traits"
Some minor code cleanups in the parser
2018-01-14 18:10:05 +03:00
..
codegen Auto merge of #46739 - arielb1:simple-loops, r=nikomatsakis 2018-01-05 02:31:19 +00:00
codegen-units Convert codegen-unit tests to use start instead of main 2017-12-26 12:26:39 +01:00
compile-fail syntax: Rewrite parsing of impls 2018-01-14 18:10:05 +03:00
compile-fail-fulldeps Same change to point at borrow for mir errors 2017-12-15 13:52:05 -08:00
debuginfo Debuginfo Shadowed Variable test: fix check numbering 2018-01-06 11:10:17 +00:00
incremental Remove excessive trailing newlines. 2017-12-30 15:50:52 +08:00
mir-opt Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
parse-fail syntax: Rewrite parsing of impls 2018-01-14 18:10:05 +03:00
pretty Fix whitespacing issues in pretty-printing of bounds 2017-12-20 00:23:18 +03:00
run-fail Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
run-fail-fulldeps
run-make Adjust tests for removal of impl Foo for .. {} 2018-01-13 18:48:00 +03:00
run-pass syntax: Rewrite parsing of impls 2018-01-14 18:10:05 +03:00
run-pass-fulldeps Prefer to use attr::contains_name() and attr::find_by_name() 2017-12-28 12:32:24 +09:00
run-pass-valgrind Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
rustdoc Adjust tests for removal of impl Foo for .. {} 2018-01-13 18:48:00 +03:00
ui syntax: Rewrite parsing of impls 2018-01-14 18:10:05 +03:00
ui-fulldeps Add 'Span.parent()' and 'Span.source()' to proc_macro API. 2018-01-03 00:20:33 -08:00
COMPILER_TESTS.md A few small improvements to the contributing docs 2017-12-20 22:18:13 +02:00