..
alt-join.rs
extend tester so that error msgs can be attached to lines
2012-01-04 15:25:17 -08:00
alt-range-fail-dominate.rs
Only warn about unreachable range patterns when appropriate
2011-11-22 11:49:29 +01:00
alt-range-fail.rs
Revert "Revert "Implement pattern ranges for all numeric types.""
2011-09-28 12:46:29 -07:00
alt-tag-nullary.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
alt-tag-unary.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
and-init.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
arg-count-mismatch.rs
arg-style-mismatch.rs
Add tests for programs that are invalid by arg-passing-style
2011-10-07 10:41:40 +02:00
arg-type-mismatch.rs
attempted-access-non-fatal.rs
rustc: Make 'attempted access of field' error non-fatal
2012-01-27 16:58:27 -08:00
attr-bad-crate-attr.rc
attr-bad-meta.rs
Use quotes around tokens in parser error messages to make them more readable
2011-12-19 09:59:51 +01:00
attr-before-ext.rs
rustc: Parse fn inner attributes. Closes #1506
2012-01-15 17:48:58 -08:00
attr-before-let.rs
rustc: Parse fn inner attributes. Closes #1506
2012-01-15 17:48:58 -08:00
attr-before-stmt.rs
attr-before-view-item2.rs
attr-before-view-item.rs
attr-dangling-in-fn.rs
attr-dangling-in-mod.rs
auto-deref-bind.rs
autoderef-full-lval.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
bad-alt.rs
bad-bang-ann-2.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
bad-bang-ann-3.rs
bad-bang-ann.rs
bad-const-type.rs
On second thought, re-land pull request #1385 with backquotes; easier to grep, can change in the future.
2011-12-28 13:41:31 -08:00
bad-env-capture2.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
bad-env-capture3.rs
Remove tests for objs, adjust tests that use objs
2012-01-13 11:52:13 +01:00
bad-env-capture.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
bad-expr-path2.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
bad-expr-path.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
bad-main.rs
bad-module.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
bad-name.rs
bad-record-pat-2.rs
On second thought, re-land pull request #1385 with backquotes; easier to grep, can change in the future.
2011-12-28 13:41:31 -08:00
bad-record-pat.rs
bad-tag-export-2.rs
Check that the names mentioned in tag exports are actually types (or variants)
2012-01-23 15:48:08 -08:00
bad-tag-export-3.rs
Check that the names mentioned in tag exports are actually types (or variants)
2012-01-23 15:48:08 -08:00
bad-tag-export-4.rs
Check that the names mentioned in tag exports are actually types (or variants)
2012-01-23 15:48:08 -08:00
bad-tag-export.rs
Check that the names mentioned in tag exports are actually types (or variants)
2012-01-23 15:48:08 -08:00
bad-type-env-capture.rs
Remove tests for objs, adjust tests that use objs
2012-01-13 11:52:13 +01:00
bad-var-env-capture-in-block-arg.rs
deprecate fn exprs and the fn() type, preferring fn@ and native fn
2012-01-13 06:27:34 -08:00
bang-tailexpr.rs
binop-add-ptr.rs
Fix expected error messages for better printing of ty_ptr
2012-01-02 15:59:04 +01:00
binop-add-tup-assign.rs
binop-add-tup.rs
binop-bitxor-str.rs
Print the type of istrs as 'str' in error messages. Issue #855
2011-09-02 22:11:46 -07:00
binop-logic-float.rs
binop-logic-int.rs
binop-mul-bool.rs
binop-typeck.rs
block-arg-as-stmt-with-value.rs
correct test to reference right value
2012-01-05 10:44:38 -08:00
block-arg-used-as-lambda-with-illegal-cap.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
block-coerce-no-2.rs
Rename fn*() to fn() as originally planned.
2012-01-19 07:11:50 -08:00
block-coerce-no.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
block-copy.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
block-deinitializes-upvar.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
block-must-not-have-result-do.rs
Allow tail expressions even in no_value blocks. Type checker
2012-01-03 13:13:52 -08:00
block-must-not-have-result-for.rs
Allow tail expressions even in no_value blocks. Type checker
2012-01-03 13:13:52 -08:00
block-must-not-have-result-res.rs
Allow tail expressions even in no_value blocks. Type checker
2012-01-03 13:13:52 -08:00
block-must-not-have-result-while.rs
Allow tail expressions even in no_value blocks. Type checker
2012-01-03 13:13:52 -08:00
block-require-return.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
block-uninit.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
bogus-tag.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
break-outside-loop.rs
break-uninit2.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
break-uninit.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
cap-clause-both-copy-and-move.rs
distinguish "any closure" and "stack closure" (block)
2012-01-13 09:31:40 -08:00
cap-clause-double-copy.rs
distinguish "any closure" and "stack closure" (block)
2012-01-13 09:31:40 -08:00
cap-clause-double-move.rs
distinguish "any closure" and "stack closure" (block)
2012-01-13 09:31:40 -08:00
cap-clause-illegal-cap.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
cap-clause-move-upvar.rs
distinguish "any closure" and "stack closure" (block)
2012-01-13 09:31:40 -08:00
cap-clause-unresolved-copy.rs
distinguish "any closure" and "stack closure" (block)
2012-01-13 09:31:40 -08:00
cap-clause-unresolved-move.rs
distinguish "any closure" and "stack closure" (block)
2012-01-13 09:31:40 -08:00
cap-clause-use-after-move.rs
distinguish "any closure" and "stack closure" (block)
2012-01-13 09:31:40 -08:00
capture1.rs
cast-from-nil.rs
typeck: Fix for #932
2011-12-05 01:23:10 +01:00
cast-to-nil.rs
typeck: Fix for #932
2011-12-05 01:23:10 +01:00
constrained-type-missing-check.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
copy-a-resource.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
cross-crate-glob-collision.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
dead-code-be.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
dead-code-ret.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
do-while-constraints.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
do-while-pred-constraints.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
does-nothing.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
dup-link-name.rs
elided-test.rs
rustc: Configure out #[test] functions when not testing
2012-01-05 17:31:57 -08:00
empty-linkname2.rs
rustc: Don't allow empty link_name when nolink attribute is present
2012-01-11 19:45:18 -08:00
empty-linkname.rs
implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove empty link_name.
2011-12-16 15:29:59 -08:00
empty-record-type.rs
test: Add a test that empty records don't parse
2012-01-11 19:45:18 -08:00
export2.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
export-fully-qualified.rs
export-import.rs
export-tag-variant.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
export.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
ext-after-attrib.rs
Use quotes around tokens in parser error messages to make them more readable
2011-12-19 09:59:51 +01:00
ext-noname.rs
ext-nonexistent.rs
extenv-no-args.rs
extenv-not-string-literal.rs
extenv-too-many-args.rs
Reformat. Issue #855
2011-09-02 22:11:42 -07:00
extfmt-missing-type.rs
Convert all uses of #ifmt to #fmt. Issue #855
2011-09-01 18:54:03 -07:00
extfmt-no-args.rs
Convert all uses of #ifmt to #fmt. Issue #855
2011-09-01 18:54:03 -07:00
extfmt-non-literal2.rs
Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"
2011-09-19 18:00:41 -07:00
extfmt-non-literal.rs
Convert all uses of #ifmt to #fmt. Issue #855
2011-09-01 18:54:03 -07:00
extfmt-not-enough-args.rs
Convert all uses of #ifmt to #fmt. Issue #855
2011-09-01 18:54:03 -07:00
extfmt-too-many-args.rs
Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"
2011-09-19 18:00:41 -07:00
extfmt-unknown-type.rs
Convert all uses of #ifmt to #fmt. Issue #855
2011-09-01 18:54:03 -07:00
extfmt-unsigned-plus.rs
Convert all uses of #ifmt to #fmt. Issue #855
2011-09-01 18:54:03 -07:00
extfmt-unsigned-space.rs
Convert all uses of #ifmt to #fmt. Issue #855
2011-09-01 18:54:03 -07:00
extfmt-unterminated-conv.rs
Convert all uses of #ifmt to #fmt. Issue #855
2011-09-01 18:54:03 -07:00
fail-expr.rs
fail-simple.rs
fail-type-err.rs
On second thought, re-land pull request #1385 with backquotes; easier to grep, can change in the future.
2011-12-28 13:41:31 -08:00
fn-bad-block-type.rs
fn-bare-bind.rs
make "native fn" the type for bare functions, remove fn exprs
2012-01-13 06:27:35 -08:00
fn-bare-generic-instantiate1.rs
Remove temporary fn# syntax
2011-10-20 20:34:04 -07:00
fn-bare-generic-instantiate2.rs
Remove temporary fn# syntax
2011-10-20 20:34:04 -07:00
fn-compare-mismatch.rs
When pretty-printing fn types, leave off arg modes when they are the default
2012-01-16 12:08:00 +01:00
fn-constraint.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
fn-expr-type-state.rs
distinguish "any closure" and "stack closure" (block)
2012-01-13 09:31:40 -08:00
fn-expr-typestate-2.rs
distinguish "any closure" and "stack closure" (block)
2012-01-13 09:31:40 -08:00
for-loop-decl.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
forgot-ret.rs
Allow tail expressions even in no_value blocks. Type checker
2012-01-03 13:13:52 -08:00
fru-extra-field.rs
fru-typestate.rs
if-branch-types.rs
if-check-precond-fail.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
if-typeck.rs
if-without-else-result.rs
Allow tail expressions even in no_value blocks. Type checker
2012-01-03 13:13:52 -08:00
import2.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import3.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import4.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import5.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import-from-dup.rs
import-from-missing.rs
Be less specific in 'unresolved import' error patterns
2011-12-02 17:20:03 +01:00
import-from-none.rs
import-from-path.rs
import-from-rename.rs
import-glob-0.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import-glob-circular.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import-glob-export.rs
import-glob-multiple.rs
Merge all 3 log syntaxes, tidy up residual misuses.
2011-12-22 16:14:00 -08:00
import-glob-path.rs
import-glob-rename.rs
import-loop-2.rs
import-loop.rs
import.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
impure-pred.rs
Pretty-print for new arg-mode syntax
2011-09-12 12:49:00 +02:00
infinite-tag-type-recursion.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
infinite-vec-type-recursion.rs
issue-897-2.rs
Handle fail after return correctly in typestate
2012-01-20 17:26:31 -08:00
issue-897.rs
Handle fail after return correctly in typestate
2012-01-20 17:26:31 -08:00
issue-1362.rs
test: Add no-reformat directive to compile-fail/issue-1362
2012-01-23 17:37:15 -08:00
issue-1448-1.rs
Add regresion tests for issue #1448 and #1387 .
2012-01-23 17:37:15 -08:00
issue-1448-2.rs
Add regresion tests for issue #1448 and #1387 .
2012-01-23 17:37:15 -08:00
lambda-mutate-nested.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
lambda-mutate.rs
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
2012-01-09 16:12:48 -08:00
let-destruct-refutable.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
macro-2.rs
macro.rs
main-wrong-type-2.rs
make "native fn" the type for bare functions, remove fn exprs
2012-01-13 06:27:35 -08:00
main-wrong-type.rs
When pretty-printing fn types, leave off arg modes when they are the default
2012-01-16 12:08:00 +01:00
minus-string.rs
Allow operator overloading of the indexing operator
2012-01-26 15:23:11 +01:00
missing-main.rs
missing-return2.rs
Allow tail expressions even in no_value blocks. Type checker
2012-01-03 13:13:52 -08:00
missing-return.rs
missingmod.rc
stdlib: Make io failures recoverable by returning a result
2011-10-29 01:25:11 -07:00
move-arg.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
multiline-comment-line-tracking.rs
Fix up test for last commit
2011-10-07 16:58:27 +02:00
mutable-huh-box-assign.rs
Replace 'mutable?' with 'const'
2011-11-16 14:41:32 -08:00
mutable-huh-field-assign.rs
Replace 'mutable?' with 'const'
2011-11-16 14:41:32 -08:00
mutable-huh-ptr-assign.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
mutable-huh-unique-assign.rs
Replace 'mutable?' with 'const'
2011-11-16 14:41:32 -08:00
mutable-huh-variance-box.rs
Replace 'mutable?' with 'const'
2011-11-16 14:41:32 -08:00
mutable-huh-variance-deep.rs
Replace 'mutable?' with 'const'
2011-11-16 14:41:32 -08:00
mutable-huh-variance-ptr.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
mutable-huh-variance-rec.rs
Replace 'mutable?' with 'const'
2011-11-16 14:41:32 -08:00
mutable-huh-variance-unique.rs
Replace 'mutable?' with 'const'
2011-11-16 14:41:32 -08:00
mutable-huh-variance-vec1.rs
Replace 'mutable?' with 'const'
2011-11-16 14:41:32 -08:00
mutable-huh-variance-vec2.rs
Replace 'mutable?' with 'const'
2011-11-16 14:41:32 -08:00
mutable-huh-variance-vec3.rs
Replace 'mutable?' with 'const'
2011-11-16 14:41:32 -08:00
mutable-huh-vec-assign.rs
Replace 'mutable?' with 'const'
2011-11-16 14:41:32 -08:00
name-clash-nullary-2.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
name-clash-nullary.rs
test: Fix error patterns in name-clash-nullary
2012-01-19 14:47:43 -08:00
native-type-mismatch.rs
Store type names in crate metadata
2012-01-16 12:08:00 +01:00
native-unsafe-fn-called.rs
Use attributes for native module ABI and link name
2011-11-16 11:35:13 -08:00
native-unsafe-fn.rs
Use attributes for native module ABI and link name
2011-11-16 11:35:13 -08:00
nested-ty-params.rs
Fix error message case in two cfail test
2012-01-09 17:51:39 +01:00
no-constraint-prop.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
no-core-attribute.rs
rustc: Switch the --no-core switch to a #[no_core] attribute
2012-01-26 16:43:33 -08:00
nolink-with-link-args.rs
allow #[link_args] with #[nolink]. For now, fail if two modules link same lib, and second has link_args.
2011-12-16 15:29:59 -08:00
non-exhaustive-match-nested.rs
Require alts to be exhaustive
2012-01-31 10:08:24 -08:00
non-exhaustive-match.rs
Require alts to be exhaustive
2012-01-31 10:08:24 -08:00
nonscalar-cast.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
nonsense-constraints.rs
On second thought, re-land pull request #1385 with backquotes; easier to grep, can change in the future.
2011-12-28 13:41:31 -08:00
not-a-pred-2.rs
Pretty-print for new arg-mode syntax
2011-09-12 12:49:00 +02:00
not-a-pred-check.rs
not-a-pred.rs
Remove tests for objs, adjust tests that use objs
2012-01-13 11:52:13 +01:00
not-pred-args.rs
occurs-check-3.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
occurs-check.rs
Make occurs check in ty::fixup_vars more reliable
2012-01-27 18:58:52 +01:00
or-init.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
or-patter-mismatch.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
output-type-mismatch.rs
oversized-literal.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
param-by-value.rs
Update stdlib, compiler, and tests to new kind system
2011-11-18 12:49:01 +01:00
pattern-tyvar-2.rs
Change option::t to option
2012-01-31 17:05:20 -08:00
pattern-tyvar.rs
Change option::t to option
2012-01-31 17:05:20 -08:00
pinned-deep-copy.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
pred-assign.rs
pred-on-wrong-slots.rs
pred-swap.rs
rec-extend.rs
On second thought, re-land pull request #1385 with backquotes; easier to grep, can change in the future.
2011-12-28 13:41:31 -08:00
rec-missing-fields.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
record-with-resource.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
recursive-enum.rs
Properly check enum types for recursion
2012-01-27 16:03:43 +01:00
redundant-link-args.rs
allow #[link_args] with #[nolink]. For now, fail if two modules link same lib, and second has link_args.
2011-12-16 15:29:59 -08:00
reference-in-loop.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
ret-non-nil.rs
return-uninit.rs
sendfn-captures-nonsendable-state.rs
distinguish "any closure" and "stack closure" (block)
2012-01-13 09:31:40 -08:00
sendfn-is-not-a-lambda.rs
When pretty-printing fn types, leave off arg modes when they are the default
2012-01-16 12:08:00 +01:00
slot-as-pred.rs
spawn-non-nil-fn.rs
distinguish "any closure" and "stack closure" (block)
2012-01-13 09:31:40 -08:00
swap-no-lval.rs
Move mutability checking into its own pass.
2011-09-01 16:32:38 +02:00
swap-uninit.rs
tag-exports-2.rs
Export all enum variants by default; new syntax for selectively exporting variants
2012-01-23 15:48:08 -08:00
tag-exports-3.rs
Export all enum variants by default; new syntax for selectively exporting variants
2012-01-23 15:48:08 -08:00
tag-exports.rs
Export all enum variants by default; new syntax for selectively exporting variants
2012-01-23 15:48:08 -08:00
tag-that-dare-not-speak-its-name.rs
Change option::t to option
2012-01-31 17:05:20 -08:00
tag-type-args.rs
test: "tag" -> "enum" in compile-fail
2012-01-19 16:01:47 -08:00
tag-variant-cast-non-nullary.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
tag-variant-disr-dup.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
tag-variant-disr-non-nullary.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
tag-variant-disr-type-mismatch.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
tail-non-call.rs
tail-typeck.rs
type-arg-out-of-scope.rs
Fix error message case in two cfail test
2012-01-09 17:51:39 +01:00
type-mismatch-multiple.rs
On second thought, re-land pull request #1385 with backquotes; easier to grep, can change in the future.
2011-12-28 13:41:31 -08:00
type-mismatch.rs
On second thought, re-land pull request #1385 with backquotes; easier to grep, can change in the future.
2011-12-28 13:41:31 -08:00
type-recursive.rs
type-shadow.rs
unbalanced-comment.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
unbalanced-doublequote.rs
Patch to error instead of crashing when parsing unmatched double quotes
2011-09-27 23:20:31 -07:00
uninit-after-item.rs
unique-mut.rs
Don't unify unique boxes with different mutability
2011-09-22 11:10:48 -07:00
unique-pinned-nocopy.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
unique-unique-kind.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
unique-vec-res.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
unreachable-arm.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
unsafe-alias-2.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
unsafe-alias.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
unsafe-alt.rs
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430 . Close #1428 .
2012-01-19 19:29:21 -08:00
unsafe-fn-assign-deref-ptr.rs
new test
2011-10-12 16:33:07 -07:00
unsafe-fn-called-from-safe.rs
add some new tests
2011-10-12 16:33:07 -07:00
unsafe-fn-deref-ptr.rs
make compiler emit more than 1 error in the case of unsafe
2011-10-12 16:33:07 -07:00
unsafe-fn-used-as-value.rs
add pass to check that unsafe fns cannot be used as values
2011-10-12 16:33:06 -07:00
unsafe-fn-used-in-bind.rs
reimplement some of the unsafe stuff which got lost
2011-10-12 16:33:07 -07:00
unsafe-for.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
unsafe-mutable-alias.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
unsupported-cast.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
unused-imports-warn.rs
rustc: Add a flag '--warn-unused-imports'
2011-11-17 09:28:30 +01:00
use-after-move.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
use-after-send.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
use-meta-dup.rs
use-meta-mismatch.rs
use-meta.rc
use-uninit-2.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
use-uninit-3.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
use-uninit.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
vec-field.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
vec-res-add.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
vector-no-ann.rs
warn-native-int-types.rs
rustc: Add a usage pass to collect one-off analyses
2012-01-19 17:27:44 +08:00
while-bypass.rs
while-expr.rs
while-loop-constraints.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
while-loop-pred-constraints.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
while-type-error.rs
writing-through-read-alias.rs
Reformat for new mode syntax, step 1
2011-09-12 12:04:14 +02:00
writing-through-uninit-vec.rs
writing-to-immutable-rec.rs
Move mutability checking into its own pass.
2011-09-01 16:32:38 +02:00
writing-to-immutable-vec.rs
Move mutability checking into its own pass.
2011-09-01 16:32:38 +02:00
wrong-ret-type.rs
zip-missing-check.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00