rust/src/test
Alex Burka e10614a777 adjust range tests
Since the desugaring removed special handling for ranges, the error
message changed and so I had to adjust `range-1`.

Turns out there was a bug where borrowck was too restrictive in some
rare cases of constructing ranges from literals. The `range-2` test
enshrined this bug -- now it's adjusted to test a case that's actually
wrong.
2016-02-27 02:01:41 -05:00
..
auxiliary Auto merge of #31903 - mitaa:rdoc-ghostly-impls, r=alexcrichton 2016-02-26 19:25:16 +00:00
codegen Workaround LLVM optimizer bug by not marking &mut pointers as noalias 2016-02-10 23:09:47 +01:00
codegen-units Implement the translation item collector. 2016-01-26 10:17:45 -05:00
compile-fail adjust range tests 2016-02-27 02:01:41 -05:00
compile-fail-fulldeps Make name resolution errors non-fatal 2015-12-11 21:00:15 +13:00
debuginfo Rename sunos to solaris 2016-01-31 19:01:30 +03:00
parse-fail test inclusive ranges 2016-02-27 02:01:41 -05:00
pretty libsyntax: fix pretty printing of macro with braces 2016-01-28 09:19:43 +01:00
run-fail MSVC SEH in MIR is implemented here 2016-02-17 21:46:05 +02:00
run-fail-fulldeps Improve error message for let-in-expr-position 2016-01-26 13:55:46 +05:30
run-make Add tests for read_volatile and write_volatile 2016-02-19 23:45:49 +00:00
run-pass adjust range tests 2016-02-27 02:01:41 -05:00
run-pass-fulldeps Remove some unnecessary indirection from AST structures 2016-02-11 23:33:09 +03:00
run-pass-valgrind test: Fix a spuriously failing test on valgrind 2016-02-19 16:53:06 -08:00
rustdoc Auto merge of #31903 - mitaa:rdoc-ghostly-impls, r=alexcrichton 2016-02-26 19:25:16 +00:00