rust/src/test
bors cf4c3cbe55 Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkov
Remove `impl Foo for .. {}` in favor `auto trait Foo {}`

Rebase of https://github.com/rust-lang/rust/pull/46480 with restored parsing support.
2018-01-13 21:48:12 +00: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 Address review. 2018-01-13 18:49:28 +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 Adjust tests for removal of impl Foo for .. {} 2018-01-13 18:48:00 +03:00
run-pass Parse auto trait inside fns. 2018-01-13 18:49:28 +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 Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkov 2018-01-13 21:48:12 +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