rust/src/test/compile-fail
Graydon Hoare 697f1e38d6 Change 'native' and 'crust' to 'extern'.
This comes with a terminology change. All linkage-symbols are 'extern'
now, including rust syms in other crates. Some extern ABIs are
merely "foreign". The term "native" is retired, not clear/useful.

What was "crust" is now "extern" applied to a _definition_. This
is a bit of an overloading, but should be unambiguous: it means
that the definition should be made available to some non-rust ABI.
2012-06-26 16:18:37 -07:00
..
alt-join.rs extend tester so that error msgs can be attached to lines 2012-01-04 15:25:17 -08:00
alt-pattern-field-mismatch-2.rs Add tests to exercise the "pattern has N field(s), but" error patterns. 2012-06-21 16:19:04 -07:00
alt-pattern-field-mismatch.rs Add tests to exercise the "pattern has N field(s), but" error patterns. 2012-06-21 16:19:04 -07:00
alt-range-fail-dominate.rs Rewrite exhaustiveness checker 2012-04-25 09:15:17 +02: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
ambig_impl_1.rs detect ambig. calls to iface bounds, use transactions 2012-05-25 17:04:05 -07:00
ambig_impl_2_exe.rs detect ambig. calls to iface bounds, use transactions 2012-05-25 17:04:05 -07:00
ambig_impl_bounds.rs detect ambig. calls to iface bounds, use transactions 2012-05-25 17:04:05 -07:00
ambig_impl_unify.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
arg-count-mismatch.rs Reformat 2011-08-20 11:04:00 -07:00
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 Reformat 2011-08-20 11:04:00 -07:00
assign-imm-local-twice.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
assign-super.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
assign-to-method.rs replace mutbl pass with borrowck 2012-05-10 21:14:43 -07:00
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 Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
attr-bad-meta.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07: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 Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
attr-dangling-in-fn.rs Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
attr-dangling-in-mod.rs Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
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 Fix damage done by the pretty-printer 2011-07-27 15:54:33 +02:00
bad-bang-ann-3.rs improve error messages 2012-04-06 06:59:00 -07:00
bad-bang-ann.rs improve error messages 2012-04-06 06:59:00 -07:00
bad-const-type.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07: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-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-expr-path.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
bad-expr-path2.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
bad-for-loop.rs Emit a more useful error when using an unsuitable function for a loop 2012-04-23 15:43:29 +02:00
bad-main.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
bad-method-typaram-kind.rs Const kind checking. The rules are almost certainly incomplete and unsound... 2012-05-24 15:06:56 -07:00
bad-module.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
bad-name.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
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 Reformat 2011-08-20 11:04:00 -07:00
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-value-ident-false.rs parser: More refactoring of restricted value name checking 2012-04-27 16:45:54 -07:00
bad-value-ident-true.rs parser: More refactoring of restricted value name checking 2012-04-27 16:45:54 -07: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 Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
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 Reformat 2011-08-20 11:04:00 -07:00
binop-add-tup.rs Reformat 2011-08-20 11:04:00 -07:00
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 Reformat 2011-08-20 11:04:00 -07:00
binop-logic-int.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-21 16:19:04 -07:00
binop-mul-bool.rs Reformat 2011-08-20 11:04:00 -07:00
binop-typeck.rs Implement new inference algorithm. 2012-03-23 21:47:28 -07:00
block-arg-as-stmt-with-value.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07: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 Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
block-coerce-no.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
block-copy.rs Fix an error message to not refer to "block type". Closes #2423. 2012-05-29 12:18:59 -07:00
block-deinitializes-upvar.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
block-must-not-have-result-do.rs Tweak some test cases and add a few new ones 2012-03-10 20:38:03 -08:00
block-must-not-have-result-for.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
block-must-not-have-result-res.rs Port another resource test to use classes 2012-06-01 20:40:35 -07:00
block-must-not-have-result-while.rs Tweak some test cases and add a few new ones 2012-03-10 20:38:03 -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
borrowck-assign-comp-idx.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
borrowck-assign-comp.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-assign-to-constants.rs three new tests for assigning to various unassignable things 2012-05-11 06:41:58 -07:00
borrowck-assign-to-enum.rs three new tests for assigning to various unassignable things 2012-05-11 06:41:58 -07:00
borrowck-assign-to-subfield.rs replace mutbl pass with borrowck 2012-05-10 21:14:43 -07:00
borrowck-binding-mutbl.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
borrowck-issue-2657-1.rs handle moves in let initializers and allow moves from unsafe ptrs 2012-06-21 08:34:54 -07:00
borrowck-issue-2657-2.rs unxfail test for #2657 2012-06-21 10:20:46 -07:00
borrowck-lend-args.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-lend-flow.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
borrowck-loan-blocks-move-cc.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-loan-blocks-move.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-loan-blocks-mut-uniq.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
borrowck-loan-rcvr-overloaded-op.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-loan-rcvr.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-loan-vec-content.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
borrowck-move-from-unsafe-ptr.rs handle moves in let initializers and allow moves from unsafe ptrs 2012-06-21 08:34:54 -07:00
borrowck-mut-addr-of-imm-var.rs replace mutbl pass with borrowck 2012-05-10 21:14:43 -07:00
borrowck-mut-vec-as-imm-slice-bad.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
borrowck-no-cycle-in-exchange-heap.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-pat-enum-in-box.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-pat-enum.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-pat-reassign-binding.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-pat-reassign-sometimes-binding.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-pure-scope-in-call.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-unchecked-with-borrow.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-uniq-via-box.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-uniq-via-lend.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-uniq-via-ref.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
break-outside-loop.rs Disallow ret inside of block functions 2012-03-26 12:45:47 +02:00
cap-clause-both-copy-and-move.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-double-copy.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-double-move.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-illegal-cap.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-move-upvar.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
cap-clause-unresolved-copy.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-unresolved-move.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-use-after-move.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-with-stack-closure.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
capture1.rs Reformat 2011-08-20 11:04:00 -07:00
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
class-cast-to-iface.rs Remove 'implements' keyword in favour of :, part of #2301. 2012-06-22 18:57:20 -07:00
class-implements-bad-iface.rs Remove 'implements' keyword in favour of :, part of #2301. 2012-06-22 18:57:20 -07:00
class-implements-int.rs Remove 'implements' keyword in favour of :, part of #2301. 2012-06-22 18:57:20 -07:00
class-method-missing.rs Remove 'implements' keyword in favour of :, part of #2301. 2012-06-22 18:57:20 -07:00
class-missing-self.rs Add test case that checks that class members must be prefixed with "self" 2012-05-04 13:44:01 -07:00
const-recursive.rs rustc: Don't allow recursive constants 2012-04-04 16:12:57 -07: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 Enforce rule that classes with dtors aren't copyable 2012-06-01 20:40:35 -07:00
crateresolve1.rs test: Refactor the crateresolve tests 2012-04-06 10:58:03 -07:00
crateresolve2.rs test: Refactor the crateresolve tests 2012-04-06 10:58:03 -07:00
crateresolve5.rs test: Add test for mismatched nominal types when using multiple crate vers 2012-04-07 17:40:34 -07:00
cross-crate-glob-collision.rs Fix bug in safe-reference checker 2012-02-15 11:53:32 +01:00
crust-no-call.rs rustc: Typecheck crust functions as *u8 2012-02-14 11:24:09 -08:00
crust-wrong-value-type.rs rustc: Typecheck crust functions as *u8 2012-02-14 11:24:09 -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
deref-non-pointer.rs Improve a type error message (avoid the word 'non-dereferenceable') 2012-03-07 14:14:34 -08:00
do1.rs Add 'do' expressions 2012-06-18 17:42:30 -07:00
do2.rs Add i suffix to cfail test so it works after suffix inference 2012-06-19 16:57:13 -07: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 Reformat 2011-08-20 11:04:00 -07:00
elided-test.rs rustc: Configure out #[test] functions when not testing 2012-01-05 17:31:57 -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-linkname2.rs rustc: Don't allow empty link_name when nolink attribute is present 2012-01-11 19:45:18 -08:00
empty-record-type.rs test: Add a test that empty records don't parse 2012-01-11 19:45:18 -08:00
empty-vec-trailing-comma.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
enum-in-scope.rs test: Add compile-fail test for shadowing in-scope enums 2012-04-11 21:28:25 -07:00
estr-subtyping.rs implement evec/estr subtyping/lub/glb/etc 2012-04-14 18:48:58 -07:00
evec-subtyping.rs implement evec/estr subtyping/lub/glb/etc 2012-04-14 18:48:58 -07:00
export-fully-qualified.rs Reformat 2011-08-20 11:04:00 -07:00
export-import.rs Reformat 2011-08-20 11:04:00 -07:00
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
export2.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
ext-after-attrib.rs Support visibility modifiers and attributes on view items 2012-05-08 23:14:24 +02:00
ext-noname.rs Add support for parsing quasi-quotes, doesn't do anything useful yet. 2012-02-03 20:23:49 -07:00
ext-nonexistent.rs Reformat 2011-08-20 11:04:00 -07:00
extenv-no-args.rs Make extracting syntax extension arguments easier. 2012-05-18 10:05:24 -07:00
extenv-not-string-literal.rs Reformat 2011-08-20 11:04:00 -07:00
extenv-too-many-args.rs Make extracting syntax extension arguments easier. 2012-05-18 10:05:24 -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 Make extracting syntax extension arguments easier. 2012-05-18 10:05:24 -07:00
extfmt-non-literal.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-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 Reformat 2011-08-20 11:04:00 -07:00
fail-simple.rs Fix damage done by the pretty-printer 2011-07-27 15:54:33 +02:00
fail-type-err.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
fn-bad-block-type.rs Reformat 2011-08-20 11:04:00 -07:00
fn-compare-mismatch.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
fn-constraint.rs Finish cleanup of core::str 2012-02-23 17:00:19 +01:00
fn-variance-1.rs Avoid unifying vars when possible; handle bot (more) correctly 2012-03-24 21:38:43 -07:00
fn-variance-2.rs Avoid unifying vars when possible; handle bot (more) correctly 2012-03-24 21:38:43 -07:00
fn-variance-3.rs change region scope of call arguments, old one was unsound 2012-05-24 05:19:44 -07:00
for-loop-decl.rs Move map iface over to more for-friendly iteration methods 2012-04-23 15:18:19 +02:00
fru-extra-field.rs Reformat 2011-08-20 11:04:00 -07:00
fully-qualified-type-name1.rs Name types after their modules instead of 't' 2012-03-13 15:14:17 -07:00
fully-qualified-type-name2.rs remove leading ::, new tests 2012-02-13 06:50:58 -08:00
fully-qualified-type-name3.rs remove leading ::, new tests 2012-02-13 06:50:58 -08:00
fully-qualified-type-name4.rs remove leading ::, new tests 2012-02-13 06:50:58 -08:00
if-branch-types.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
if-check-precond-fail.rs rustc: Lower case error messages 2012-03-05 17:05:20 -08:00
if-typeck.rs Reformat 2011-08-20 11:04:00 -07:00
if-without-else-result.rs Allow tail expressions even in no_value blocks. Type checker 2012-01-03 13:13:52 -08:00
iface-cast.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
iface-impl-different-num-params.rs correct error message and add to test 2012-02-13 07:33:16 -08:00
iface-test-2.rs Add compile-fail tests for interfaces/impls 2012-02-10 13:31:33 +01:00
iface-test.rs Add compile-fail tests for interfaces/impls 2012-02-10 13:31:33 +01:00
import-from-dup.rs Reformat 2011-08-20 11:04:00 -07:00
import-from-missing.rs Be less specific in 'unresolved import' error patterns 2011-12-02 17:20:03 +01:00
import-from-path.rs Refactor view_path to parse (but not yet process) export globs, unify code paths. 2012-02-17 23:05:20 -08:00
import-from-rename.rs Refactor view_path to parse (but not yet process) export globs, unify code paths. 2012-02-17 23:05:20 -08:00
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 Reformat 2011-08-20 11:04:00 -07:00
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 Refactor view_path to parse (but not yet process) export globs, unify code paths. 2012-02-17 23:05:20 -08:00
import-glob-rename.rs Refactor view_path to parse (but not yet process) export globs, unify code paths. 2012-02-17 23:05:20 -08:00
import-loop-2.rs Reformat 2011-08-20 11:04:00 -07:00
import-loop.rs Reformat 2011-08-20 11:04:00 -07:00
import.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
import2.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
import3.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
import4.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07: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
impure-pred.rs integrate purity into type 2012-05-30 11:26:15 -07:00
index_message.rs Change error to debug 2012-06-20 18:52:43 -07:00
infinite-instantiation.rs rustc: Fix type_need_unwind_cleanup. Closes #2272 2012-04-24 14:55:16 -07: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 Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
integer-literal-suffix-inference.rs Enable integer literal suffix inference. 2012-06-19 17:06:05 -07:00
issue-511.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
issue-897-2.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
issue-897.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-19 16:35:26 -07:00
issue-1193.rs Error message reformatting, close #2309. 2012-05-02 14:47:33 -07:00
issue-1362.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07: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 Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
issue-1451.rs Add a run-fail test for result::get, get rid of a FIXME. Also some random other tests, mostly xfailed. 2012-04-12 20:24:07 -07:00
issue-1655.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
issue-1697.rs test: Add a test for #1697 2012-02-22 21:14:27 -08:00
issue-1763.rs Minor capitalization/punctuation fixes in error messages 2012-06-22 16:48:03 -07:00
issue-1802-1.rs test: Add tests for #1802 2012-02-10 15:43:35 -08:00
issue-1802-2.rs test: Add tests for #1802 2012-02-10 15:43:35 -08:00
issue-1871.rs Add a run-fail test for result::get, get rid of a FIXME. Also some random other tests, mostly xfailed. 2012-04-12 20:24:07 -07:00
issue-1896.rs Test for issue 1896 (which appears to be fixed) 2012-06-21 14:08:02 -07:00
issue-1900.rs Disallow type parameters in the main() function 2012-02-25 11:06:01 -08:00
issue-1962.rs Lowercase warning message. 2012-04-26 14:43:43 -07:00
issue-1965.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
issue-2063-resource.rs Port more resource tests to classes 2012-06-01 20:40:35 -07:00
issue-2063.rs Detect and report types which could never be instantiated. 2012-03-28 17:02:54 -07:00
issue-2111.rs Add test cases 2012-06-21 19:58:52 -07:00
issue-2149.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
issue-2150.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
issue-2151.rs Do not consider ty_bot to be a "resolved type". 2012-04-07 17:12:48 -07:00
issue-2330.rs Check early on in typeck that types being implemented are actually iface types 2012-05-03 12:38:45 -07:00
issue-2354.rs Add xfailed test case for #2354 2012-05-07 14:43:31 -07:00
issue-2370-2.rs Test that a class type name gets printed correctly in a... 2012-05-17 09:40:43 -07:00
issue-2370.rs Test that a class type name gets printed correctly in a... 2012-05-17 09:40:43 -07:00
issue-2467.rs Add test for issue 2467 2012-06-21 16:58:35 -07:00
issue-2487-b.rs Insert missing maybe_print_comment call for class destructors 2012-06-06 22:09:10 -07:00
issue-2509-a.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
issue-2590.rs Make liveness print out a proper error message for moves out of a self field 2012-06-21 17:43:10 -07:00
issue-2718-a.rs Incorporate class fields into recursive-type check 2012-06-26 11:14:39 -07:00
kindck-implicit-close-over-mut-var.rs Make heap closures always require a capture clause to capture mutable variables. Closes #2446. 2012-05-30 10:46:22 -07:00
kindck-nonsendable-1.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
lambda-mutate-nested.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
lambda-mutate.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07: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
liveness-and-init.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-assign-imm-local-in-loop.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-assign-imm-local-in-op-eq.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-assign-imm-local-in-swap.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-assign-imm-local-with-init.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-bad-bang-2.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-block-unint.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-break-uninit-2.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-break-uninit.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-closure-require-ret.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-ctor-access-self-with-uninit-fields.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-ctor-field-never-init.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-ctor-uninit-field.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-ctor-uninit-var.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-dead.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-forgot-ret.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-if-no-else.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-if-with-else.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-init-in-called-fn-expr.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-init-in-fn-expr.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-init-in-fru.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-init-op-equal.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-init-plus-equal.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-issue-2163.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
liveness-missing-ret2.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-move-from-args.rs make all arguments modes immutable 2012-05-29 16:22:17 -07:00
liveness-move-from-mode.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-move-in-loop.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-move-in-while.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-or-init.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-return.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-swap-uninit.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-uninit-after-item.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
liveness-uninit.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-unused remove dead assignments 2012-05-24 13:35:57 -07:00
liveness-unused.rs revisit error message; create spill map 2012-05-25 14:37:30 -07:00
liveness-use-after-move.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-use-after-send.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-use-in-index-lvalue.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
liveness-while-break.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-while-cond.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-while.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
loop-does-not-diverge.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
loop-pred-constraints.rs Handle poststates of breaking loops correctly in typestate 2012-05-29 18:22:38 -07:00
lub-in-args.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
macro-2.rs Reformat 2011-08-20 11:04:00 -07:00
macro.rs Reformat 2011-08-20 11:04:00 -07:00
main-wrong-type-2.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
main-wrong-type.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
map-types.rs std: Rename the hashmap constructors to conform to new standards 2012-03-14 18:19:08 -07:00
minus-string.rs Allow operator overloading of the indexing operator 2012-01-26 15:23:11 +01:00
missing-main.rs Reformat 2011-08-20 11:04:00 -07:00
missing-return.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
missingmod.rc stdlib: Make io failures recoverable by returning a result 2011-10-29 01:25:11 -07:00
mode-inference-fail.rs Improve type inference to compute LUB/GLB 2012-03-26 10:34:58 -07:00
multiline-comment-line-tracking.rs Fix up test for last commit 2011-10-07 16:58:27 +02:00
mutable-arguments.rs make all arguments modes immutable 2012-05-29 16:22:17 -07:00
mutable-class-fields-2.rs syntax: Eliminate 'mutable' keyword. Closes #2254 2012-04-21 14:27:20 -07:00
mutable-class-fields.rs syntax: Eliminate 'mutable' keyword. Closes #2254 2012-04-21 14:27:20 -07:00
mutable-huh-box-assign.rs change region scope of call arguments, old one was unsound 2012-05-24 05:19:44 -07:00
mutable-huh-field-assign.rs replace mutbl pass with borrowck 2012-05-10 21:14:43 -07:00
mutable-huh-ptr-assign.rs change region scope of call arguments, old one was unsound 2012-05-24 05:19:44 -07:00
mutable-huh-unique-assign.rs change region scope of call arguments, old one was unsound 2012-05-24 05:19:44 -07:00
mutable-huh-variance-box.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
mutable-huh-variance-deep.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
mutable-huh-variance-ptr.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
mutable-huh-variance-rec.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
mutable-huh-variance-unique.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
mutable-huh-variance-vec1.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
mutable-huh-variance-vec2.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
mutable-huh-variance-vec3.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
mutable-huh-variance-vec4.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
mutable-huh-vec-assign.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
name-clash-nullary-2.rs rustc: Lower case error messages 2012-03-05 17:05:20 -08:00
name-clash-nullary.rs rustc: Lower case error messages 2012-03-05 17:05:20 -08:00
native-unsafe-fn-called.rs move purity checking into borrowck, addresses #1422 2012-05-11 14:05:58 -07:00
native-unsafe-fn.rs implement new borrow ck (disabled by default) 2012-05-09 17:00:19 -07:00
nested-ty-params.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
no-capture-arc.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
no-constraint-prop.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
no-core-attribute.rs rustc: Switch the --no-core switch to a #[no_core] attribute 2012-01-26 16:43:33 -08:00
no-reuse-move-arc.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
no-send-res-ports.rs Remove resources from remaining test cases 2012-06-22 13:11:29 -07:00
noexporttypeexe.rs Implement new inference algorithm. 2012-03-23 21:47:28 -07: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-const.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
non-copyable-void.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
non-exhaustive-match-nested.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
non-exhaustive-match.rs Mention missing constructor when complaining about inexhaustive top-level pattern 2012-05-03 17:35:12 +02:00
noncopyable-class.rs Fix tests to avoid empty classes 2012-06-06 15:08:24 -07:00
nonscalar-cast.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
nonsense-constraints.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07: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 rustc: Lower case error messages 2012-03-05 17:05:20 -08:00
not-a-pred.rs Improve error message for use of a non-pure-fn in a pred 2012-02-22 10:59:52 -08:00
not-enough-arguments.rs use fresh vars in place of _|_ when incorrect # of params supplied 2012-03-28 17:02:54 -07:00
not-pred-args.rs rustc: Lower case error messages 2012-03-05 17:05:20 -08:00
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 wip: refactor repr of regions 2012-04-04 19:41:23 -07:00
omitted-arg-in-item-fn.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
omitted-arg-wrong-types.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07: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 Reformat 2011-08-20 11:04:00 -07:00
oversized-literal.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
pat-shadow-in-nested-binding.rs detect and report shadows in nested bindings 2012-05-21 09:37:22 -07:00
pattern-tyvar-2.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
pattern-tyvar.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
pinned-deep-copy.rs Port more resource tests to classes 2012-06-01 20:40:35 -07:00
placement-new-bad-method-type.rs Implement an initial version of placement new. 2012-03-20 20:39:40 -07:00
pptypedef.rs new cap clause syntax 2012-05-04 12:33:08 -07:00
pred-assign.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
pred-on-wrong-slots.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
pred-swap.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
prim-with-args.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
private-class-field-cross-crate.rs In typeck, don't call ty::store_iface_methods on private methods 2012-03-26 10:46:37 -07:00
private-class-field.rs Require "self" as base expression for intra-class method or field references 2012-03-29 12:22:01 -07:00
private-method-cross-crate.rs Nicer quoting in "attempted access of field" message. Issue #2358. 2012-06-22 16:48:03 -07:00
private-method.rs Require "self" as base expression for intra-class method or field references 2012-03-29 12:22:01 -07:00
pure-higher-order.rs integrate purity into type 2012-05-30 11:26:15 -07:00
pure-loop-body.rs allow for loop bodies 2012-05-30 11:26:15 -07:00
pure-modifies-aliased.rs shuffle error messages in borrowck, and prevent it from spewing too many 2012-05-23 12:01:27 -07:00
pure-overloaded-op.rs Allow rcvrs to be borrowed; check rcvrs in borrowck properly 2012-06-02 10:08:04 -07:00
pure-subtyping.rs test our some of the various combinations of fn subtyping 2012-05-30 12:02:01 -07:00
qquote-1.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
qquote-2.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
rec-expected.rs improve error messages 2012-04-06 06:59:00 -07:00
rec-extend.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07: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 Port more resource tests to classes 2012-06-01 20:40:35 -07: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
region-unused.rs Stop inferring bot/static when types/regions are unconstrained. 2012-04-30 19:53:02 -07:00
regions-addr-of-arg.rs fix up handling of &x where x is an arg or &self (for now at least). 2012-05-19 10:33:14 -07:00
regions-addr-of-self.rs fix up handling of &x where x is an arg or &self (for now at least). 2012-05-19 10:33:14 -07:00
regions-addr-of-upvar-self.rs fix up handling of &x where x is an arg or &self (for now at least). 2012-05-19 10:33:14 -07:00
regions-appearance-constraint.rs correct preservation of explicit borrows like "let x = &*y;" 2012-05-16 07:19:19 -07:00
regions-blk.rs Stop inferring bot/static when types/regions are unconstrained. 2012-04-30 19:53:02 -07:00
regions-borrow.rs check if the type of a local variable contains illegal region 2012-05-15 21:20:37 -07:00
regions-bounds.rs Fix tests to avoid empty classes 2012-06-06 15:08:24 -07:00
regions-creating-enums.rs update syntax to include a slash 2012-04-19 21:01:11 -07:00
regions-creating-enums3.rs Various regions fixes. 2012-04-23 08:02:59 -07:00
regions-creating-enums4.rs Various regions fixes. 2012-04-23 08:02:59 -07:00
regions-escape-into-other-fn.rs move regionck into typeck, in the process fixing a bug or two 2012-05-15 19:05:03 -07:00
regions-escape-loop-via-variable.rs check if the type of a local variable contains illegal region 2012-05-15 21:20:37 -07:00
regions-escape-loop-via-vec.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
regions-fn-subtyping.rs Clarifying comments in test. 2012-06-01 10:30:50 -07:00
regions-fns.rs Region checking: this one currently passes, but only "by accident". 2012-05-21 13:05:06 -07:00
regions-iface-1.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
regions-iface-2.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
regions-iface-3.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
regions-in-consts.rs Stop inferring bot/static when types/regions are unconstrained. 2012-04-30 19:53:02 -07:00
regions-in-enums.rs update syntax to include a slash 2012-04-19 21:01:11 -07:00
regions-in-rsrcs.rs Remove resources 2012-06-24 15:09:57 -07:00
regions-in-type-items.rs Stop inferring bot/static when types/regions are unconstrained. 2012-04-30 19:53:02 -07:00
regions-nested-fns.rs repair LUB/GLB of free/scope regions, and enable test 2012-04-17 12:02:36 -07:00
regions-out-of-scope-slice.rs Stop inferring bot/static when types/regions are unconstrained. 2012-04-30 19:53:02 -07:00
regions-ret.rs test: Add a simple test for dangling pointers 2012-03-24 19:00:08 -07:00
regions-scoping.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
regions-var-type-out-of-scope.rs Stop inferring bot/static when types/regions are unconstrained. 2012-04-30 19:53:02 -07:00
restricted-keyword1.rs parser: More refactoring of restricted value name checking 2012-04-27 16:45:54 -07:00
restricted-keyword2.rs parser: More refactoring of restricted value name checking 2012-04-27 16:45:54 -07:00
ret-non-nil.rs Minor capitalization/punctuation fixes in error messages 2012-06-22 16:48:03 -07:00
selftype-astparam.rs refactor region manip. to remove redundancy, get closer to fn subtyping 2012-05-30 11:04:12 -07:00
selftype-ifacetype.rs reduce self type to a special type parameter 2012-05-09 07:11:59 -07: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
seq-args.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
slot-as-pred.rs Reformat 2011-08-20 11:04:00 -07:00
spawn-non-nil-fn.rs distinguish "any closure" and "stack closure" (block) 2012-01-13 09:31:40 -08:00
swap-no-lval.rs replace mutbl pass with borrowck 2012-05-10 21:14:43 -07:00
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 Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
tag-type-args.rs rustc: Lower case error messages 2012-03-05 17:05:20 -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-typeck.rs Remove be keyword. 2012-05-15 10:41:14 -07:00
terr-in-field.rs improve error messages 2012-04-06 06:59:00 -07:00
terr-sorts.rs improve error messages 2012-04-06 06:59:00 -07:00
tps-invariant-class.rs Make tps invariant for now. Fixes #1973. 2012-04-06 08:31:12 -07:00
tps-invariant-enum.rs Make tps invariant for now. Fixes #1973. 2012-04-06 08:31:12 -07:00
tps-invariant-iface.rs Make tps invariant for now. Fixes #1973. 2012-04-06 08:31:12 -07:00
tstate-and-init.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-block-uninit.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-break-uninit-2.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-break-uninit.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-ctor-unsat.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-fru.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
tstate-if-no-else.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-if-with-else.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-loop-constraints.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-or-init.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-return.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-unsat-after-item.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
tstate-unsat-in-called-fn-expr.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
tstate-unsat-in-fn-expr.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
tstate-unsat.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-while-break.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-while-cond.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-while-loop-unsat-constriants.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
tstate-while.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tutorial-suffix-inference-test.rs doc: add information about suffix inference to tutorial and manual. 2012-06-20 17:56:40 -07:00
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 Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
type-mismatch.rs Implement new inference algorithm. 2012-03-23 21:47:28 -07:00
type-recursive.rs Reformat 2011-08-20 11:04:00 -07:00
type-shadow.rs Reformat 2011-08-20 11:04:00 -07:00
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
unique-mut.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
unique-pinned-nocopy.rs Port more resource tests to classes 2012-06-01 20:40:35 -07:00
unique-unique-kind.rs Const kind checking. The rules are almost certainly incomplete and unsound... 2012-05-24 15:06:56 -07:00
unique-vec-res.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07: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
unreachable-code.rs Tweak some test cases and add a few new ones 2012-03-10 20:38:03 -08:00
unsafe-fn-assign-deref-ptr.rs implement new borrow ck (disabled by default) 2012-05-09 17:00:19 -07:00
unsafe-fn-autoderef.rs Nicer quoting in "attempted access of field" message. Issue #2358. 2012-06-22 16:48:03 -07:00
unsafe-fn-called-from-safe.rs move purity checking into borrowck, addresses #1422 2012-05-11 14:05:58 -07:00
unsafe-fn-deref-ptr.rs implement new borrow ck (disabled by default) 2012-05-09 17:00:19 -07:00
unsafe-fn-used-as-value.rs implement new borrow ck (disabled by default) 2012-05-09 17:00:19 -07:00
unsendable-class.rs Tests for copyability and sendability rules for classes 2012-06-01 20:40:35 -07:00
unsupported-cast.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
unused-imports-warn.rs Support general warnings and errors in lint pass via flags and attrs. Close #1543. 2012-04-12 17:31:49 -07:00
use-meta-dup.rs Reformat 2011-08-20 11:04:00 -07:00
use-meta-mismatch.rs Reformat 2011-08-20 11:04:00 -07:00
use-meta.rc Re-enable tidy (it was broken) and fix various non-tidy things. 2011-06-29 15:14:55 -07:00
vec-add.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
vec-concat-bug.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
vec-field.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
vec-res-add.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
vector-no-ann.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
warn-ctypes-err-attr.rs Support general warnings and errors in lint pass via flags and attrs. Close #1543. 2012-04-12 17:31:49 -07:00
warn-ctypes.rs Support general warnings and errors in lint pass via flags and attrs. Close #1543. 2012-04-12 17:31:49 -07:00
warn-native-int-types.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
warn-path-statement.rs Add check for path-statements, close #400. 2012-04-26 14:43:43 -07:00
while-type-error.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
writing-through-read-alias.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
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 Reformat 2011-08-20 11:04:00 -07:00