rust/src/test/compile-fail
Kiet Tran 1d99d37f87 Visit type parameter in lifetime suggestion
Previously, Rebuilder did not visit type parameters when rebuilding
generics and path, so in some cases the suggestion turns out to be
erroneous.
2014-03-26 19:13:30 -04:00
..
mod_file_disambig_aux Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
access-mode-in-closures.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
ambig_impl_2_exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
ambig_impl_bounds.rs
ambig_impl_unify.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
ambig-default-method.rs
arg-count-mismatch.rs
arg-type-mismatch.rs
asm-gated.rs
asm-in-bad-modifier.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
asm-misplaced-option.rs test: Fix android tests 2014-03-18 09:20:07 -07:00
asm-out-assign-imm.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
asm-out-no-modifier.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
asm-out-read-uninit.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
assign-imm-local-twice.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
assign-to-method.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
assignment-operator-unimplemented.rs more backticks 2014-01-12 10:35:10 +01:00
attempted-access-non-fatal.rs
attr-bad-crate-attr.rc
attr-bad-meta.rs
attr-before-ext.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
attr-before-let.rs
attr-before-stmt.rs
attr-dangling-in-fn.rs
attr-dangling-in-mod.rs
attr.rs syntax: Tidy up parsing the new attribute syntax 2014-03-20 18:51:52 -07:00
attrs-after-extern-mod.rs Remove remaining nolink usages.(fixes #12810) 2014-03-12 15:01:25 -07:00
auto-ref-slice-plus-ref.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
autoderef-full-lval.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
bad-bang-ann-3.rs
bad-bang-ann.rs
bad-char-literals2.rs
bad-char-literals3.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
bad-char-literals4.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
bad-char-literals.rs
bad-const-type.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
bad-crate-id.rs rustc: Add the concept of a Strict Version Hash 2014-02-28 10:48:04 -08:00
bad-env-capture2.rs
bad-env-capture3.rs
bad-env-capture.rs
bad-expr-lhs.rs
bad-expr-path2.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
bad-expr-path.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
bad-extern-link-attrs.rs
bad-main.rs
bad-match.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
bad-method-typaram-kind.rs
bad-mid-path-type-params.rs rustc: Streamline error messages for i18n, using plural whenever possible. 2014-03-04 16:41:57 +09:00
bad-module.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
bad-name.rs
bad-type-env-capture.rs
bad-value-ident-false.rs
bad-value-ident-true.rs
bang-tailexpr.rs
bind-by-move-neither-can-live-while-the-other-survives-1.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
bind-by-move-neither-can-live-while-the-other-survives-2.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
bind-by-move-neither-can-live-while-the-other-survives-3.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
bind-by-move-neither-can-live-while-the-other-survives-4.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
bind-by-move-no-guards.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
bind-by-move-no-sub-bindings.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
bind-struct-early-modifiers.rs
binop-bitxor-str.rs more backticks 2014-01-12 10:35:10 +01:00
binop-logic-float.rs more backticks 2014-01-12 10:35:10 +01:00
binop-logic-int.rs more backticks 2014-01-12 10:35:10 +01:00
binop-mul-bool.rs more backticks 2014-01-12 10:35:10 +01:00
binop-typeck.rs more backticks 2014-01-12 10:35:10 +01:00
block-coerce-no-2.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
block-coerce-no.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
block-must-not-have-result-do.rs
block-must-not-have-result-res.rs
block-must-not-have-result-while.rs
bogus-tag.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-and-init.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-anon-fields-struct.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
borrowck-anon-fields-tuple.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
borrowck-anon-fields-variant.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
borrowck-assign-comp-idx.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
borrowck-assign-comp.rs
borrowck-assign-to-andmut-in-aliasable-loc.rs
borrowck-assign-to-andmut-in-borrowed-loc.rs
borrowck-assign-to-constants.rs
borrowck-auto-mut-ref-to-immut-var.rs
borrowck-autoref-3261.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
borrowck-bad-nested-calls-free.rs
borrowck-bad-nested-calls-move.rs
borrowck-block-unint.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-borrow-from-owned-ptr.rs
borrowck-borrow-from-stack-variable.rs
borrowck-borrow-from-temporary.rs Update years on more license headers 2014-01-17 10:18:39 -05:00
borrowck-borrow-mut-base-ptr-in-aliasable-loc.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
borrowck-borrow-mut-object-twice.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
borrowck-borrow-overloaded-auto-deref-mut.rs compile-fail: Beef up borrowck test to include some scenarios where we borrow mutably twice in a row 2014-03-13 14:21:46 +02:00
borrowck-borrow-overloaded-auto-deref.rs Region + borrow checker support and tests for overloaded autoderef. 2014-03-13 14:21:46 +02:00
borrowck-borrow-overloaded-deref-mut.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
borrowck-borrow-overloaded-deref.rs Allow overloading explicit dereferences. 2014-03-05 00:26:51 +02:00
borrowck-borrowed-uniq-rvalue-2.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
borrowck-borrowed-uniq-rvalue.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
borrowck-break-uninit-2.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-break-uninit.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-call-method-from-mut-aliasable.rs
borrowck-call-sendfn.rs Reenable some ignored test cases 2014-02-12 20:23:45 +01:00
borrowck-closures-mut-and-imm.rs test -- add new tests specifically examining closure borrows 2014-02-11 16:55:25 -05:00
borrowck-closures-mut-of-imm.rs test -- add new tests specifically examining closure borrows 2014-02-11 16:55:25 -05:00
borrowck-closures-two-mut.rs test -- add new tests specifically examining closure borrows 2014-02-11 16:55:25 -05:00
borrowck-closures-unique.rs test -- add new tests specifically examining closure borrows 2014-02-11 16:55:25 -05:00
borrowck-closures-use-after-free.rs test -- add new tests specifically examining closure borrows 2014-02-11 16:55:25 -05:00
borrowck-forbid-static-unsafe-interior.rs rustc: Completely forbid borrows of unsafe statics 2014-03-24 18:04:10 +01:00
borrowck-if-no-else.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-if-with-else.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs
borrowck-init-in-called-fn-expr.rs borrowck: classify expressions as assignees, uses or both 2014-03-09 23:23:28 +08:00
borrowck-init-in-fn-expr.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-init-in-fru.rs borrowck: classify expressions as assignees, uses or both 2014-03-09 23:23:28 +08:00
borrowck-init-op-equal.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
borrowck-init-plus-equal.rs borrowck: classify expressions as assignees, uses or both 2014-03-09 23:23:28 +08:00
borrowck-insert-during-each.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
borrowck-issue-2657-1.rs
borrowck-issue-2657-2.rs
borrowck-lend-flow-if.rs
borrowck-lend-flow-loop.rs Remove Times trait 2014-01-30 14:52:25 +11:00
borrowck-lend-flow-match.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
borrowck-lend-flow.rs
borrowck-loan-blocks-move-cc.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-loan-blocks-move.rs
borrowck-loan-blocks-mut-uniq.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
borrowck-loan-in-overloaded-op.rs Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
borrowck-loan-local-as-both-mut-and-imm.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
borrowck-loan-rcvr-overloaded-op.rs test: Get rid of some @muts in borrow check tests 2014-01-03 14:02:01 -08:00
borrowck-loan-rcvr.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
borrowck-loan-vec-content.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
borrowck-match-binding-is-assignment.rs Match binding is assignment 2014-02-24 21:22:27 -08:00
borrowck-move-by-capture.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
borrowck-move-from-subpath-of-borrowed-path.rs Add test and close #8893 2014-02-16 00:00:38 +01:00
borrowck-move-from-unsafe-ptr.rs
borrowck-move-in-irrefut-pat.rs adjust to currently used style 2014-02-19 22:38:15 +01:00
borrowck-move-moved-value-into-closure.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
borrowck-move-mut-base-ptr.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
borrowck-move-out-of-overloaded-auto-deref.rs Region + borrow checker support and tests for overloaded autoderef. 2014-03-13 14:21:46 +02:00
borrowck-move-out-of-overloaded-deref.rs Allow overloading explicit dereferences. 2014-03-05 00:26:51 +02:00
borrowck-move-out-of-static-item.rs Forbid moves out of static items Closes #10577 2014-02-27 09:24:17 +01:00
borrowck-move-out-of-struct-with-dtor.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
borrowck-move-out-of-tuple-struct-with-dtor.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
borrowck-move-out-of-vec-tail.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
borrowck-move-subcomponent.rs librustc: Check restrictions on all subcomponents of a path when moving 2014-01-10 19:01:51 -08:00
borrowck-mut-addr-of-imm-var.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-mut-borrow-of-mut-base-ptr.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
borrowck-mut-slice-of-imm-vec.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
borrowck-no-cycle-in-exchange-heap.rs
borrowck-object-lifetime.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
borrowck-object-mutability.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
borrowck-or-init.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-pat-reassign-binding.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
borrowck-reborrow-from-mut.rs
borrowck-reborrow-from-shorter-lived-andmut.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
borrowck-ref-into-rvalue.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
borrowck-ref-mut-of-imm.rs
borrowck-report-with-custom-diagnostic.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
borrowck-return.rs borrowck: classify expressions as assignees, uses or both 2014-03-09 23:23:28 +08:00
borrowck-struct-update-with-dtor.rs Replace NonCopyable usage with NoPod 2014-02-04 00:15:27 +01:00
borrowck-swap-mut-base-ptr.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
borrowck-unary-move.rs
borrowck-uninit-after-item.rs borrowck: classify expressions as assignees, uses or both 2014-03-09 23:23:28 +08:00
borrowck-uninit-in-assignop.rs borrowck: classify expressions as assignees, uses or both 2014-03-09 23:23:28 +08:00
borrowck-uninit.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-uniq-via-lend.rs
borrowck-use-in-index-lvalue.rs borrowck: classify expressions as assignees, uses or both 2014-03-09 23:23:28 +08:00
borrowck-vec-pattern-element-loan.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
borrowck-vec-pattern-loan-from-mut.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
borrowck-vec-pattern-move-tail.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
borrowck-vec-pattern-nesting.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
borrowck-vec-pattern-tail-element-loan.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
borrowck-while-break.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
borrowck-while-cond.rs borrowck: classify expressions as assignees, uses or both 2014-03-09 23:23:28 +08:00
borrowck-while.rs borrowck: classify expressions as assignees, uses or both 2014-03-09 23:23:28 +08:00
box-static-bound.rs Update users for the std::rand -> librand move. 2014-03-12 11:31:43 +11:00
break-outside-loop.rs
builtin-superkinds-double-superkind.rs Replace Freeze bounds with Share bounds 2014-03-20 10:16:55 +01:00
builtin-superkinds-in-metadata.rs test: Remove Freeze / NoFreeze from tests 2014-03-22 15:47:34 +01:00
builtin-superkinds-self-type.rs Replace Freeze bounds with Share bounds 2014-03-20 10:16:55 +01:00
builtin-superkinds-simple.rs test: Remove Freeze / NoFreeze from tests 2014-03-22 15:47:34 +01:00
builtin-superkinds-typaram-not-send.rs Replace Freeze bounds with Share bounds 2014-03-20 10:16:55 +01:00
by-move-pattern-binding.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
call-extern-trait-as-function.rs
cant-implement-builtin-kinds.rs Replace Freeze bounds with Share bounds 2014-03-20 10:16:55 +01:00
capture1.rs
cast-as-bool.rs
cast-from-nil.rs
cast-to-bare-fn.rs
cast-to-nil.rs
cast-vector-to-unsafe-nonstatic.rs
changing-crates.rs rustc: Add the concept of a Strict Version Hash 2014-02-28 10:48:04 -08:00
check-static-immutable-mut-slices.rs rustc: Move mut slice check to check_static 2014-03-06 22:50:39 +01:00
check-static-values-constraints.rs Allow static items that don't fulfill Freeze 2014-03-20 10:17:28 +01:00
circular_modules_hello.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
circular_modules_main.rs
class-cast-to-trait.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
class-implements-bad-trait.rs
class-method-missing.rs
class-missing-self.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
cleanup-rvalue-scopes-cf.rs Update years on more license headers 2014-01-17 10:18:39 -05:00
closure-bounds-cant-promote-superkind-in-struct.rs
closure-bounds-not-builtin.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
closure-bounds-static-cant-capture-borrowed.rs
closure-bounds-subtype.rs test: Remove Freeze / NoFreeze from tests 2014-03-22 15:47:34 +01:00
closure-reform-bad.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
closure-that-fails.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-bare-fn-to-closure-and-proc.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
coerce-unsafe-to-closure.rs Forbid coercing unsafe functions to closures 2014-01-16 12:20:59 -08:00
coherence_inherent_cc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
coherence_inherent.rs
column-offset-1-based.rs syntax: Tidy up parsing the new attribute syntax 2014-03-20 18:51:52 -07:00
comm-not-freeze.rs Replace Freeze bounds with Share bounds 2014-03-20 10:16:55 +01:00
concat.rs
conflicting-implementations-aux.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
conflicting-implementations.rs
const-cast-different-types.rs
const-cast-wrong-type.rs
const-recursive.rs
copy-a-resource.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
core-tls-store-pointer.rs 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
crateresolve1.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
crateresolve2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
crateresolve5.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
dead-code-ret.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
deref-non-pointer.rs
deriving-meta-unknown-trait.rs
deriving-no-inner-impl-error-message.rs syntax: make deriving have slightly less cryptic error messages. 2014-01-28 11:07:45 +11:00
deriving-primitive.rs
deriving-span-Clone-enum-struct-variant.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Clone-enum.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Clone-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Clone-tuple-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Default-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Default-tuple-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Eq-enum-struct-variant.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Eq-enum.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Eq-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Eq-tuple-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Hash-enum-struct-variant.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Hash-enum.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Hash-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Hash-tuple-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Ord-enum-struct-variant.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Ord-enum.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Ord-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Ord-tuple-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Rand-enum-struct-variant.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Rand-enum.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Rand-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Rand-tuple-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Show-enum-struct-variant.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Show-enum.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Show-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Show-tuple-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-TotalEq-enum-struct-variant.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-TotalEq-enum.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-TotalEq-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-TotalEq-tuple-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-TotalOrd-enum-struct-variant.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-TotalOrd-enum.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-TotalOrd-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-TotalOrd-tuple-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Zero-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
deriving-span-Zero-tuple-struct.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
disallowed-deconstructing-destructing-struct-let.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
disallowed-deconstructing-destructing-struct-match.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
does-nothing.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
drop-on-non-struct.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
dup-struct-enum-struct-variant.rs
duplicate-visibility.rs
elided-test.rs
empty-impl-semicolon.rs Remove the obsolete handler for impl A;. 2014-01-31 21:43:09 -08:00
empty-linkname.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
enum-discrim-too-small.rs
enum-in-scope.rs
enums-pats-not-idents.rs rustc: disallow trailing parentheses for nullary enum variants 2014-03-17 12:11:22 +01:00
estr-subtyping.rs test: Remove @str from the test suite 2014-02-02 01:44:49 +11:00
eval-enum.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
explicit-call-to-dtor.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
explicit-call-to-supertrait-dtor.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
export2.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
export-fully-qualified.rs
export-import.rs
export-tag-variant.rs
export.rs
ext-nonexistent.rs
extenv-arg-2-not-string-literal.rs
extenv-no-args.rs
extenv-not-defined-custom.rs
extenv-not-defined-default.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
extenv-not-string-literal.rs
extenv-too-many-args.rs
extern-expected-fn-or-brace.rs Replace extern mod with extern crate 2014-02-13 20:52:16 +01:00
extern-foreign-crate.rs Replace extern mod with extern crate 2014-02-13 20:52:16 +01:00
extern-main-fn.rs
extern-no-fn.rs
extern-wrong-value-type.rs
extoption_env-no-args.rs
extoption_env-not-string-literal.rs
extoption_env-too-many-args.rs
fail-simple.rs
float-literal-inference-restrictions.rs
fn-bad-block-type.rs
fn-compare-mismatch.rs more backticks 2014-01-12 10:35:10 +01:00
fn-variance-1.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
foreign-unsafe-fn-called.rs
forget-init-unsafe.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
fully-qualified-type-name1.rs
fully-qualified-type-name2.rs
fully-qualified-type-name3.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
fully-qualified-type-name4.rs
functional-struct-update-noncopyable.rs test: Update all tests with the sync changes 2014-03-24 17:17:46 -07:00
future_not_copyable.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
gated-bad-feature.rs
gated-default-type-param-usage.rs Gate default type parameter overrides. 2014-02-24 22:45:31 +02:00
gated-default-type-params.rs Implement default type parameters in generics. 2014-01-30 19:28:41 +02:00
gated-glob-imports.rs
gated-macro_registrar.rs Load macros from external modules 2014-01-16 15:01:48 -08:00
gated-macro-rules.rs
gated-non-ascii-idents.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
gated-phase.rs Add a Travis-CI configuration for the repo 2014-02-20 21:43:25 -08:00
gated-simd.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
gated-struct-enums.rs
gated-trace_macros.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
generic-extern.rs Forbid use of generics with foreign functions. Closes #10353. 2014-02-17 18:52:11 +13:00
generic-impl-less-params-with-defaults.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
generic-impl-more-params-with-defaults.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
generic-non-trailing-defaults.rs Implement default type parameters in generics. 2014-01-30 19:28:41 +02:00
generic-type-less-params-with-defaults.rs Implement default type parameters in generics. 2014-01-30 19:28:41 +02:00
generic-type-more-params-with-defaults.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
generic-type-params-forward-mention.rs Substitute type params in default type params using them. 2014-02-02 12:54:22 +02:00
generic-type-params-name-repr.rs Substitute type params in default type params using them. 2014-02-02 12:54:22 +02:00
glob-resolve1.rs
hygienic-label-1.rs Make break and continue hygienic 2014-02-23 21:20:37 +08:00
hygienic-label-2.rs Make break and continue hygienic 2014-02-23 21:20:37 +08:00
hygienic-label-3.rs Make break and continue hygienic 2014-02-23 21:20:37 +08:00
hygienic-label-4.rs Make break and continue hygienic 2014-02-23 21:20:37 +08:00
if-branch-types.rs
if-typeck.rs
if-without-else-result.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
ifmt-bad-arg.rs
ifmt-bad-format-args2.rs
ifmt-bad-format-args.rs
ifmt-bad-plural.rs
ifmt-bad-select.rs
ifmt-unimpl.rs
ifmt-unknown-trait.rs
immut-function-arguments.rs
impl-bounds-checking.rs
impl-duplicate-methods.rs
implicit-method-bind.rs Remove Times trait 2014-01-30 14:52:25 +11:00
import2.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
import3.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
import4.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
import-from-missing.rs
import-from-path.rs
import-from-rename.rs
import-glob-0.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
import-glob-circular.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
import-glob-path.rs
import-glob-rename.rs
import-loop-2.rs
import-loop.rs
import.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
index_message.rs
infinite-autoderef.rs Introduce a common recursion limit for auto-dereference and monomorphization. 2014-03-13 14:21:45 +02:00
infinite-instantiation.rs Introduce a common recursion limit for auto-dereference and monomorphization. 2014-03-13 14:21:45 +02:00
infinite-tag-type-recursion.rs
infinite-vec-type-recursion.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
inner-static-type-parameter.rs
integer-literal-suffix-inference.rs
invalid-crate-type.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-897-2.rs Reenable some ignored test cases 2014-02-12 20:23:45 +01:00
issue-897.rs Reenable some ignored test cases 2014-02-12 20:23:45 +01:00
issue-1362.rs
issue-1448-2.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
issue-1476.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
issue-1655.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
issue-1697.rs
issue-1802-1.rs
issue-1802-2.rs
issue-1871.rs
issue-1900.rs
issue-1962.rs
issue-2063-resource.rs
issue-2063.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
issue-2111.rs
issue-2123.rs
issue-2149.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
issue-2150.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
issue-2151.rs
issue-2281-part1.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
issue-2330.rs backticks 2014-02-21 08:26:20 +01:00
issue-2354-1.rs
issue-2354.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
issue-2356.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-2478.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-2590.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
issue-2611-4.rs Replace Freeze bounds with Share bounds 2014-03-20 10:16:55 +01:00
issue-2611-5.rs
issue-2718-a.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-2823.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
issue-2848.rs
issue-2849.rs
issue-2937.rs
issue-2951.rs
issue-2995.rs
issue-3008-1.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-3008-2.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-3008-3.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-3021-b.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
issue-3021-c.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
issue-3021-d.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
issue-3021.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
issue-3036.rs
issue-3038.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
issue-3044.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
issue-3080.rs
issue-3096-1.rs
issue-3096-2.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
issue-3099-a.rs
issue-3099-b.rs
issue-3099.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
issue-3154.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
issue-3214.rs
issue-3344.rs create a sensible comparison trait hierarchy 2014-03-07 22:45:22 -05:00
issue-3477.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-3521-2.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
issue-3521.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
issue-3563.rs
issue-3601.rs
issue-3668-2.rs
issue-3668.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-3680.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-3702-2.rs
issue-3707.rs
issue-3763.rs
issue-3779.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-3820.rs more backticks 2014-01-12 10:35:10 +01:00
issue-3907.rs backticks 2014-02-21 08:26:20 +01:00
issue-3953.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
issue-3973.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
issue-3993-2.rs
issue-3993-3.rs
issue-3993.rs
issue-4265.rs
issue-4335.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
issue-4366-2.rs
issue-4366.rs
issue-4517.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-4523.rs
issue-4736.rs
issue-4935.rs
issue-4968.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-4972.rs backticks for syntax elements 2014-02-17 21:48:53 +01:00
issue-5035.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
issue-5060-fail.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
issue-5062.rs
issue-5099.rs
issue-5100.rs backticks for syntax elements 2014-02-17 21:48:53 +01:00
issue-5153.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
issue-5216.rs
issue-5239-1.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-5358-1.rs Remove std::either 2014-01-03 10:25:23 -08:00
issue-5439.rs
issue-5500-1.rs Reenable some ignored test cases 2014-02-12 20:23:45 +01:00
issue-5543.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-5544-a.rs
issue-5544-b.rs
issue-5806.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-5844.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-5883.rs
issue-5927.rs rustc: disallow trailing parentheses for nullary enum variants 2014-03-17 12:11:22 +01:00
issue-6458-1.rs
issue-6458-2.rs
issue-6458-3.rs
issue-6458-4.rs
issue-6458.rs
issue-6596.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-6610.rs
issue-6642.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
issue-6702.rs
issue-6738.rs test: Add some tests for closed issues 2014-03-06 10:45:08 -08:00
issue-6801.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
issue-6804.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-6977.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-7013.rs rustc: Remove all usage of manual deref() 2014-03-22 08:48:34 -07:00
issue-7044.rs
issue-7061.rs test: Add some tests for closed issues 2014-03-06 10:45:08 -08:00
issue-7246.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-7364.rs Closes #7364 Test case 2014-02-27 18:09:35 +01:00
issue-7573.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
issue-8153.rs rustc: disallow duplicate methods in trait impls 2014-03-18 13:47:42 -07:00
issue-8727.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
issue-9243.rs Closes #9243 Test case 2014-02-27 18:09:35 +01:00
issue-9575.rs Add test for sensible #[start] error message. 2014-01-31 21:43:09 -08:00
issue-9725.rs
issue-9814.rs test: single-variant enum can't be dereferenced 2014-02-24 21:22:27 -08:00
issue-9957.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-10392-2.rs Accept trailing commas in struct patterns 2013-12-19 09:29:41 -08:00
issue-10392.rs Accept trailing commas in struct patterns 2013-12-19 09:29:41 -08:00
issue-10401.rs test: Add some tests for closed issues 2014-03-06 10:45:08 -08:00
issue-10412.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
issue-10465.rs Fix leaking trait imports across modules 2014-01-07 23:51:37 -08:00
issue-10545.rs
issue-10636-1.rs
issue-10636-2.rs
issue-10656.rs
issue-10755.rs Consolidate codegen-related compiler flags 2014-02-10 00:50:39 -08:00
issue-10877.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
issue-11154.rs Consolidate codegen-related compiler flags 2014-02-10 00:50:39 -08:00
issue-11192.rs test: Add some tests for closed issues 2014-03-06 10:45:08 -08:00
issue-11593.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-11681.rs Add test case for issue #11681 2014-01-30 12:17:58 +01:00
issue-11692.rs syntax: allow trace_macros! and log_syntax! in item position. 2014-03-22 01:27:23 +11:00
issue-11873.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
issue-11908-1.rs Re-work loading crates with nicer errors 2014-02-20 17:48:32 -08:00
issue-11908-2.rs Re-work loading crates with nicer errors 2014-02-20 17:48:32 -08:00
issue-11925.rs test: Add some tests for closed issues 2014-03-06 10:45:08 -08:00
issue-12133-1.rs Tweak how preference factors into linkage 2014-02-19 08:33:08 -08:00
issue-12133-2.rs Tweak how preference factors into linkage 2014-02-19 08:33:08 -08:00
issue-12133-3.rs Tweak how preference factors into linkage 2014-02-19 08:33:08 -08:00
issue-12560-1.rs rustc: disallow trailing parentheses for nullary enum variants 2014-03-17 12:11:22 +01:00
issue-12560-2.rs rustc: disallow trailing parentheses for nullary enum variants 2014-03-17 12:11:22 +01:00
issue-12997-1.rs rustc: test: don't silently ignore bad benches 2014-03-18 13:47:50 -07:00
issue-12997-2.rs rustc: test: don't silently ignore bad benches 2014-03-18 13:47:50 -07:00
keyword-as-as-identifier.rs
keyword-break-as-identifier.rs
keyword-do-as-identifier.rs Reserve do as a keyword 2014-02-11 00:19:27 +01:00
keyword-else-as-identifier.rs
keyword-enum-as-identifier.rs
keyword-extern-as-identifier.rs
keyword-false-as-identifier.rs
keyword-fn-as-identifier.rs
keyword-for-as-identifier.rs
keyword-if-as-identifier.rs
keyword-impl-as-identifier.rs
keyword-let-as-identifier.rs
keyword-loop-as-identifier.rs
keyword-match-as-identifier.rs
keyword-mod-as-identifier.rs
keyword-mut-as-identifier.rs
keyword-priv-as-identifier.rs
keyword-pub-as-identifier.rs
keyword-ref-as-identifier.rs
keyword-return-as-identifier.rs
keyword-self-as-identifier.rs
keyword-static-as-identifier.rs
keyword-struct-as-identifier.rs
keyword-super-as-identifier.rs
keyword-super.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
keyword-trait-as-identifier.rs
keyword-true-as-identifier.rs
keyword-type-as-identifier.rs
keyword-typeof.rs
keyword-unsafe-as-identifier.rs
keyword-use-as-identifier.rs
keyword-while-as-identifier.rs
keyword.rs
kindck-destructor-owned.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
kindck-nonsendable-1.rs
kindck-owned-trait-contains.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
kindck-pod.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
kindck-send.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
lex-bad-fp-base-1.rs Tighten up float literal lexing. 2014-01-11 14:21:59 -05:00
lex-bad-fp-base-2.rs Tighten up float literal lexing. 2014-01-11 14:21:59 -05:00
lex-bad-fp-base-3.rs Tighten up float literal lexing. 2014-01-11 14:21:59 -05:00
lex-bad-fp-base-4.rs Tighten up float literal lexing. 2014-01-11 14:21:59 -05:00
lex-bad-fp-base-5.rs Tighten up float literal lexing. 2014-01-11 14:21:59 -05:00
lex-bad-fp-base-6.rs Tighten up float literal lexing. 2014-01-11 14:21:59 -05:00
lex-bad-fp-base-7.rs Tighten up float literal lexing. 2014-01-11 14:21:59 -05:00
lex-bad-fp-base-8.rs Tighten up float literal lexing. 2014-01-11 14:21:59 -05:00
lex-bad-fp-base-9.rs Tighten up float literal lexing. 2014-01-11 14:21:59 -05:00
lex-bad-fp-lit.rs
lex-hex-float-lit.rs
lex-illegal-num-char-escape-2.rs
lex-illegal-num-char-escape.rs
lex-int-lit-too-large-2.rs
lex-int-lit-too-large.rs
lex-no-valid-digits-2.rs
lex-no-valid-digits.rs
lex-unknown-char-escape.rs
lex-unknown-start-tok.rs
lex-unknown-str-escape.rs
lex-unterminated-char-const.rs
lifetime-inference-give-expl-lifetime-param-2.rs Visit type parameter in lifetime suggestion 2014-03-26 19:13:30 -04:00
lifetime-inference-give-expl-lifetime-param.rs Visit type parameter in lifetime suggestion 2014-03-26 19:13:30 -04:00
lifetime-no-keyword.rs
lifetime-obsoleted-self.rs
linkage1.rs rustc: Support various flavors of linkages 2014-03-11 08:25:42 -07:00
linkage2.rs rustc: Support various flavors of linkages 2014-03-11 08:25:42 -07:00
linkage3.rs rustc: Support various flavors of linkages 2014-03-11 08:25:42 -07:00
lint-allocation.rs
lint-change-warnings.rs
lint-ctypes-enum.rs
lint-ctypes.rs Remove remaining nolink usages.(fixes #12810) 2014-03-12 15:01:25 -07:00
lint-dead-code-1.rs rustc: implement a lint for publicly visible private types. 2014-03-01 00:11:56 +11:00
lint-dead-code-2.rs
lint-dead-code-3.rs Changed NonCamelCaseTypes lint to warn by default 2014-02-21 08:11:52 +01:00
lint-deprecated-owned-vector.rs rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00
lint-heap-memory.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
lint-impl-fn.rs
lint-managed-heap-memory.rs
lint-misplaced-attr.rs
lint-missing-doc.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
lint-non-camel-case-types.rs
lint-non-uppercase-statics.rs
lint-obsolete-attr.rs
lint-output-format.rs
lint-owned-heap-memory.rs
lint-qualification.rs
lint-stability.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
lint-type-limits.rs
lint-type-overflow.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
lint-unknown-attr.rs
lint-unknown-feature.rs
lint-unnecessary-casts.rs Add lint for unnecessary casts 2014-01-06 21:28:49 +01:00
lint-unnecessary-parens.rs Warn about unnecessary parentheses upon assignment 2014-02-22 16:32:48 +01:00
lint-unsafe-block.rs
lint-unused-import-tricky-globs.rs
lint-unused-import-tricky-names.rs Changed NonCamelCaseTypes lint to warn by default 2014-02-21 08:11:52 +01:00
lint-unused-imports.rs rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00
lint-unused-mut-self.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
lint-unused-mut-variables.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
lint-unused-unsafe.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
lint-uppercase-variables.rs Emit the uppercase variable lint for struct fields that have names with uppercase characters 2014-03-05 00:22:19 -05:00
lint-visible-private-types.rs rustc: implement a lint for publicly visible private types. 2014-03-01 00:11:56 +11:00
liveness-assign-imm-local-in-loop.rs
liveness-assign-imm-local-in-op-eq.rs
liveness-assign-imm-local-with-init.rs
liveness-bad-bang-2.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
liveness-closure-require-ret.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
liveness-dead.rs
liveness-forgot-ret.rs
liveness-issue-2163.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
liveness-missing-ret2.rs
liveness-move-call-arg.rs
liveness-move-in-loop.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
liveness-move-in-while.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
liveness-return-last-stmt-semi.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
liveness-unused.rs borrowck: classify expressions as assignees, uses or both 2014-03-09 23:23:28 +08:00
liveness-use-after-move.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
liveness-use-after-send.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
log-syntax-gate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
loop-as-continue.rs
loop-does-not-diverge.rs
lub-if.rs
lub-match.rs
macro-bad-delimiter-ident.rs syntax: allow stmt/expr macro invocations to be delimited by {}. 2014-02-24 21:22:27 -08:00
macro-crate-unexported-macro.rs test: Ignore some phase(syntax) tests 2014-03-02 14:39:34 -08:00
macro-crate-unknown-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
macro-incomplete-parse.rs
macro-inner-attributes.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
macro-local-data-key-priv.rs
macro-mismatched-delim-brace-paren.rs syntax: allow stmt/expr macro invocations to be delimited by {}. 2014-02-24 21:22:27 -08:00
macro-mismatched-delim-paren-brace.rs syntax: allow stmt/expr macro invocations to be delimited by {}. 2014-02-24 21:22:27 -08:00
macro-outer-attributes.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
macro-with-seps-err-msg.rs
macros-nonfatal-errors.rs Feature gate trace_macros. 2014-01-27 09:02:22 -05:00
main-wrong-location.rs
main-wrong-type-2.rs
main-wrong-type.rs
map-types.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
marker-no-pod.rs Introduce marker types for indicating variance and for opting out 2014-01-31 21:18:48 -05:00
marker-no-send.rs Introduce marker types for indicating variance and for opting out 2014-01-31 21:18:48 -05:00
marker-no-share.rs Replace Freeze bounds with Share bounds 2014-03-20 10:16:55 +01:00
match-arrows-block-then-binop.rs
match-ill-type1.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
match-ill-type2.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
match-join.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
match-non-exhaustive.rs
match-pattern-field-mismatch-2.rs
match-pattern-field-mismatch.rs
match-range-fail-dominate.rs
match-range-fail.rs
match-static-const-lc.rs
match-struct.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
match-tag-nullary.rs
match-tag-unary.rs
match-vec-fixed.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
match-vec-invalid.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
match-vec-mismatch-2.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
match-vec-mismatch.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
match-vec-unreachable.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
method-missing-call.rs Asked if missing (), then asks about an anonymous function. Also added test. 2014-03-16 16:46:02 -04:00
minus-string.rs
missing-derivable-attr.rs
missing-main.rs
missing-return.rs
mod_file_aux.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_file_correct_spans.rs
mod_file_disambig_aux.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_file_disambig.rs
mod_file_not_exist.rs
mod_file_with_path_attr.rs
moves-based-on-type-access-to-field.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
moves-based-on-type-block-bad.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
moves-based-on-type-capture-clause-bad.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
moves-based-on-type-cyclic-types-issue-4821.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
moves-based-on-type-distribute-copy-over-paren.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
moves-based-on-type-exprs.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
moves-based-on-type-match-bindings.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
moves-based-on-type-move-out-of-closure-env-issue-1965.rs
moves-based-on-type-no-recursive-stack-closure.rs
moves-based-on-type-tuple.rs
moves-sru-moved-field.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
multiline-comment-line-tracking.rs
multiple-macro-registrars.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
multiple-main-2.rs
multiple-main-3.rs
multitrait.rs
mut-cant-alias.rs test: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00
mut-not-freeze.rs Replace Freeze bounds with Share bounds 2014-03-20 10:16:55 +01:00
mut-patterns.rs
mut-ptr-cant-outlive-ref.rs test: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00
mutable-class-fields-2.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
mutable-class-fields.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
mutable-enum-indirect.rs test: Remove Freeze / NoFreeze from tests 2014-03-22 15:47:34 +01:00
name-clash-nullary-2.rs
name-clash-nullary.rs
nested-ty-params.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
new-box-syntax-bad.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
no_crate_type.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
no_send-enum.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
no_send-rc.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
no_send-struct.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
no_share-enum.rs Replace Freeze bounds with Share bounds 2014-03-20 10:16:55 +01:00
no_share-rc.rs Replace Freeze bounds with Share bounds 2014-03-20 10:16:55 +01:00
no_share-struct.rs Replace Freeze bounds with Share bounds 2014-03-20 10:16:55 +01:00
no-binary-float-literal.rs
no-capture-arc.rs test: Update all tests with the sync changes 2014-03-24 17:17:46 -07:00
no-hex-float-literal.rs
no-implicit-prelude-nested.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
no-implicit-prelude.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
no-oct-float-literal.rs
no-reuse-move-arc.rs test: Update all tests with the sync changes 2014-03-24 17:17:46 -07:00
no-send-res-ports.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
no-unsafe-self.rs
noexporttypeexe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
nolink-with-link-args.rs Remove remaining nolink usages.(fixes #12810) 2014-03-12 15:01:25 -07:00
non-constant-enum-for-vec-repeat.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
non-constant-expr-for-fixed-len-vec.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
non-constant-expr-for-vec-repeat.rs
non-copyable-void.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
non-exhaustive-match-nested.rs
non-exhaustive-match.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
non-str-meta.rs
noncopyable-class.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
nonscalar-cast.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
not-a-pred.rs
not-enough-arguments.rs
not-utf8.bin
not-utf8.rs
object-does-not-impl-trait.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
object-pointer-types.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
obsolete-syntax.rs Remove obsolete warnings for extern mod 2014-02-13 20:52:17 +01:00
obsolete-tuple-struct-deref.rs rustc: Add error about obsolete struct deref 2014-01-04 14:44:14 -08:00
occurs-check-3.rs
occurs-check.rs
omitted-arg-in-item-fn.rs
once-cant-call-twice-on-heap.rs test: Update all tests with the sync changes 2014-03-24 17:17:46 -07:00
once-cant-call-twice-on-stack.rs test: Update all tests with the sync changes 2014-03-24 17:17:46 -07:00
once-cant-move-out-of-non-once-on-stack.rs test: Update all tests with the sync changes 2014-03-24 17:17:46 -07:00
once-fn-subtyping.rs
or-patter-mismatch.rs
osx-frameworks.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
output-type-mismatch.rs
oversized-literal.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
owned-ptr-static-bound.rs rustc: Explicitly mention type params with missing 'static bounds 2014-02-27 02:14:46 +09:00
paamayim-nekudotayim.rs
packed-struct-generic-transmute.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
packed-struct-transmute.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
pat-ref-enum.rs
pat-shadow-in-nested-binding.rs
pattern-error-continue.rs
pattern-tyvar-2.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
pattern-tyvar.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
phase-syntax-doesnt-resolve.rs test: Ignore some phase(syntax) tests 2014-03-02 14:39:34 -08:00
pinned-deep-copy.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
pptypedef.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
prim-with-args.rs
priv-in-bad-locations.rs
privacy1.rs
privacy2.rs
privacy3.rs
privacy4.rs
privacy-ns1.rs Make priavcy checking aware that a use directive can point to two defintions (namespaces) with different privacy. Closes #4110 2014-02-19 14:47:10 +13:00
privacy-ns2.rs Make priavcy checking aware that a use directive can point to two defintions (namespaces) with different privacy. Closes #4110 2014-02-19 14:47:10 +13:00
private_variant_2.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
private-impl-method.rs
private-item-simple.rs
private-method-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
private-method-inherited.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
private-method.rs
private-struct-field-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
private-struct-field-ctor.rs
private-struct-field-pattern.rs
private-struct-field.rs
private-variant-xc.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
private-variant.rs
proc-bounds.rs test: Remove Freeze / NoFreeze from tests 2014-03-22 15:47:34 +01:00
qquote-1.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
qquote-2.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
raw-str-delim.rs
raw-str-unbalanced.rs
raw-str-unterminated.rs
recursion.rs Introduce a common recursion limit for auto-dereference and monomorphization. 2014-03-13 14:21:45 +02:00
recursive-enum.rs
refutable-pattern-in-fn-arg.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
regionck-closure-lifetimes.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-addr-of-arg.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-addr-of-self.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
regions-addr-of-upvar-self.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-bounds.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-creating-enums3.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-creating-enums4.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-creating-enums.rs
regions-early-bound-error-method.rs Add proper support for early/late distinction for lifetime bindings. 2014-03-12 08:05:28 +01:00
regions-early-bound-error.rs Add proper support for early/late distinction for lifetime bindings. 2014-03-12 08:05:28 +01:00
regions-escape-bound-fn-2.rs
regions-escape-bound-fn.rs
regions-escape-loop-via-variable.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-escape-loop-via-vec.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
regions-escape-via-trait-or-not.rs
regions-fn-bound.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
regions-fn-subtyping.rs
regions-fns.rs
regions-free-region-ordering-callee.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-free-region-ordering-caller1.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-free-region-ordering-caller.rs
regions-free-region-ordering-incorrect.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-freevar.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
regions-glb-free-free.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
regions-in-consts.rs
regions-in-enums-anon.rs
regions-in-enums.rs
regions-in-structs-anon.rs
regions-in-structs.rs
regions-infer-at-fn-not-param.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-infer-borrow-scope-too-big.rs
regions-infer-borrow-scope-within-loop.rs
regions-infer-call-3.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-infer-contravariance-due-to-decl.rs Introduce marker types for indicating variance and for opting out 2014-01-31 21:18:48 -05:00
regions-infer-covariance-due-to-decl.rs Introduce marker types for indicating variance and for opting out 2014-01-31 21:18:48 -05:00
regions-infer-invariance-due-to-decl.rs Introduce marker types for indicating variance and for opting out 2014-01-31 21:18:48 -05:00
regions-infer-invariance-due-to-mutability-3.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
regions-infer-invariance-due-to-mutability-4.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
regions-infer-not-param.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-infer-paramd-indirect.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-infer-paramd-method.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
regions-infer-region-in-fn-but-not-type.rs
regions-lifetime-of-struct-or-enum-variant.rs Treat unary struct and enum variants as rvalues 2014-01-29 14:15:24 +01:00
regions-name-duplicated.rs
regions-name-static.rs
regions-name-undeclared.rs
regions-nested-fns-2.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-nested-fns.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-out-of-scope-slice.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
regions-reborrow-from-shorter-mut-ref-mut-ref.rs
regions-reborrow-from-shorter-mut-ref.rs
regions-ref-in-fn-arg.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
regions-ret-borrowed-1.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
regions-ret-borrowed.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
regions-ret.rs
regions-return-stack-allocated-vec.rs Add test case for #3243, which was fixed as part of fix for #3511. 2014-01-28 16:53:50 -05:00
regions-steal-closure.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-trait-1.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
regions-trait-2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
regions-trait-3.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-undeclared.rs
regions-var-type-out-of-scope.rs
regions-variance-contravariant-use-covariant-in-second-position.rs
regions-variance-contravariant-use-covariant.rs Update comment in contravariant test 2014-02-10 20:26:09 +09:00
regions-variance-covariant-use-contravariant.rs
regions-variance-invariant-use-contravariant.rs
regions-variance-invariant-use-covariant.rs
removed-syntax-class-traits.rs
removed-syntax-closure-lifetime.rs
removed-syntax-const-item.rs
removed-syntax-enum-newtype.rs
removed-syntax-extern-const.rs
removed-syntax-field-let.rs
removed-syntax-field-semicolon.rs
removed-syntax-fixed-vec.rs
removed-syntax-fn-pure.rs
removed-syntax-fn-sigil.rs
removed-syntax-larrow-init.rs
removed-syntax-larrow-move.rs
removed-syntax-mode.rs
removed-syntax-mut-vec-expr.rs
removed-syntax-mut-vec-ty.rs
removed-syntax-priv-group.rs
removed-syntax-ptr-lifetime.rs
removed-syntax-record.rs
removed-syntax-static-fn.rs
removed-syntax-uniq-mut-expr.rs
removed-syntax-uniq-mut-ty.rs
removed-syntax-uniq-self.rs Removed remnants of @mut and ~mut from comments and the type system. 2014-01-12 02:26:04 +02:00
removed-syntax-with-1.rs
removed-syntax-with-2.rs
repeat_count.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
repeat-to-run-dtor-twice.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
required-lang-item.rs
reserved-be.rs
resolve-inconsistent-binding-mode.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
resolve-inconsistent-names.rs
resolve-unknown-trait.rs
ret-non-nil.rs
selftype-traittype.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
seq-args.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
simd-experimental.rs Handle attributes on cross-crate tuple-structs correctly 2014-01-31 22:16:39 +11:00
simd-type.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
slightly-nice-generic-literal-messages.rs rustc: make error messages containing generic more self-explanatory. 2014-01-13 22:34:50 +11:00
spawn-non-nil-fn.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
static-assert2.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
static-assert.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
static-items-cant-move.rs Forbid moves out of static items Closes #10577 2014-02-27 09:24:17 +01:00
static-method-privacy.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
static-mut-bad-types.rs
static-mut-foreign-requires-unsafe.rs
static-mut-not-constant.rs Immutable static items should be Freeze Fixes #12432 2014-02-27 18:09:35 +01:00
static-mut-not-pat.rs
static-mut-requires-unsafe.rs
static-priv-by-default2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
static-priv-by-default.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
static-region-bound.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
static-vec-repeat-not-constant.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
staticness-mismatch.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
std-uncopyable-atomics.rs Remove AtomicFlag 2014-03-16 18:54:10 -04:00
struct-base-wrong-type.rs
struct-field-privacy.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
struct-fields-decl-dupe.rs
struct-fields-dupe.rs
struct-fields-missing.rs
struct-fields-too-many.rs
struct-like-enum-nonexhaustive.rs
struct-no-fields-2.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
struct-no-fields-3.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
struct-no-fields-4.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
struct-no-fields-5.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
struct-no-fields.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
struct-pat-derived-error.rs
struct-pattern-match-useless.rs Remove a fixme 2014-01-05 21:36:53 -05:00
struct-variant-privacy.rs
super-at-top-level.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
suppressed-error.rs
syntax-extension-bytes-non-ascii-char-literal.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
syntax-extension-bytes-non-literal.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
syntax-extension-bytes-too-large-integer-literal.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
syntax-extension-bytes-too-large-u8-literal.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
syntax-extension-bytes-too-small-integer-literal.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
syntax-extension-bytes-too-small-u8-literal.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
syntax-extension-bytes-unsupported-literal.rs Fixed error starting with uppercase 2014-02-08 20:59:38 +01:00
syntax-extension-fourcc-bad-len.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
syntax-extension-fourcc-invalid-endian.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
syntax-extension-fourcc-non-ascii-str.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
syntax-extension-fourcc-non-literal.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
syntax-extension-fourcc-unsupported-literal.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
syntax-extension-hexfloat-bad-lits.rs Implement hexadecimal floating point literals via a syntax extension 2014-03-10 22:36:56 +00:00
syntax-extension-hexfloat-bad-types.rs Implement hexadecimal floating point literals via a syntax extension 2014-03-10 22:36:56 +00:00
syntax-extension-minor.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
tag-that-dare-not-speak-its-name.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
tag-type-args.rs
tag-variant-cast-non-nullary.rs
tag-variant-disr-dup.rs
tag-variant-disr-non-nullary.rs
tail-typeck.rs
task-rng-isnt-sendable.rs std: Move rand to librand. 2014-03-12 11:31:05 +11:00
terr-in-field.rs
terr-sorts.rs
test-cfg.rs
trace_macros-format.rs syntax: allow trace_macros! and log_syntax! in item position. 2014-03-22 01:27:23 +11:00
trait-bounds-cant-coerce.rs test: Remove Freeze / NoFreeze from tests 2014-03-22 15:47:34 +01:00
trait-bounds-not-on-bare-trait.rs
trait-bounds-not-on-impl.rs
trait-bounds-not-on-struct.rs
trait-bounds-sugar.rs test: Remove Freeze / NoFreeze from tests 2014-03-22 15:47:34 +01:00
trait-coercion-generic-bad.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
trait-coercion-generic-regions.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
trait-duplicate-methods.rs
trait-impl-can-not-have-untraitful-methods.rs
trait-impl-different-num-params.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
trait-impl-for-module.rs
trait-impl-method-mismatch.rs
trait-keyword.rs
trait-or-new-type-instead.rs
trait-resolution-in-overloaded-op.rs Use only the appropriate trait when looking up operator overloads. 2014-02-25 19:08:54 +02:00
trait-test-2.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
trait-test.rs
tuple-arity-mismatch.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
tuple-struct-nonexhaustive.rs
tutorial-suffix-inference-test.rs
type-arg-out-of-scope.rs
type-mismatch-multiple.rs
type-mismatch.rs more backticks 2014-01-12 10:35:10 +01:00
type-parameter-names.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
type-recursive.rs
type-shadow.rs
typeck_type_placeholder_item.rs Added support for type placeholders (explicit requested type 2014-03-14 14:57:31 +01:00
typeck_type_placeholder_lifetime_1.rs Added support for type placeholders (explicit requested type 2014-03-14 14:57:31 +01:00
typeck_type_placeholder_lifetime_2.rs Added support for type placeholders (explicit requested type 2014-03-14 14:57:31 +01:00
typeck_type_placeholder_mismatch.rs Added support for type placeholders (explicit requested type 2014-03-14 14:57:31 +01:00
unbalanced-doublequote.rs
unconstrained-none.rs
unconstrained-ref.rs
uninhabited-enum-cast.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
unique-object-noncopyable.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
unique-pinned-nocopy.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
unique-unique-kind.rs
unique-vec-res.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
unnecessary-private.rs
unop-neg-bool.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
unreachable-arm.rs librustc: Remove @ pointer patterns from the language 2014-01-13 14:45:21 -08:00
unreachable-code.rs
unresolved-extern-mod-suggestion.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
unresolved-import.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
unsafe-around-compiler-generated-unsafe.rs rustc: avoid compiler generated unsafe blocks leaking. 2014-02-20 23:29:57 +11:00
unsafe-fn-assign-deref-ptr.rs
unsafe-fn-autoderef.rs
unsafe-fn-called-from-safe.rs
unsafe-fn-deref-ptr.rs
unsafe-fn-used-as-value.rs
unsafe-modifying-str.rs
unsendable-class.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
unsized-bare-typaram.rs
unsized-enum.rs
unsized-struct.rs
unsupported-cast.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
unused-result.rs Implement an unused_result lint 2014-01-28 15:54:47 -08:00
use-after-move-based-on-type.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
use-after-move-implicity-coerced-object.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
use-after-move-self-based-on-type.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
use-after-move-self.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
use-from-trait-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
use-from-trait.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
use-meta-mismatch.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
use-meta.rc extern mod => extern crate 2014-02-14 22:55:21 -08:00
useless-priv2.rs
useless-priv.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
variadic-ffi-1.rs
variadic-ffi-2.rs
variadic-ffi-3.rs
variadic-ffi-4.rs
variadic-ffi.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
variance-cell-is-invariant.rs Introduce marker types for indicating variance and for opting out 2014-01-31 21:18:48 -05:00
variance-regions-direct.rs
variance-regions-indirect.rs
vec-mut-iter-borrow.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
vec-res-add.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
vector-no-ann.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
view-items-at-top.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
vtable-res-trait-param.rs
warn-foreign-int-types.rs
warn-path-statement.rs
while-type-error.rs
writing-to-immutable-vec.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
wrong-mul-method-signature.rs librustc: Don't ICE when operator traits are not implemented properly. Fixes #11450 2014-03-01 00:27:02 -05:00
wrong-ret-type.rs
xc-private-method2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
xc-private-method.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
xcrate-private-by-default.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
xcrate-unit-struct.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00