rust/src/test/compile-fail
Björn Steinbrink bdc182cc41 Use static string with fail!() and remove fail!(fmt!())
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.
2013-05-14 16:36:23 +02:00
..
access-mode-in-closures.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
alt-arrows-block-then-binop.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
alt-join.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
alt-pattern-field-mismatch-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
alt-pattern-field-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
alt-range-fail-dominate.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
alt-range-fail.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
alt-tag-nullary.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
alt-tag-unary.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
alt-vec-invalid.rs Implement vector destructuring from tail 2013-03-11 19:01:51 +09:00
alt-vec-mismatch-2.rs Fix error messages harder 2013-04-30 16:17:19 -07:00
alt-vec-mismatch.rs Fix error messages harder 2013-04-30 16:17:19 -07:00
alt-vec-unreachable.rs Add support for destructuring vectors in match expressions 2012-12-17 16:50:40 -08:00
ambig_impl_2_exe.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
ambig_impl_bounds.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
ambig_impl_unify.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
arc-cant-nest-rw-arc-3177.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
arc-rw-cond-shouldnt-escape.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
arc-rw-read-mode-shouldnt-escape.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
arc-rw-state-shouldnt-escape.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
arc-rw-write-mode-cond-shouldnt-escape.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
arc-rw-write-mode-shouldnt-escape.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
arg-count-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
arg-type-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
assign-imm-local-twice.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
assign-to-method.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
attempted-access-non-fatal.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
attr-bad-crate-attr.rc Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
attr-bad-meta.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
attr-before-ext.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
attr-before-let.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
attr-before-stmt.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
attr-dangling-in-fn.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
attr-dangling-in-mod.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
auto-ref-slice-plus-ref.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
autoderef-full-lval.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
bad-alt.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
bad-bang-ann-3.rs Remove ret_style and instead check whether fn return type is bot 2013-01-08 14:21:06 -08:00
bad-bang-ann.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
bad-const-type.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
bad-env-capture.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-env-capture2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-env-capture3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-expr-path.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
bad-expr-path2.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
bad-for-loop.rs test: Use the new for protocol 2013-05-10 19:20:20 -04:00
bad-main.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-method-typaram-kind.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
bad-module.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-name.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-type-env-capture.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-value-ident-false.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
bad-value-ident-true.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
bang-tailexpr.rs Remove ret_style and instead check whether fn return type is bot 2013-01-08 14:21:06 -08:00
bind-by-move-neither-can-live-while-the-other-survives-1.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
bind-by-move-neither-can-live-while-the-other-survives-2.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
bind-by-move-neither-can-live-while-the-other-survives-3.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
bind-by-move-neither-can-live-while-the-other-survives-4.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
bind-by-move-no-guards.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
bind-by-move-no-lvalues-1.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
bind-by-move-no-lvalues-2.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
bind-by-move-no-sub-bindings.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
binop-add-ptr.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
binop-bitxor-str.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
binop-logic-float.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
binop-logic-int.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
binop-mul-bool.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
binop-typeck.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
block-arg-as-stmt-with-value.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
block-coerce-no-2.rs Add AbiSet and integrate it into the AST. 2013-03-29 18:36:20 -07:00
block-coerce-no.rs test: Fix broken test 2013-05-08 17:04:03 -07:00
block-must-not-have-result-do.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
block-must-not-have-result-for.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
block-must-not-have-result-res.rs libsyntax: error on struct Foo {}. 2013-03-27 18:17:58 -07:00
block-must-not-have-result-while.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
bogus-tag.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
borrowck-addr-of-upvar.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-assign-comp-idx.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-assign-comp.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-assign-to-constants.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-assign-to-enum.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-assign-to-subfield.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-auto-mut-ref-to-immut-var.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-autoref-3261.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-bad-nested-calls-free.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-bad-nested-calls-move.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-borrow-from-owned-ptr.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-borrow-from-stack-variable.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-borrowed-uniq-rvalue-2.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-borrowed-uniq-rvalue.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-call-method-from-mut-aliasable.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-call-sendfn.rs test: Remove fn@, fn~, and fn& from the test suite. rs=defun 2013-03-02 18:47:47 -08:00
borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-insert-during-each.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-issue-2657-1.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-issue-2657-2.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-lend-flow-if.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-lend-flow-loop.rs test: Use the new for protocol 2013-05-10 19:20:20 -04:00
borrowck-lend-flow-match.rs Fix typos 2013-05-09 02:34:47 +09:00
borrowck-lend-flow.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-loan-blocks-move-cc.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-loan-blocks-move.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-loan-blocks-mut-uniq.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-loan-in-overloaded-op.rs correct incorrect handling of overloaded operators, exposing various other bits of rot 2013-05-01 08:49:48 -04:00
borrowck-loan-local-as-both-mut-and-imm.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-loan-rcvr-overloaded-op.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-loan-rcvr.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-loan-vec-content.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-move-by-capture.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-move-from-unsafe-ptr.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
borrowck-mut-addr-of-imm-var.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-mut-boxed-vec.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-mut-deref-comp.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-mut-slice-of-imm-vec.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-no-cycle-in-exchange-heap.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-pat-by-value-binding.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-pat-enum.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
borrowck-pat-reassign-binding.rs Fix typos 2013-05-09 02:34:47 +09:00
borrowck-reborrow-from-mut.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-ref-into-rvalue.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-ref-mut-of-imm.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-unary-move-2.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-unary-move.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
borrowck-uniq-via-lend.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-uniq-via-ref.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-vec-pattern-element-loan.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
borrowck-vec-pattern-loan-from-mut.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-vec-pattern-move-tail.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
borrowck-vec-pattern-nesting.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
borrowck-vec-pattern-tail-element-loan.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
borrowck-wg-borrow-mut-to-imm-fail-2.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-wg-borrow-mut-to-imm-fail-3.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-wg-borrow-mut-to-imm-fail.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-wg-move-base-2.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
break-outside-loop.rs Remove REC, change related tests/docs 2013-03-02 12:57:05 +09:00
by-move-pattern-binding.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
capture1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
cast-from-nil.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
cast-immutable-mutable-trait.rs Allow casting to mutable trait objects. 2013-04-17 00:34:25 +02:00
cast-to-nil.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
cast-vector-to-unsafe-nonstatic.rs Permit casting region pointers to unsafe ones. 2013-03-07 14:48:28 -05:00
class-cast-to-trait.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
class-implements-bad-trait.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
class-implements-int.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
class-method-missing.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
class-missing-self.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
closure-that-fails.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
coherence_inherent.rs Fix bug in coherence that causes all cross-crate impls to be regarded as 2013-03-06 11:02:19 -05:00
coherence_inherent_cc.rs Fix bug in coherence that causes all cross-crate impls to be regarded as 2013-03-06 11:02:19 -05:00
const-cast-different-types.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-cast-wrong-type.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
const-recursive.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
copy-a-resource.rs Remove uses of log 2013-03-11 23:19:42 -07:00
core-tls-store-pointer.rs A test file is fixed 2013-05-10 16:55:59 +09:00
crateresolve1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
crateresolve2.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
crateresolve5.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
dead-code-ret.rs refinement to technique used to not run regionck 2013-05-06 09:00:37 -04:00
deref-non-pointer.rs Fix an ICE when dereferencing types which cannot be dereferenced 2013-04-19 23:20:44 -04:00
deriving-meta-unknown-trait.rs syntax: implement #[deriving] meta-attribute 2013-03-12 12:52:39 -04:00
deriving-obsolete.rs syntax: make old #[deriving_foo] attribute obsolete 2013-03-22 07:15:13 -04:00
die-not-static.rs allover: numerous unused muts etc 2013-04-30 14:10:21 -04:00
disallowed-deconstructing-destructing-struct-let.rs Issue number on xfailed test 2013-05-10 19:30:42 +10:00
disallowed-deconstructing-destructing-struct-match.rs librustc: allow destructuring of structs with destructors if the pattern has no moves. 2013-05-10 18:34:19 +10:00
do-lambda-requires-braces.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
do1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
do2.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
does-nothing.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
drop-on-non-struct.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
dup-link-name.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
duplicate-visibility.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
elided-test.rs rustc: Only accept main functions at the crate level. #4433 2013-04-29 17:10:50 -07:00
empty-linkname.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
empty-linkname2.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
empty-record-type.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
empty-vec-trailing-comma.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
enum-in-scope.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
enums-pats-not-idents.rs add test case for enum disambiguation 2013-04-28 23:01:41 -07:00
estr-subtyping.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
eval-enum.rs Revert rename of Div to Quot 2013-05-01 15:40:05 +10:00
evec-subtyping.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
explicit-call-to-dtor.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
explicit-call-to-supertrait-dtor.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
export-fully-qualified.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
export-import.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
export-tag-variant.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
export.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
export2.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
ext-after-attrib.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
ext-nonexistent.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extenv-no-args.rs syntax: remove remaining #syntaxext machinery. Close #3516. 2012-12-12 17:08:09 -08:00
extenv-not-string-literal.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extenv-too-many-args.rs syntax: remove remaining #syntaxext machinery. Close #3516. 2012-12-12 17:08:09 -08:00
extern-no-call.rs Rather than storing a list of ty::method per trait, store one ty::method 2013-04-05 05:36:02 -04:00
extern-wrong-value-type.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
extfmt-missing-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-no-args.rs syntax: remove remaining #syntaxext machinery. Close #3516. 2012-12-12 17:08:09 -08:00
extfmt-non-literal.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-non-literal2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-not-enough-args.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-too-many-args.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-unknown-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-unsigned-plus.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-unsigned-space.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-unterminated-conv.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fail-expr.rs Made fail! and assert! accept both &'static str and ~str, as well as a fmt! like format list. 2013-04-25 17:32:25 +02:00
fail-simple.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
fail-type-err.rs Made fail! and assert! accept both &'static str and ~str, as well as a fmt! like format list. 2013-04-25 17:32:25 +02:00
float-literal-inference-restrictions.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
fn-bad-block-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fn-compare-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fn-variance-1.rs test: Remove #[legacy_modes] from the test suite. 2013-04-29 14:30:55 -07:00
fn-variance-2.rs libsyntax: Remove @const from the language 2013-03-21 17:31:35 -07:00
fn-variance-3.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
foreign-unsafe-fn-called.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
foreign-unsafe-fn.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
forget-init-unsafe.rs testsuite: Test that init and forget are both unsafe 2013-05-09 15:28:29 -07:00
fully-qualified-type-name1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fully-qualified-type-name2.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
fully-qualified-type-name3.rs xfail broken tests 2013-01-07 18:05:18 -08:00
fully-qualified-type-name4.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
if-branch-types.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
if-typeck.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
if-without-else-result.rs Remove uses of log 2013-03-11 23:19:42 -07:00
immut-function-arguments.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
implicit-method-bind.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
import-from-missing.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-from-path.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
import-from-rename.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-glob-0.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-glob-circular.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-glob-path.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
import-glob-rename.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-loop-2.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-loop.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import2.rs Better error for some unresolved imports 2013-05-13 01:06:42 -04:00
import3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
import4.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
index_message.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
infinite-instantiation.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
infinite-tag-type-recursion.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
infinite-vec-type-recursion.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
integer-literal-suffix-inference.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-511.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
issue-818.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
issue-897-2.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
issue-897.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
issue-1362.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-1448-2.rs Fix typos 2013-05-09 02:34:47 +09:00
issue-1451.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
issue-1476.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
issue-1655.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
issue-1697.rs fix formating and tests 2013-05-09 20:15:59 -04:00
issue-1802-1.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-1802-2.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-1871.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-1896-1.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
issue-1900.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-1962.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2063-resource.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
issue-2063.rs librustc: Lint the old drop destructor notation off 2013-03-11 09:36:00 -07:00
issue-2074.rs test: Remove fn@, fn~, and fn& from the test suite. rs=defun 2013-03-02 18:47:47 -08:00
issue-2111.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2123.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
issue-2149.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
issue-2150.rs libcore: Change [const T] to const [T] everywhere 2013-03-26 21:29:33 -07:00
issue-2151.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
issue-2281-part1.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
issue-2330.rs Refactor so that references to traits are not represented using a type with a 2013-04-05 05:36:02 -04:00
issue-2354.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
issue-2356.rs librustc: Mark all type implementations public. rs=impl-publicity 2013-02-28 11:32:24 -08:00
issue-2370-2.rs Remove uses of log 2013-03-11 23:19:42 -07:00
issue-2370.rs Remove uses of log 2013-03-11 23:19:42 -07:00
issue-2467.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
issue-2478.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
issue-2548.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
issue-2590.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
issue-2611-4.rs Refactor representation of bounds to separate out BuiltinBounds into 2013-05-09 11:39:06 -04:00
issue-2611-5.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-2718-a.rs librustc: Lint the old drop destructor notation off 2013-03-11 09:36:00 -07:00
issue-2766-a.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
issue-2817-2.rs test: Use the new for protocol 2013-05-10 19:20:20 -04:00
issue-2817.rs test: Use the new for protocol 2013-05-10 19:20:20 -04:00
issue-2823.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2848.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
issue-2849.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2937.rs actually fix failing test 2013-05-12 22:52:38 -04:00
issue-2951.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
issue-2969.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
issue-2995.rs rustc: Fix the logic for finding the Android main function 2013-05-08 12:03:15 -07:00
issue-3021-b.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
issue-3021-c.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-3021-d.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
issue-3021.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
issue-3036.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3038.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
issue-3044.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
issue-3080.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
issue-3096-1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3096-2.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
issue-3099-a.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
issue-3099-b.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
issue-3099.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
issue-3154.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
issue-3177-mutable-struct.rs test: De-mut the test suite. rs=demuting 2013-02-22 18:35:01 -08:00
issue-3214.rs test: De-mut the test suite. rs=demuting 2013-02-22 18:35:01 -08:00
issue-3243.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
issue-3296.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
issue-3344.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
issue-3477.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-3521-2.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
issue-3521.rs Remove uses of log 2013-03-11 23:19:42 -07:00
issue-3563.rs tests: changes in response to #5656 2013-04-10 17:32:03 -07:00
issue-3601.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
issue-3651-2.rs test: Use the new for protocol 2013-05-10 19:20:20 -04:00
issue-3651.rs test: Use the new for protocol 2013-05-10 19:20:20 -04:00
issue-3668-2.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
issue-3668.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
issue-3680.rs Fix reversed current/expected type 2013-02-28 03:31:22 +09:00
issue-3702-2.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-3707.rs Enable test for #3707 2013-05-06 18:50:21 -07:00
issue-3763 Test cases, some xfailed 2012-12-06 21:53:14 -08:00
issue-3763.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-3820.rs testsuite: Add various test cases 2013-03-27 10:09:02 -07:00
issue-3953.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
issue-3969.rs tests: changes in response to #5656 2013-04-10 17:32:03 -07:00
issue-3973.rs testsuite: Add various test cases 2013-03-27 10:09:02 -07:00
issue-3991.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
issue-3993-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3993-3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3993.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-4265.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
issue-4335.rs testsuite: Update and un-xfail test for #4335 2013-03-28 19:00:49 -07:00
issue-4366.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
issue-4517.rs librustc: use new [ty, .. len] syntax for fixed vector errors. 2013-04-06 13:27:27 +11:00
issue-4523.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
issue-4542.rs testsuite: Add various test cases 2013-03-27 10:09:02 -07:00
issue-4736.rs Make typechecker compositional 2013-03-20 19:44:38 -07:00
issue-4935.rs Fix typos 2013-05-09 02:34:47 +09:00
issue-4968.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
issue-5035.rs testsuite: Add various test cases 2013-03-27 10:09:02 -07:00
issue-5062.rs testsuite: Add various test cases 2013-03-27 10:09:02 -07:00
issue-5099.rs librustc: Make self and static into keywords 2013-05-12 16:35:18 -07:00
issue-5100.rs rustc: Don't call type_error_message() with ty_err as the expected type 2013-05-11 17:51:00 -07:00
issue-5358-1.rs rustc: Handle struct patterns where the expected type is an enum 2013-05-03 13:03:53 -07:00
issue-5358.rs rustc: Handle struct patterns where the expected type is an enum 2013-05-03 13:03:53 -07:00
issue-5544-a.rs libsyntax: fail lexing with an error message on an int literal larger than 2^64. 2013-04-08 16:40:40 +10:00
issue-5544-b.rs libsyntax: fail lexing with an error message on an int literal larger than 2^64. 2013-04-08 16:40:40 +10:00
issue-5927.rs fixed pattern, moved test to compile-fail 2013-04-30 16:31:56 -07:00
keyword-super.rs Make super a keyword 2013-01-24 16:07:04 +09:00
keyword.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
kindck-destructor-owned.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
kindck-implicit-close-over-mut-var.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
kindck-nonsendable-1.rs test: Remove fn@, fn~, and fn& from the test suite. rs=defun 2013-03-02 18:47:47 -08:00
kindck-owned-trait-contains.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
kindck-owned-trait-scoped.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
kindck-owned-trait.rs librustc: Replace the &static bound with 'static 2013-03-21 17:31:35 -07:00
kindck-owned.rs librustc: Replace the &static bound with 'static 2013-03-21 17:31:35 -07:00
lambda-mutate-nested.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
lambda-mutate.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
lint-default-methods.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
lint-heap-memory.rs testsuite: Remove structural records from remaining compile-fail tests 2013-01-28 19:41:56 -08:00
lint-managed-heap-memory.rs testsuite: Remove structural records from remaining compile-fail tests 2013-01-28 19:41:56 -08:00
lint-non-camel-case-types.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
lint-owned-heap-memory.rs testsuite: Remove structural records from remaining compile-fail tests 2013-01-28 19:41:56 -08:00
lint-type-limits.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
liveness-and-init.rs Remove uses of log 2013-03-11 23:19:42 -07:00
liveness-assign-imm-local-in-loop.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-assign-imm-local-in-op-eq.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-assign-imm-local-with-init.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-bad-bang-2.rs Remove uses of log 2013-03-11 23:19:42 -07:00
liveness-block-unint.rs Remove uses of log 2013-03-11 23:19:42 -07:00
liveness-break-uninit-2.rs Remove uses of log 2013-03-11 23:19:42 -07:00
liveness-break-uninit.rs Remove uses of log 2013-03-11 23:19:42 -07:00
liveness-closure-require-ret.rs Remove uses of log 2013-03-11 23:19:42 -07:00
liveness-dead.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-forgot-ret.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-if-no-else.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
liveness-if-with-else.rs Remove uses of log 2013-03-11 23:19:42 -07:00
liveness-init-in-called-fn-expr.rs test: Remove fn@, fn~, and fn& from the test suite. rs=defun 2013-03-02 18:47:47 -08:00
liveness-init-in-fn-expr.rs Remove uses of log 2013-03-11 23:19:42 -07:00
liveness-init-in-fru.rs Remove the last bits of structural records from tests/rustc/rusti/rustpkg. 2013-02-21 15:19:40 -08:00
liveness-init-op-equal.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-init-plus-equal.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-issue-2163.rs test: Remove fn@, fn~, and fn& from the test suite. rs=defun 2013-03-02 18:47:47 -08:00
liveness-missing-ret2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-move-call-arg.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
liveness-move-in-loop.rs Remove uses of log 2013-03-11 23:19:42 -07:00
liveness-move-in-while.rs Remove uses of log 2013-03-11 23:19:42 -07:00
liveness-or-init.rs Remove uses of log 2013-03-11 23:19:42 -07:00
liveness-return.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
liveness-uninit-after-item.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
liveness-uninit.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
liveness-unused remove dead assignments 2012-05-24 13:35:57 -07:00
liveness-unused.rs Allow lint modes to be used on unused variables and dead assignments 2013-04-09 13:48:44 -04:00
liveness-use-after-move.rs Remove uses of log 2013-03-11 23:19:42 -07:00
liveness-use-after-send.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
liveness-use-in-index-lvalue.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-while-break.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-while-cond.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-while.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
loop-does-not-diverge.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
lub-in-args.rs test: De-[mut] (remove all mutable arrays from) the tests. rs=demuting 2013-02-26 04:18:12 -08:00
macro-with-seps-err-msg.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
main-wrong-location.rs rustc: Only accept main functions at the crate level. #4433 2013-04-29 17:10:50 -07:00
main-wrong-type-2.rs Add AbiSet and integrate it into the AST. 2013-03-29 18:36:20 -07:00
main-wrong-type.rs Add AbiSet and integrate it into the AST. 2013-03-29 18:36:20 -07:00
map-types.rs rename Linear{Map,Set} => Hash{Map,Set} 2013-04-03 10:30:36 -04:00
match-non-exhaustive.rs Add non-exhaustive check for match guards 2013-02-26 22:20:02 +09:00
match-struct.rs Fix reversed current/expected type 2013-02-28 03:31:22 +09:00
minus-string.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
missing-derivable-attr.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
missing-do.rs Add AbiSet and integrate it into the AST. 2013-03-29 18:36:20 -07:00
missing-main.rs rustc: Only accept main functions at the crate level. #4433 2013-04-29 17:10:50 -07:00
missing-return.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
missingmod.rc Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mod_file_aux.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mod_file_correct_spans.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
mod_file_not_exist.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
mod_file_with_path_attr.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
move-based-on-type-tuple.rs s/moved variable/moved value/ 2013-01-14 17:38:22 -08:00
moves-based-on-type-access-to-field.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
moves-based-on-type-block-bad.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
moves-based-on-type-capture-clause-bad.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
moves-based-on-type-cyclic-types-issue-4821.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
moves-based-on-type-distribute-copy-over-paren.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
moves-based-on-type-exprs.rs Stop using the '<->' operator 2013-05-10 22:51:06 -04:00
moves-based-on-type-move-out-of-closure-env-issue-1965.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
moves-sru-moved-field.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
multiline-comment-line-tracking.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
multiple-main-2.rs allowing the entry point name to be something other than main 2013-01-14 13:58:13 -08:00
multiple-main-3.rs allowing the entry point name to be something other than main 2013-01-14 13:58:13 -08:00
multitrait.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
mutable-class-fields-2.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
mutable-class-fields.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
mutable-enum.rs compile-fail tests for #[non_owned] and #[mutable] 2013-05-05 15:55:32 -04:00
mutable-huh-ptr-assign.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
mutable-struct.rs compile-fail tests for #[non_owned] and #[mutable] 2013-05-05 15:55:32 -04:00
name-clash-nullary-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
name-clash-nullary.rs test: Fix a bunch of compile-fail tests. rs=bustage 2012-12-28 19:36:35 -08:00
nested-ty-params.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
no-binary-float-literal.rs got rid of last empty lines 2013-02-06 17:43:14 +09:00
no-capture-arc.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
no-comment-balancing.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
no-hex-float-literal.rs got rid of last empty lines 2013-02-06 17:43:14 +09:00
no-reuse-move-arc.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
no-send-res-ports.rs librustc: Forbid destructors from being attached to any structs that might contain non-Owned fields. r=nmatsakis 2013-03-21 17:31:34 -07:00
noexporttypeexe.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
nolink-with-link-args.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
non-constant-expr-for-fixed-len-vec.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
non-constant-expr-for-vec-repeat.rs Add tests for const exprs in fixed vec length type and vec repeat. 2013-03-18 17:31:42 -07:00
non-copyable-void.rs librustc: Remove ptr::addr_of. 2013-04-29 14:30:53 -07:00
non-exhaustive-match-nested.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
non-exhaustive-match.rs Add support for destructuring vectors in match expressions 2012-12-17 16:50:40 -08:00
non_owned-enum.rs compile-fail tests for #[non_owned] and #[mutable] 2013-05-05 15:55:32 -04:00
non_owned-struct.rs compile-fail tests for #[non_owned] and #[mutable] 2013-05-05 15:55:32 -04:00
noncopyable-class.rs Remove uses of log 2013-03-11 23:19:42 -07:00
noncopyable-match-pattern.rs core: Move locks, atomic rc to unstable::sync 2013-05-13 12:13:56 -07:00
nonscalar-cast.rs Remove uses of log 2013-03-11 23:19:42 -07:00
not-a-pred.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
not-enough-arguments.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
not-utf8.bin Reject non-UTF-8 files when reading as str. Close #2918. 2012-07-25 15:34:18 -07:00
not-utf8.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
object-does-not-impl-trait.rs Make object types not implement associated trait. Fixes #5087. 2013-03-06 11:02:19 -05:00
obsolete-syntax.rs libsyntax: error on struct Foo {}. 2013-03-27 18:17:58 -07:00
occurs-check-3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
occurs-check.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
omitted-arg-in-item-fn.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
omitted-arg-wrong-types.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
once-fn-subtyping.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
or-patter-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
output-type-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
oversized-literal.rs Remove uses of log 2013-03-11 23:19:42 -07:00
packed-struct-generic-transmute.rs librustc: Rename reinterpret_cast to transmute_copy and remove the intrinsic 2013-04-29 14:30:53 -07:00
packed-struct-transmute.rs librustc: Rename reinterpret_cast to transmute_copy and remove the intrinsic 2013-04-29 14:30:53 -07:00
pat-ref-enum.rs Fix Option camel case in a compile-fail test 2013-01-25 19:42:24 -07:00
pat-shadow-in-nested-binding.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
pattern-error-continue.rs rustc: Make some typechecker errors non-fatal 2013-04-18 15:12:27 -07:00
pattern-tyvar-2.rs Make typechecker compositional 2013-03-20 19:44:38 -07:00
pattern-tyvar.rs Remove uses of log 2013-03-11 23:19:42 -07:00
pinned-deep-copy.rs librustc: Forbid destructors from being attached to any structs that might contain non-Owned fields. r=nmatsakis 2013-03-21 17:31:34 -07:00
pptypedef.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
prim-with-args.rs Remove @ast::Region and replace with @ast::Lifetime. 2013-03-09 19:43:59 -05:00
private-impl-method.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
private-item-simple.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
private-method-cross-crate.rs librustc: Enforce cross-crate method privacy 2013-02-28 11:32:26 -08:00
private-method-inherited.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
private-method.rs test: Use the new for protocol 2013-05-10 19:20:20 -04:00
private-struct-field-cross-crate.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
private-struct-field-ctor.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
private-struct-field-pattern.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
private-struct-field.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
private-variant.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
private_variant_2.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
qquote-1.rs Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00
qquote-2.rs Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00
recursive-enum.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
redundant-link-args.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
refutable-pattern-in-fn-arg.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
regions-addr-of-arg.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
regions-addr-of-self.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
regions-addr-of-upvar-self.rs librustc: Mark all type implementations public. rs=impl-publicity 2013-02-28 11:32:24 -08:00
regions-blk.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-bounds.rs refinement to technique used to not run regionck 2013-05-06 09:00:37 -04:00
regions-creating-enums.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
regions-creating-enums3.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
regions-creating-enums4.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
regions-escape-bound-fn-2.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
regions-escape-bound-fn.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
regions-escape-loop-via-variable.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
regions-escape-loop-via-vec.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
regions-escape-via-trait-or-not.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
regions-fn-bound.rs libsyntax: Stop parsing old lifetimes, except for the ones on data type declarations. 2013-03-18 17:21:15 -07:00
regions-fn-subtyping.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
regions-fns.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
regions-free-region-ordering-callee.rs Reason about nested free variables that appear in a function 2013-04-10 07:52:46 -07:00
regions-free-region-ordering-caller.rs Reason about nested free variables that appear in a function 2013-04-10 07:52:46 -07:00
regions-freevar.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-glb-free-free.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
regions-in-consts.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
regions-in-enums.rs test: Fix tests 2013-03-26 22:45:22 -07:00
regions-in-structs.rs test: Fix botched error message in compile-fail test 2013-03-26 23:31:56 -07:00
regions-in-type-items.rs test: Fix tests 2013-03-26 22:45:22 -07:00
regions-infer-at-fn-not-param.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
regions-infer-borrow-scope-too-big.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
regions-infer-borrow-scope-within-loop.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
regions-infer-call-3.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
regions-infer-contravariance-due-to-immutability.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
regions-infer-contravariance-due-to-ret.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
regions-infer-covariance-due-to-arg.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
regions-infer-invariance-due-to-arg-and-ret.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
regions-infer-invariance-due-to-mutability-1.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
regions-infer-invariance-due-to-mutability-2.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
regions-infer-invariance-due-to-mutability-3.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
regions-infer-invariance-due-to-mutability-4.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
regions-infer-invariance-due-to-mutability.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
regions-infer-not-param.rs Remove @ast::Region and replace with @ast::Lifetime. 2013-03-09 19:43:59 -05:00
regions-infer-paramd-indirect.rs tests: changes in response to #5656 2013-04-10 17:32:03 -07:00
regions-infer-paramd-method.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
regions-infer-region-in-fn-but-not-type.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
regions-nested-fns-2.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
regions-nested-fns.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
regions-out-of-scope-slice.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-ret-borrowed-1.rs refinement to technique used to not run regionck 2013-05-06 09:00:37 -04:00
regions-ret-borrowed.rs refinement to technique used to not run regionck 2013-05-06 09:00:37 -04:00
regions-ret.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
regions-steal-closure.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
regions-trait-1.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
regions-trait-2.rs Reason about nested free variables that appear in a function 2013-04-10 07:52:46 -07:00
regions-trait-3.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
regions-var-type-out-of-scope.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
repeat-to-run-dtor-twice.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
repeat_count.rs Report error for non constant vector repeat count 2013-02-25 00:21:03 +09:00
reserved-be.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
resolve-inconsistent-binding-mode.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
resolve-inconsistent-names.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
ret-non-nil.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
return-in-block-function.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
selftype-traittype.rs Refactor so that references to traits are not represented using a type with a 2013-04-05 05:36:02 -04:00
sendfn-is-not-a-lambda.rs Remove uses of log 2013-03-11 23:19:42 -07:00
seq-args.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
simd-type.rs Add SIMD vector type tests 2013-05-07 23:35:33 +09:00
spawn-non-nil-fn.rs test: Remove fn@, fn~, and fn& from the test suite. rs=defun 2013-03-02 18:47:47 -08:00
static-method-privacy.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
static-region-bound.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
staticness-mismatch.rs tests: changes in response to #5656 2013-04-10 17:32:03 -07:00
struct-fields-dupe.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
struct-fields-missing.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
struct-fields-too-many.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
struct-like-enum-nonexhaustive.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
struct-no-fields.rs back-ticks 2013-05-09 15:46:32 +02:00
super-at-top-level.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
suppressed-error.rs rustc: Don't call type_error_message() with ty_err as the expected type 2013-05-11 17:51:00 -07:00
sync-cond-shouldnt-escape.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
sync-rwlock-cond-shouldnt-escape.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
sync-rwlock-read-mode-shouldnt-escape.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
sync-rwlock-write-mode-cond-shouldnt-escape.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
sync-rwlock-write-mode-shouldnt-escape.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tag-that-dare-not-speak-its-name.rs Remove re-exports from libcore/core.rc 2013-05-13 18:51:40 -04:00
tag-type-args.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
tag-variant-cast-non-nullary.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tag-variant-disr-dup.rs rustc: Fix the logic for finding the Android main function 2013-05-08 12:03:15 -07:00
tag-variant-disr-non-nullary.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tag-variant-disr-type-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tail-typeck.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
terr-in-field.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
terr-sorts.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
test-cfg.rs more back-ticks, less colons 2013-05-10 23:34:20 +02:00
trait-impl-can-not-have-untraitful-methods.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-impl-different-num-params.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
trait-impl-method-mismatch.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
trait-inheritance-missing-requirement.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
trait-keyword.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
trait-or-new-type-instead.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-test-2.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
trait-test.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
tuple-struct-nonexhaustive.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
tutorial-suffix-inference-test.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
type-arg-out-of-scope.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
type-mismatch-multiple.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
type-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
type-recursive.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
type-shadow.rs refinement to technique used to not run regionck 2013-05-06 09:00:37 -04:00
unbalanced-doublequote.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
uninhabited-enum-cast.rs librustc: Make uninhabited enums not castable to int 2013-05-02 18:41:57 -07:00
unique-object-noncopyable.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
unique-pinned-nocopy.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unique-unique-kind.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
unique-vec-res.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
unop-neg-bool.rs Let type_is_integral return false for bool type 2013-02-04 23:01:47 +09:00
unreachable-arm.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unreachable-code.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unresolved-import.rs compile-fail test for new unresolved import error 2013-05-09 20:15:27 -04:00
unsafe-fn-assign-deref-ptr.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unsafe-fn-autoderef.rs xfail broken tests 2013-01-07 18:05:18 -08:00
unsafe-fn-called-from-safe.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unsafe-fn-deref-ptr.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unsafe-fn-used-as-value.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unsendable-class.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
unsupported-cast.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unused-imports-warn.rs Removing unused imports 2013-03-28 23:56:46 -04:00
unused-mut-variables.rs Implement a lint mode to deal with unused 'mut' variables 2013-04-20 21:02:38 -04:00
unused-unsafe.rs libsyntax: Remove extern mod foo { ... } from the language. 2013-05-12 16:33:15 -07:00
use-after-move-based-on-type.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
use-after-move-self-based-on-type.rs librustc: Make self and static into keywords 2013-05-12 16:35:18 -07:00
use-after-move-self.rs librustc: Make self and static into keywords 2013-05-12 16:35:18 -07:00
use-meta-dup.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
use-meta-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
use-meta.rc Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
vec-add.rs libcore: Change [const T] to const [T] everywhere 2013-03-26 21:29:33 -07:00
vec-field.rs Remove uses of log 2013-03-11 23:19:42 -07:00
vec-res-add.rs Remove uses of log 2013-03-11 23:19:42 -07:00
vector-no-ann.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
view-items-at-top.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
vtable-res-trait-param.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
warn-ctypes-err-attr.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
warn-ctypes.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
warn-foreign-int-types.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
warn-path-statement.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
while-type-error.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
writing-to-immutable-vec.rs new borrow checker (mass squash) 2013-04-30 06:59:32 -04:00
wrong-ret-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
xc-private-method.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00