..
args-fail.rs
tests: remove uses of Gc.
2014-10-02 17:02:15 +03:00
assert-as-macro.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
assert-eq-macro-fail.rs
librustc: Remove the fallback to int from typechecking.
2014-06-24 17:18:48 -07:00
assert-macro-explicit.rs
modified logging function to truncate output and adjusted error output formatting tests to be compatible with both the new and old runtimes
2013-08-03 03:09:04 -04:00
assert-macro-fmt.rs
librustc: Remove the fallback to int from typechecking.
2014-06-24 17:18:48 -07:00
assert-macro-owned.rs
std: Rename strbuf operations to string
2014-05-27 12:59:31 -07:00
assert-macro-static.rs
modified logging function to truncate output and adjusted error output formatting tests to be compatible with both the new and old runtimes
2013-08-03 03:09:04 -04:00
binop-fail-3.rs
Drop the '2' suffix from logging macros
2013-10-22 08:09:56 -07:00
binop-fail.rs
std: Rename strbuf operations to string
2014-05-27 12:59:31 -07:00
bounds-check-no-overflow.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
bug-811.rs
Drop the '2' suffix from logging macros
2013-10-22 08:09:56 -07:00
bug-2470-bounds-check-overflow-2.rs
test: Automatically remove all ~[T] from tests.
2014-03-21 23:37:21 +11:00
bug-2470-bounds-check-overflow-3.rs
test: Automatically remove all ~[T] from tests.
2014-03-21 23:37:21 +11:00
bug-2470-bounds-check-overflow.rs
Remove a large amount of deprecated functionality
2014-10-19 12:59:40 -07:00
by-value-self-objects-fail.rs
librustc: Permit by-value-self methods to be invoked on objects
2014-06-30 18:43:31 -07:00
die-macro-expr.rs
Added tests to make tidy
2014-02-07 12:49:24 -06:00
die-macro-pure.rs
Added tests to make tidy
2014-02-07 12:49:24 -06:00
die-macro.rs
Added tests to make tidy
2014-02-07 12:49:24 -06:00
divide-by-zero.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
doublefail.rs
Use new attribute syntax in python files in src/etc too ( #13478 )
2014-04-14 21:00:31 +05:30
dst-raw-slice.rs
Reviewer changes
2014-09-02 19:47:39 +12:00
explicit-fail-msg.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
explicit-fail.rs
Drop the '2' suffix from logging macros
2013-10-22 08:09:56 -07:00
expr-fn-fail.rs
Drop the '2' suffix from logging macros
2013-10-22 08:09:56 -07:00
expr-if-fail-fn.rs
Drop the '2' suffix from logging macros
2013-10-22 08:09:56 -07:00
expr-if-fail.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
expr-match-fail-fn.rs
Drop the '2' suffix from logging macros
2013-10-22 08:09:56 -07:00
expr-match-fail.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
extern-fail.rs
Fix fallout from std::libc separation
2014-04-04 09:31:44 -07:00
fail-arg.rs
log: Introduce liblog, the old std::logging
2014-03-15 22:26:36 -07:00
fail-macro-any-wrapped.rs
librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except
2014-05-06 23:12:54 -07:00
fail-macro-any.rs
librustc: Remove the fallback to int from typechecking.
2014-06-24 17:18:48 -07:00
fail-macro-explicit.rs
Drop the '2' suffix from logging macros
2013-10-22 08:09:56 -07:00
fail-macro-fmt.rs
librustc: Remove the fallback to int from typechecking.
2014-06-24 17:18:48 -07:00
fail-macro-owned.rs
Drop the '2' suffix from logging macros
2013-10-22 08:09:56 -07:00
fail-macro-static.rs
Drop the '2' suffix from logging macros
2013-10-22 08:09:56 -07:00
fail-main.rs
extra: Put the nail in the coffin, delete libextra
2014-03-14 13:59:02 -07:00
fail-non-utf8.rs
Prevent failure when using fail! with invalid utf8.
2014-09-02 15:59:28 +02:00
fail-parens.rs
Drop the '2' suffix from logging macros
2013-10-22 08:09:56 -07:00
fail-task-name-none.rs
librustc: Match trait self types exactly.
2014-06-28 11:18:37 -07:00
fail-task-name-owned.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
fail-task-name-send-str.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
fail-task-name-static.rs
librustc: Match trait self types exactly.
2014-06-28 11:18:37 -07:00
fail.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
fmt-fail.rs
std: Rename strbuf operations to string
2014-05-27 12:59:31 -07:00
for-each-loop-fail.rs
extra: Put the nail in the coffin, delete libextra
2014-03-14 13:59:02 -07:00
glob-use-std.rs
Remove a large amount of deprecated functionality
2014-10-19 12:59:40 -07:00
hashmap-capacity-overflow.rs
std: Fix overflow of HashMap's capacity
2014-09-04 23:22:32 +01:00
if-check-fail.rs
log: Introduce liblog, the old std::logging
2014-03-15 22:26:36 -07:00
if-cond-bot.rs
std: Rename strbuf operations to string
2014-05-27 12:59:31 -07:00
issue-948.rs
Use new attribute syntax in python files in src/etc too ( #13478 )
2014-04-14 21:00:31 +05:30
issue-2061.rs
test: Clean out the test suite a bit
2014-02-25 09:21:09 -08:00
issue-2444.rs
Add enum variants to the type namespace
2014-09-19 15:11:00 +12:00
issue-2761.rs
librustc: Remove fail_unless!
2013-03-29 16:39:08 -07:00
issue-3029.rs
Remove a large amount of deprecated functionality
2014-10-19 12:59:40 -07:00
issue-5500.rs
Reenable some ignored test cases
2014-02-12 20:23:45 +01:00
issue-12920.rs
Add tests for a few A-needstest issues
2014-09-15 18:09:24 +02:00
issue-13202.rs
Add tests for a few A-needstest issues
2014-09-15 18:09:24 +02:00
main-fail.rs
Give test and main tasks better names
2013-11-01 09:16:11 -07:00
match-bot-fail.rs
core: rename strbuf::StrBuf to string::String
2014-05-24 21:48:10 -07:00
match-disc-bot.rs
Drop the '2' suffix from logging macros
2013-10-22 08:09:56 -07:00
match-wildcards.rs
log: Introduce liblog, the old std::logging
2014-03-15 22:26:36 -07:00
mod-zero.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
native-failure.rs
Rename all raw pointers as necessary
2014-06-28 11:53:58 -07:00
result-get-fail.rs
Remove libdebug and update tests.
2014-10-16 11:15:34 -04:00
rhs-type.rs
core: rename strbuf::StrBuf to string::String
2014-05-24 21:48:10 -07:00
rt-set-exit-status-fail.rs
Use phase(plugin) in tests
2014-06-09 14:29:30 -07:00
rt-set-exit-status-fail2.rs
Use phase(plugin) in tests
2014-06-09 14:29:30 -07:00
rt-set-exit-status.rs
Use phase(plugin) in tests
2014-06-09 14:29:30 -07:00
run-unexported-tests.rs
compiletest: Test --pretty expanded
2014-05-13 17:24:08 -07:00
str-overrun.rs
rustc: Remove &str indexing from the language.
2014-07-01 19:12:29 -07:00
task-spawn-barefn.rs
librustc: Match trait self types exactly.
2014-06-28 11:18:37 -07:00
test-fail.rs
compiletest: Test --pretty expanded
2014-05-13 17:24:08 -07:00
test-tasks-invalid-value.rs
compiletest: Test --pretty expanded
2014-05-13 17:24:08 -07:00
tls-exit-status.rs
Drop the '2' suffix from logging macros
2013-10-22 08:09:56 -07:00
too-much-recursion-unwinding.rs
log: Introduce liblog, the old std::logging
2014-03-15 22:26:36 -07:00
unimplemented-macro-fail.rs
Add unimplemented! macro
2014-02-08 04:43:39 +11:00
unique-fail.rs
librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except
2014-05-06 23:12:54 -07:00
unreachable-macro-fail.rs
Add missing test for unreachable! macro
2014-02-08 04:43:51 +11:00
unwind-interleaved.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
unwind-rec.rs
Remove outdated and unnecessary std::vec_ng::Vec imports.
2014-03-22 01:08:57 +11:00
unwind-rec2.rs
Remove outdated and unnecessary std::vec_ng::Vec imports.
2014-03-22 01:08:57 +11:00
unwind-unique.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
vec-overrun.rs
Remove a large amount of deprecated functionality
2014-10-19 12:59:40 -07:00
while-body-fails.rs
Use new attribute syntax in python files in src/etc too ( #13478 )
2014-04-14 21:00:31 +05:30
while-fail.rs
Use new attribute syntax in python files in src/etc too ( #13478 )
2014-04-14 21:00:31 +05:30