rust/src/test
leonardo.yvens f93183adb4 Remove impl Foo for .. in favor of auto trait Foo
No longer parse it.
Remove AutoTrait variant from AST and HIR.
Remove backwards compatibility lint.
Remove coherence checks, they make no sense for the new syntax.
Remove from rustdoc.
2018-01-13 18:48:00 +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 Remove impl Foo for .. in favor of auto trait Foo 2018-01-13 18:48:00 +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 Auto merge of #47242 - estebank:issue-15980, r=petrochenkov 2018-01-13 12:42:33 +00: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 Fix typo 2018-01-10 09:15:51 +11:00
run-pass Rollup merge of #47344 - topecongiro:fixed-ices, r=alexcrichton 2018-01-13 03:17:00 +08: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 Rollup merge of #47263 - ollie27:rustdoc_private_macro_import, r=GuillaumeGomez 2018-01-09 03:37:19 +08:00
ui Auto merge of #47242 - estebank:issue-15980, r=petrochenkov 2018-01-13 12:42:33 +00: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