rust/src/test/run-pass
2013-03-26 21:29:35 -07:00
..
foreign-mod-src
foreign-src
mod_dir_simple
module-polymorphism3-files/float-template
syntax-extension-source-utils-files test: Fix tests. 2013-03-07 22:37:58 -08:00
alias-uninit-value.rs
alignment-gep-tup-like-1.rs librustc: Replace the &static bound with 'static 2013-03-21 17:31:35 -07:00
alignment-gep-tup-like-2.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
alloca-from-derived-tydesc.rs
alt-borrowed_str.rs
alt-bot-2.rs
alt-bot.rs Remove uses of log 2013-03-11 23:19:42 -07:00
alt-implicit-copy-unique.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
alt-join.rs
alt-naked-record-expr.rs
alt-naked-record.rs
alt-path.rs
alt-pattern-drop.rs Remove uses of log 2013-03-11 23:19:42 -07:00
alt-pattern-lit.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
alt-pattern-no-type-params.rs
alt-pattern-simple.rs
alt-phi.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
alt-range.rs
alt-ref-binding-in-guard-3256.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
alt-ref-binding-mut-option.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
alt-ref-binding-mut.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
alt-ref-binding.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
alt-str.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
alt-tag.rs Remove uses of log 2013-03-11 23:19:42 -07:00
alt-type-simple.rs
alt-unique-bind.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
alt-value-binding-in-guard-3291.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
alt-with-ret-arm.rs Remove uses of log 2013-03-11 23:19:42 -07:00
anon_trait_static_method_exe.rs
anon-extern-mod-cross-crate-2.rs
anon-extern-mod.rs
anon-trait-static-method.rs librustc: Remove all uses of static from functions. rs=destatic 2013-03-22 10:27:39 -07:00
argument-passing.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
arith-0.rs Remove uses of log 2013-03-11 23:19:42 -07:00
arith-1.rs Remove uses of log 2013-03-11 23:19:42 -07:00
arith-2.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
arith-unsigned.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
artificial-block.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
assert-eq-macro-success.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
assign-assign.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
assignability-trait.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
attr-before-view-item2.rs
attr-before-view-item.rs
attr-main-2.rs
attr-main.rs
auto-encode.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
auto-instantiate.rs Remove uses of log 2013-03-11 23:19:42 -07:00
auto-loop.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
auto-ref-bounded-ty-param.rs
auto-ref-newtype.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
auto-ref-slice-plus-ref.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
auto-ref-sliceable.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
auto-ref.rs test: Some test fixes 2013-03-13 20:07:11 -07:00
autobind.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
autoderef-and-borrow-method-receiver.rs
autoderef-method-newtype.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
autoderef-method-on-trait.rs test: Some test fixes 2013-03-13 20:07:11 -07:00
autoderef-method-priority.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
autoderef-method-twice-but-not-thrice.rs test: Some test fixes 2013-03-13 20:07:11 -07:00
autoderef-method-twice.rs test: Some test fixes 2013-03-13 20:07:11 -07:00
autoderef-method.rs test: Some test fixes 2013-03-13 20:07:11 -07:00
autoref-intermediate-types-issue-3585.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
bare-static-string.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
big-literals.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
binary-minus-without-space.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
bind-by-move.rs
binops.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
bitv-perf-test.rs
bitwise.rs Remove uses of log 2013-03-11 23:19:42 -07:00
block-arg-call-as.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
block-arg-can-be-followed-by-binop.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
block-arg-can-be-followed-by-block-arg.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
block-arg-can-be-followed-by-call.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
block-arg-in-parentheses.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
block-arg-used-as-any.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
block-arg-used-as-lambda.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
block-arg.rs Remove uses of log 2013-03-11 23:19:42 -07:00
block-explicit-types.rs Remove uses of log 2013-03-11 23:19:42 -07:00
block-expr-precedence.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
block-fn-coerce.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
block-iter-1.rs Remove uses of log 2013-03-11 23:19:42 -07:00
block-iter-2.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
block-vec-map2.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
bool-not.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
borrow-by-val-method-receiver.rs Add manual &self/ and &static/ and /&self declarations that 2013-03-06 15:12:57 -05:00
borrowck-binding-mutbl.rs
borrowck-borrow-from-at-vec.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
borrowck-borrow-from-expr-block.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
borrowck-fixed-length-vecs.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
borrowck-lend-args.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
borrowck-move-from-unsafe-ptr-ok.rs
borrowck-mut-uniq.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
borrowck-mut-vec-as-imm-slice.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
borrowck-newtype-issue-2573.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
borrowck-pat-reassign-no-binding.rs
borrowck-preserve-box-in-arm-not-taken.rs
borrowck-preserve-box-in-discr.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
borrowck-preserve-box-in-field.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
borrowck-preserve-box-in-pat.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
borrowck-preserve-box-in-uniq.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
borrowck-preserve-box-sometimes-needed.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
borrowck-preserve-box.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
borrowck-preserve-cond-box.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
borrowck-preserve-expl-deref.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
borrowck-root-while-cond-2.rs
borrowck-root-while-cond.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
borrowck-univariant-enum.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
borrowck-wg-borrow-mut-to-imm-2.rs
borrowck-wg-borrow-mut-to-imm-3.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
borrowck-wg-borrow-mut-to-imm.rs
borrowck-wg-simple.rs
borrowed-ptr-pattern-2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
borrowed-ptr-pattern-3.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
borrowed-ptr-pattern-infallible.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
borrowed-ptr-pattern-option.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
borrowed-ptr-pattern.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
box-compare.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
box-in-tup.rs
box-inside-if2.rs
box-inside-if.rs
box-pattern.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
box-unbox.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
box.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
boxed-class-type-substitution.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
boxed-trait-with-vstore.rs test: Some test fixes 2013-03-13 20:07:11 -07:00
break-value.rs
break.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
by-val-and-by-move.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
c-stack-as-value.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
c-stack-returning-int64.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
call-closure-from-overloaded-op.rs Fix dvec-related fallout in tests 2013-03-08 09:56:52 -05:00
cap-clause-move.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
capture_nil.rs
cast-region-to-uint.rs
cast.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
cci_borrow.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
cci_capture_clause.rs
cci_impl_exe.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
cci_iter_exe.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
cci_nested_exe.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
cci_no_inline_exe.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
cfg-family.rs
cfg-target-family.rs
cfgs-on-items.rs Mark cfg test xfail-fast since check-fast doesn't understand compile-flags. 2013-03-19 16:50:07 -07:00
char.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
child-outlives-parent.rs
class-attributes-1.rs
class-attributes-2.rs
class-cast-to-trait-cross-crate-2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
class-cast-to-trait-cross-crate.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
class-cast-to-trait-multiple-types.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
class-cast-to-trait.rs
class-dtor.rs
class-exports.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
class-impl-parameterized-trait.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
class-impl-very-parameterized-trait.rs expose find_mut in the Map trait 2013-03-24 21:40:16 -04:00
class-implement-trait-cross-crate.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
class-implement-traits.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
class-implements-multiple-traits.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
class-method-cross-crate.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
class-methods-cross-crate.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
class-methods.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
class-poly-methods-cross-crate.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
class-poly-methods.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
class-separate-impl.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
class-str-field.rs
class-trait-bounded-param.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
class-typarams.rs
classes-cross-crate.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
classes-self-referential.rs
classes-simple-cross-crate.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
classes-simple-method.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
classes-simple.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
classes.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
cleanup-copy-mode.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
clone-with-exterior.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
close-over-big-then-small-data.rs librustc: Replace the &static bound with 'static 2013-03-21 17:31:35 -07:00
closure-inference2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
closure-inference.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
coerce-reborrow-imm-ptr-arg.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
coerce-reborrow-imm-ptr-rcvr.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
coerce-reborrow-imm-vec-arg.rs libcore: Change [const T] to const [T] everywhere 2013-03-26 21:29:33 -07:00
coerce-reborrow-imm-vec-rcvr.rs libcore: Change [const T] to const [T] everywhere 2013-03-26 21:29:33 -07:00
coerce-reborrow-mut-ptr-arg.rs
coerce-reborrow-mut-ptr-rcvr.rs
coerce-reborrow-mut-vec-arg.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
coerce-reborrow-mut-vec-rcvr.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
coherence-impl-in-fn.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
comm.rs Remove uses of log 2013-03-11 23:19:42 -07:00
common-fields-trivial.rs
compare-generic-enums.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
complex.rs Remove uses of log 2013-03-11 23:19:42 -07:00
conditional-compile-arch.rs
conditional-compile.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-autoderef-newtype.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-autoderef.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
const-big-enum.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-bound.rs
const-cast-ptr-int.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-cast.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-const.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-contents.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-cross-crate-const.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-cross-crate-extern.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-deref.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-byref-self.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-byref.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-cast.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-ptr.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-struct2.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-struct.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-structlike.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-tuple2.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-tuple.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-tuplestruct2.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-tuplestruct.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-vec-index.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-vec-ptr.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-enum-vector.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
const-expr-in-fixed-length-vec.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
const-expr-in-vec-repeat.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-extern-function.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-fields-and-indexing.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
const-fn-val.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
const-negative.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-nullary-enum.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-nullary-univariant-enum.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-rec-and-tup.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-region-ptrs-noncopy.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
const-region-ptrs.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-str-ptr.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
const-struct.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-tuple-struct.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-unit-struct.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-vec-of-fns.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
const-vec-syntax.rs
const-vecs-and-slices.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
const.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
consts-in-patterns.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
core-export-f64-sqrt.rs
crate-method-reexport-grrrrrrr.rs
crateresolve1.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
crateresolve2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
crateresolve3.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
crateresolve4.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
crateresolve5.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
crateresolve6.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
crateresolve7.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
cross-crate-const-pat.rs Test for cross-crate const in match pattern. 2013-03-21 00:38:31 -07:00
cycle-collection2.rs
cycle-collection4.rs
cycle-collection5.rs
cycle-collection.rs
dead-code-one-arm-if.rs
deep-vector2.rs
deep-vector.rs
deep.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
default-method-simple.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
deref-lval.rs Remove uses of log 2013-03-11 23:19:42 -07:00
deref.rs
deriving-clone-enum.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-clone-generic-enum.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-clone-generic-struct.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-clone-generic-tuple-struct.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-clone-struct.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-clone-tuple-struct.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-enum-single-variant.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-meta-empty-trait-list.rs syntax: implement #[deriving] meta-attribute 2013-03-12 12:52:39 -04:00
deriving-meta-multiple.rs syntax: implement #[deriving] meta-attribute 2013-03-12 12:52:39 -04:00
deriving-meta.rs syntax: implement #[deriving] meta-attribute 2013-03-12 12:52:39 -04:00
deriving-via-extension-c-enum.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-via-extension-enum.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-via-extension-iter-bytes-enum.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-via-extension-iter-bytes-struct.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-via-extension-struct-empty.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-via-extension-struct-like-enum-variant.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-via-extension-struct-tuple.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-via-extension-struct.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
deriving-via-extension-type-params.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
die-macro.rs
div-mod.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
do1.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
do2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
do3.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
do-for-empty-args.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
do-for-no-args.rs
do-pure.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
do-stack.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
double-unbox.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
drop-on-empty-block-exit.rs
drop-on-ret.rs
drop-trait-generic.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
drop-trait.rs
dupe-first-attr.rc
duplicate-use.rs
early-ret-binop-add.rs
early-vtbl-resolution.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
else-if.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
empty-mutable-vec.rs
empty-tag.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
enum-alignment.rs Represent enums with regular structs; no more alignment-breaking casts. 2013-03-13 10:25:49 -07:00
enum-discrim-range-overflow.rs Add a test for enum discriminant range overflow. 2013-03-06 20:37:28 -08:00
enum-disr-val-pretty.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
enum-export-inheritance.rs
enum-variants.rs
estr-shared.rs
estr-slice.rs Remove uses of log 2013-03-11 23:19:42 -07:00
estr-uniq.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
evec-internal-boxes.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
evec-internal.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
evec-slice.rs Remove uses of log 2013-03-11 23:19:42 -07:00
exec-env.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
explicit_self_xcrate_exe.rs
explicit-i-suffix.rs
explicit-self-closures.rs
explicit-self-generic.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
explicit-self-objects-box.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
explicit-self-objects-simple.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
explicit-self-objects-uniq.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
explicit-self.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
export-abstract-tag.rs
export-glob-imports-target.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
export-multi.rs
export-non-interference2.rs
export-non-interference3.rs
export-non-interference.rs
export-tag-variant.rs
export-unexported-dep.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
expr-alt-box.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-alt-fail-all.rs
expr-alt-fail.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-alt-generic-box1.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-alt-generic-box2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-alt-generic-unique1.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
expr-alt-generic-unique2.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
expr-alt-generic.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-alt-struct.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
expr-alt-unique.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-alt.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-block-box.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-block-fn.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-block-generic-box1.rs Remove uses of log 2013-03-11 23:19:42 -07:00
expr-block-generic-box2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-block-generic-unique1.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
expr-block-generic-unique2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-block-generic.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-block-ref.rs
expr-block-slot.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-block-unique.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-block.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-copy.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-elseif-ref2.rs
expr-elseif-ref.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-empty-ret.rs
expr-fn.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-if-box.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-if-fail-all.rs
expr-if-fail.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-if-generic-box1.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-if-generic-box2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-if-generic.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-if-struct.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
expr-if-unique.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-if.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
expr-scope.rs
exterior.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
extern-1.rs
extern-call-deep2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
extern-call-deep.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
extern-call-scrub.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
extern-call.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
extern-crosscrate.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
extern-mod-abi.rs
extern-mod-syntax.rs test: Remove uses of oldmap::HashMap 2013-03-26 19:21:04 -04:00
extern-pass-char.rs Revamp foreign code not to consider the Rust modes. This requires 2013-03-13 16:59:37 -04:00
extern-pass-double.rs Revamp foreign code not to consider the Rust modes. This requires 2013-03-13 16:59:37 -04:00
extern-pass-TwoU64s-ref.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
extern-pass-TwoU64s.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
extern-pass-u32.rs Revamp foreign code not to consider the Rust modes. This requires 2013-03-13 16:59:37 -04:00
extern-pass-u64.rs Revamp foreign code not to consider the Rust modes. This requires 2013-03-13 16:59:37 -04:00
extern-pub.rs
extern-stress.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
extern-take-value.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
extern-yield.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
fact.rs Remove uses of log 2013-03-11 23:19:42 -07:00
fat-arrow-alt.rs Remove uses of log 2013-03-11 23:19:42 -07:00
fixed_length_copy.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
fixed_length_vec_glue.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
fixed-point-bind-box.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
fixed-point-bind-unique.rs librustc: Replace the &static bound with 'static 2013-03-21 17:31:35 -07:00
float2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
float-literal-inference.rs
float-nan.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
float-signature.rs Remove uses of log 2013-03-11 23:19:42 -07:00
float.rs Remove uses of log 2013-03-11 23:19:42 -07:00
floatlits.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
fn-assign-managed-to-bare-1.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
fn-assign-managed-to-bare-2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
fn-bare-assign.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
fn-bare-coerce-to-block.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
fn-bare-coerce-to-shared.rs
fn-bare-item.rs
fn-bare-size.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
fn-bare-spawn.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
fn-coerce-field.rs
fn-lval.rs
fn-pattern-expected-type-2.rs
fn-pattern-expected-type.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
fn-type-infer.rs
for-destruct.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
for-loop-fail.rs
foreach-nested.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
foreach-put-structured.rs Remove uses of log 2013-03-11 23:19:42 -07:00
foreach-simple-outer-slot.rs Remove uses of log 2013-03-11 23:19:42 -07:00
foreign2.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
foreign-call-no-runtime.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
foreign-dupe.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
foreign-fn-linkname.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
foreign-lib-path.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
foreign-mod-unused-const.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
foreign-mod.rc
foreign-no-abi.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
foreign-struct.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
foreign.rc
fun-call-variants.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
fun-indirect-call.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
functional-struct-update.rs
generic-alias-box.rs Remove uses of log 2013-03-11 23:19:42 -07:00
generic-alias-unique.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
generic-box.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
generic-derived-type.rs Remove uses of log 2013-03-11 23:19:42 -07:00
generic-drop-glue.rs
generic-exterior-box.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
generic-exterior-unique.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
generic-fn-box.rs Remove uses of log 2013-03-11 23:19:42 -07:00
generic-fn-infer.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
generic-fn-twice.rs
generic-fn-unique.rs Remove uses of log 2013-03-11 23:19:42 -07:00
generic-fn.rs Remove uses of log 2013-03-11 23:19:42 -07:00
generic-ivec-leak.rs
generic-ivec.rs
generic-newtype-struct.rs
generic-object.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
generic-recursive-tag.rs
generic-tag-alt.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
generic-tag-corruption.rs
generic-tag-local.rs
generic-tag-values.rs Remove uses of log 2013-03-11 23:19:42 -07:00
generic-tag.rs
generic-temporary.rs Remove uses of log 2013-03-11 23:19:42 -07:00
generic-tup.rs Remove uses of log 2013-03-11 23:19:42 -07:00
generic-type-synonym.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
generic-type.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
generic-unique.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
getopts_ref.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
global-scope.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
guards-not-exhaustive.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
guards.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
hashmap-memory.rs test: Remove uses of oldmap::HashMap 2013-03-26 19:21:04 -04:00
hello.rs
html-literals.rs
i8-incr.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
i32-sub.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
if-bot.rs Remove uses of log 2013-03-11 23:19:42 -07:00
if-check.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
if-ret.rs
impl-implicit-trait.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
impl-privacy-xc-1.rs
impl-privacy-xc-2.rs
import2.rs
import3.rs
import4.rs
import5.rs
import6.rs
import7.rs
import8.rs Remove uses of log 2013-03-11 23:19:42 -07:00
import-from.rs
import-glob-0.rs
import-glob-crate.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
import-in-block.rs Remove uses of log 2013-03-11 23:19:42 -07:00
import-trailing-comma.rs
import.rs Remove uses of log 2013-03-11 23:19:42 -07:00
infer-fn-tail-expr.rs
infer-with-expected.rs Add manual &self/ and &static/ and /&self declarations that 2013-03-06 15:12:57 -05:00
inferred-suffix-in-pattern-range.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
infinite-loops.rs
init-res-into-things.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
inner-module.rs
instantiable.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
int-conversion-coherence.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
int.rs
integer-literal-suffix-inference.rs
integral-indexing.rs Remove uses of log 2013-03-11 23:19:42 -07:00
intrinsic-alignment.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
intrinsic-atomics-cc.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
intrinsic-atomics.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
intrinsic-frame-address.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
intrinsic-move-val.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
intrinsics-integer.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
intrinsics-math.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
invoke-external-foreign.rs
irrefutable-unit.rs
issue2170exe.rs
issue2378c.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue4516_ty_param.rs
issue_3136_b.rs
issue_3882.rs
issue-333.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-868.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
issue-912.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
issue-979.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
issue-980.rs
issue-1112.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-1251.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
issue-1257.rs
issue-1458.rs test: Fix tests. rs=tests 2013-03-11 09:36:00 -07:00
issue-1460.rs
issue-1466.rs
issue-1516.rs
issue-1660.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
issue-1696.rs test: Remove uses of oldmap::HashMap 2013-03-26 19:21:04 -04:00
issue-1701.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-1821.rs
issue-1866.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
issue-1895.rs
issue-1974.rs
issue-1989.rs
issue-2101.rs
issue-2185.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
issue-2190-1.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
issue-2190-2.rs
issue-2190.rs
issue-2196.rs
issue-2214.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-2216.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-2284.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
issue-2288.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
issue-2311-2.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-2311.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-2312.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-2316-c.rs
issue-2380-b.rs
issue-2383.rs
issue-2414-c.rs
issue-2428.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
issue-2445-b.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-2445.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-2463.rs
issue-2472.rs
issue-2487-a.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
issue-2502.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
issue-2526-a.rs
issue-2550.rs
issue-2611.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
issue-2631-b.rs test: Remove uses of oldmap::HashMap 2013-03-26 19:21:04 -04:00
issue-2633-2.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
issue-2633.rs
issue-2642.rs
issue-2708.rs
issue-2718.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
issue-2723-b.rs
issue-2734.rs librustc: Replace the &static bound with 'static 2013-03-21 17:31:35 -07:00
issue-2735-2.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
issue-2735-3.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
issue-2735.rs librustc: Replace the &static bound with 'static 2013-03-21 17:31:35 -07:00
issue-2748-a.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
issue-2748-b.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
issue-2804-2.rs test: Remove uses of oldmap::HashMap 2013-03-26 19:21:04 -04:00
issue-2804.rs test: Remove uses of oldmap::HashMap 2013-03-26 19:21:04 -04:00
issue-2834.rs
issue-2869.rs
issue-2895.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-2904.rs auto merge of #5488 : pcwalton/rust/depure, r=pcwalton 2013-03-22 13:00:56 -07:00
issue-2930.rs
issue-2935.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-2936.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-2989.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-3012-2.rs
issue-3026.rs test: Remove uses of oldmap::HashMap 2013-03-26 19:21:04 -04:00
issue-3037.rs
issue-3052.rs
issue-3091.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-3109.rs Remove uses of log 2013-03-11 23:19:42 -07:00
issue-3121.rs
issue-3149.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
issue-3168.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-3176.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-3186.rs
issue-3211.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-3220.rs
issue-3250.rs
issue-3389.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
issue-3424.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-3447.rs Add manual &self/ and &static/ and /&self declarations that 2013-03-06 15:12:57 -05:00
issue-3461.rs
issue-3480.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
issue-3500.rs
issue-3559
issue-3559.rs test: Remove uses of oldmap::HashMap 2013-03-26 19:21:04 -04:00
issue-3563-2.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-3563-3.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
issue-3574.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-3609.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
issue-3656.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
issue-3683.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-3702
issue-3702.rs
issue-3753.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-3794.rs
issue-3847.rs
issue-3860.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
issue-3874.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
issue-3878.rs
issue-3888-2.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
issue-3895.rs
issue-3904.rs
issue-3935.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
issue-3979-2.rs
issue-3979-generics.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-3979-xcrate.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-3979.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-4016
issue-4016.rs
issue-4036.rs Stop writing directly to the final type/method/vtable sidetables from astconv 2013-03-26 15:39:12 -04:00
issue-4092
issue-4092.rs test: Remove uses of oldmap::HashMap 2013-03-26 19:21:04 -04:00
issue-4120.rs test: XFAIL test issue-4120 due to Valgrind complaints. 2013-03-21 03:55:25 -07:00
issue-4401.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
issue-4448.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
issue-4541.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
issue-4542.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
issue-4830.rs
issue-4875.rs
issue-5243.rs Cheat and temporarily work around a pretty-printer bug 2013-03-06 16:18:46 -05:00
istr.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
item-attributes.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
item-name-overload.rs
iter-all.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
iter-any.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
iter-contains.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
iter-count.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
iter-eachi.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
iter-filter-to-vec.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
iter-flat-map-to-vec.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
iter-foldl.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
iter-map-to-vec.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
iter-min-max.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
iter-range.rs Remove uses of log 2013-03-11 23:19:42 -07:00
iter-to-vec.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
ivec-add.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
ivec-pass-by-value.rs
ivec-tag.rs
keyword-changes-2012-07-31.rs
kindck-owned-trait-contains-1.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
labeled-break.rs
lambda-infer-unresolved.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
lambda-no-leak.rs Remove uses of log 2013-03-11 23:19:42 -07:00
large-records.rs
last-use-in-block.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
last-use-in-cap-clause.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
last-use-is-capture.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
lazy-and-or.rs Remove uses of log 2013-03-11 23:19:42 -07:00
lazy-init.rs Remove uses of log 2013-03-11 23:19:42 -07:00
leak-box-as-tydesc.rs
leak-tag-copy.rs
leak-unique-as-tydesc.rs
let-assignability.rs
let-destruct-fresh-mem.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
let-destruct.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
linear-for-loop.rs Remove uses of log 2013-03-11 23:19:42 -07:00
lint-non-camel-case-with-trailing-underscores.rs
list.rs
liveness-assign-imm-local-after-loop.rs
liveness-assign-imm-local-after-ret.rs
liveness-loop-break.rs
liveness-move-in-loop.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
log-err-phi.rs Remove uses of log 2013-03-11 23:19:42 -07:00
log-knows-the-names-of-variants-in-std.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
log-knows-the-names-of-variants.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
log-linearized.rs Remove uses of log 2013-03-11 23:19:42 -07:00
log-poly.rs Make debug!, etc. macros not require a format string 2013-03-07 18:45:22 -08:00
log-str.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
long-while.rs
loop-break-cont-1.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
loop-break-cont.rs Remove uses of log 2013-03-11 23:19:42 -07:00
loop-diverges.rs
loop-scope.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
lots-a-fail.rs
macro-2.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
macro-interpolation.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
macro-path.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
macro-stmt.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
max-min-classes.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
method-attributes.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
mlist-cycle.rs
mlist.rs
mod_dir_path2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
mod_dir_path3.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
mod_dir_path_multi.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
mod_dir_path.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
mod_dir_recursive.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
mod_dir_simple.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
mod_file_aux.rs
mod_file_with_path_attr.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
mod_file.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
mod-inside-fn.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
mod-merge-hack-inst.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
mod-merge-hack-template.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
mod-merge-hack.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
mod-view-items.rs
module-qualified-struct-destructure.rs
monad.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
monomorphize-trait-in-fn-at.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
monomorphized-callees-with-ty-params-3314.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
morestack1.rs
morestack2.rs
morestack3.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
morestack4.rs
morestack5.rs
morestack6.rs rt/core: port os::list_dir to rust ref #4812 2013-03-11 15:38:55 -07:00
morestack-address.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
move-1-unique.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
move-1.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
move-2-unique.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
move-2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
move-3-unique.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
move-3.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
move-4-unique.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
move-4.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
move-arg-2-unique.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
move-arg-2.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
move-arg.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
move-nullary-fn.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
move-scalar.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
move-self.rs
moves-based-on-type-capture-clause.rs
moves-based-on-type-cross-crate.rs
multi-let.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
multiline-comment.rs
multiple-trait-bounds.rs
mut-function-arguments.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
mut-vstore-expr.rs
mutability-inherits-through-fixed-length-vec.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
mutable-alias-vec.rs Remove uses of log 2013-03-11 23:19:42 -07:00
mutable-vec-drop.rs
mutual-recursion-group.rs
negative.rs
nested-alts.rs Remove uses of log 2013-03-11 23:19:42 -07:00
nested-class.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
nested-exhaustive-alt.rs
nested-pattern.rs
nested-patterns.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
new-impl-syntax.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
new-import-syntax.rs
new-style-constants.rs libsyntax: Accept static instead of const for globals 2013-03-19 14:46:27 -07:00
new-style-fixed-length-vec.rs libsyntax: Accept the new [T, ..N] style for vec. 2013-03-19 15:40:04 -07:00
new-vstore-mut-box-syntax.rs
newlambdas-ret-infer2.rs
newlambdas-ret-infer.rs
newlambdas.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
newtype-polymorphic.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
newtype-struct-with-dtor.rs librustc: Fix bug with newtype structs containing dtors 2013-03-26 21:29:35 -07:00
newtype-struct-xc-2.rs
newtype-struct-xc.rs
newtype.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
nil-decl-in-foreign.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
nil-pattern.rs
non-boolean-pure-fns.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
non-legacy-modes.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
nullary-or-pattern.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
numeric-method-autoexport.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
one-tuple.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
opeq.rs Remove uses of log 2013-03-11 23:19:42 -07:00
operator-associativity.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
operator-overloading.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
option_addition.rs Implement Add on Option types 2013-03-11 22:46:16 -04:00
option-ext.rs
option-unwrap.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
or-pattern.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
output-slot-variants.rs
over-constrained-vregs.rs Remove uses of log 2013-03-11 23:19:42 -07:00
paren-free.rs
parse-fail.rs Remove uses of log 2013-03-11 23:19:42 -07:00
pass-by-copy.rs Remove uses of log 2013-03-11 23:19:42 -07:00
path.rs
pattern-bound-var-in-for-each.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
pattern-in-closure.rs
pipe-bank-proto.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
pipe-detect-term.rs
pipe-peek.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
pipe-pingpong-bounded.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
pipe-pingpong-proto.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
pipe-presentation-examples.rs Fix bug in coherence that causes all cross-crate impls to be regarded as 2013-03-06 11:02:19 -05:00
pipe-select-macro.rs
pipe-select.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
pipe-sleep.rs
placement-new-arena.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
platform_thread.rs Remove uses of log 2013-03-11 23:19:42 -07:00
pred-not-bool.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
preempt.rs
private-class-field.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
private-method.rs
propagate-expected-type-through-block.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
pub_use_mods_xcrate_exe.rs
pub-use-xcrate.rs
pure-fmt.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
pure-sum.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
purity-infer.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
rcvr-borrowed-to-region.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
rcvr-borrowed-to-slice.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
readalias.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
rec-align-u32.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
rec-align-u64.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
rec-auto.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
rec-extend.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
rec-tup.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
rec.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
record-pat.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
recursion.rs
reexport-star.rs
reflect-visit-data.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
reflect-visit-type.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
region-dependent-addr-of.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
region-return-interior-of-option.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-addr-of-interior-of-unique-box.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
regions-addr-of-ret.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-appearance-constraint.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
regions-borrow-at.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
regions-borrow-estr-uniq.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
regions-borrow-evec-at.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
regions-borrow-evec-fixed.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
regions-borrow-evec-uniq.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
regions-borrow-uniq.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
regions-bot.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-copy-closure.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
regions-creating-enums2.rs Add manual &self/ and &static/ and /&self declarations that 2013-03-06 15:12:57 -05:00
regions-creating-enums5.rs Add manual &self/ and &static/ and /&self declarations that 2013-03-06 15:12:57 -05:00
regions-equiv-fns.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-escape-into-other-fn.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-expl-self.rs Make &self permit explicit lifetimes, but don't really use them 2013-03-18 15:03:37 -04:00
regions-fn-subtyping-2.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
regions-fn-subtyping.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-infer-borrow-scope-addr-of.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
regions-infer-borrow-scope-view.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-infer-borrow-scope-within-loop-ok.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-infer-borrow-scope.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-infer-call-2.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-infer-call.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-infer-contravariance-due-to-ret.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-infer-contravariance.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
regions-mock-trans-impls.rs Add manual &self/ and &static/ and /&self declarations that 2013-03-06 15:12:57 -05:00
regions-mock-trans.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
regions-nullary-variant.rs Add manual &self/ and &static/ and /&self declarations that 2013-03-06 15:12:57 -05:00
regions-parameterization-self-types-issue-5224.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
regions-params.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
regions-self-impls.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
regions-self-in-enums.rs Remove uses of log 2013-03-11 23:19:42 -07:00
regions-simple.rs Remove uses of log 2013-03-11 23:19:42 -07:00
regions-static-closure.rs test: Add lifetime binders and new-style lifetime parameters to the test suite 2013-03-22 22:24:36 -07:00
regions-trait.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
repeated-vector-syntax.rs Expand on cleanups in trans for expr_repeat and add to tests. 2013-03-25 15:46:10 -07:00
resolve-issue-2428.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
resource-assign-is-not-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
resource-cycle2.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
resource-cycle3.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
resource-cycle.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
resource-destruct.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
resource-generic.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
resource-in-struct.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
ret-bang.rs Remove uses of log 2013-03-11 23:19:42 -07:00
ret-break-cont-in-block.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
ret-none.rs
return-nil.rs
rt-sched-1.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
select-macro.rs
self-shadowing-import.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
self-type-param.rs
send-iloop.rs
send-resource.rs
send-type-inference.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
sendable-class.rs
sendfn-generic-fn.rs Remove uses of log 2013-03-11 23:19:42 -07:00
sendfn-is-a-block.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
sendfn-spawn-with-fn-arg.rs Remove uses of log 2013-03-11 23:19:42 -07:00
seq-compare.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
shadow.rs Remove uses of log 2013-03-11 23:19:42 -07:00
shape_intrinsic_tag_then_rec.rs Remove uses of log 2013-03-11 23:19:42 -07:00
shebang.rs
shift.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
signed-shift-const-eval.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
simple-alt-generic-tag.rs
simple-generic-alt.rs
simple-generic-tag.rs
simple-infer.rs Remove uses of log 2013-03-11 23:19:42 -07:00
size-and-align.rs Remove uses of log 2013-03-11 23:19:42 -07:00
spawn2.rs Remove uses of log 2013-03-11 23:19:42 -07:00
spawn-fn.rs Remove uses of log 2013-03-11 23:19:42 -07:00
spawn-types.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
spawn.rs Remove uses of log 2013-03-11 23:19:42 -07:00
stable-addr-of.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
stat.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
static-fn-inline-xc.rs
static-fn-trait-xc.rs
static-impl.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
static-method-in-trait-with-tps-intracrate.rs librustc: Remove all uses of static from functions. rs=destatic 2013-03-22 10:27:39 -07:00
static-method-test.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
static-method-xcrate.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
static-methods-in-traits2.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
static-methods-in-traits.rs librustc: Remove all uses of static from functions. rs=destatic 2013-03-22 10:27:39 -07:00
str-append.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
str-concat.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
str-growth.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
str-idx.rs Remove uses of log 2013-03-11 23:19:42 -07:00
str-multiline.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
string-self-append.rs Remove uses of log 2013-03-11 23:19:42 -07:00
struct-deref.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
struct-destructuring-cross-crate.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
struct-field-assignability.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
struct-like-variant-construct.rs
struct-like-variant-match.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
struct-literal-dtor.rs
struct-order-of-eval-1.rs Add regression tests for a subtle aspect of expr_struct translation. 2013-03-06 20:41:57 -08:00
struct-order-of-eval-2.rs Add regression tests for a subtle aspect of expr_struct translation. 2013-03-06 20:41:57 -08:00
struct-pattern-matching.rs
struct-return.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
structured-compare.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
super.rs
supported-cast.rs Remove uses of log 2013-03-11 23:19:42 -07:00
swap-1.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
swap-2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
swap-overlapping.rs
syntax-extension-fmt.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
syntax-extension-minor.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
syntax-extension-shell.rs
syntax-extension-source-utils.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
tag-align-dyn-u64.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
tag-align-dyn-variants.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
tag-align-shape.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
tag-align-u64.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
tag-disr-val-shape.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
tag-exports.rs
tag-in-block.rs
tag-variant-disr-val.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
tag.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
tail-call-arg-leak.rs
tail-cps.rs Remove uses of log 2013-03-11 23:19:42 -07:00
tail-direct.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
task-comm-0.rs Remove uses of log 2013-03-11 23:19:42 -07:00
task-comm-1.rs
task-comm-3.rs Remove uses of log 2013-03-11 23:19:42 -07:00
task-comm-4.rs Remove uses of log 2013-03-11 23:19:42 -07:00
task-comm-5.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
task-comm-6.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
task-comm-7.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
task-comm-9.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
task-comm-10.rs Remove uses of log 2013-03-11 23:19:42 -07:00
task-comm-11.rs
task-comm-12.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
task-comm-13.rs
task-comm-14.rs Remove uses of log 2013-03-11 23:19:42 -07:00
task-comm-15.rs
task-comm-16.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
task-comm-17.rs
task-comm-chan-nil.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
task-killjoin-rsrc.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
task-killjoin.rs
task-life-0.rs
task-spawn-move-and-copy.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
terminate-in-initializer.rs
test-ignore-cfg.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
test-runner-hides-main.rs
threads.rs Remove uses of log 2013-03-11 23:19:42 -07:00
too-much-recursion.rs
trait-bounds.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-cast.rs test: Remove newtype enums from the test suite. rs=deenum 2013-03-11 09:35:58 -07:00
trait-composition-trivial.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-default-method-bound-subst2.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-default-method-bound-subst3.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-default-method-bound-subst4.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-default-method-bound-subst.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
trait-default-method-bound.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-generic.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
trait-inheritance2.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-inheritance-auto-xc-2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
trait-inheritance-auto-xc.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
trait-inheritance-auto.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-inheritance-call-bound-inherited2.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-inheritance-call-bound-inherited.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-inheritance-cast-without-call-to-supertrait.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-inheritance-cast.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
trait-inheritance-cross-trait-call-xc.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
trait-inheritance-cross-trait-call.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-inheritance-diamond.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
trait-inheritance-multiple-inheritors.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
trait-inheritance-multiple-params.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
trait-inheritance-num0.rs librustc: Remove all uses of static from functions. rs=destatic 2013-03-22 10:27:39 -07:00
trait-inheritance-num1.rs
trait-inheritance-num2.rs
trait-inheritance-num3.rs
trait-inheritance-num5.rs
trait-inheritance-num.rs
trait-inheritance-overloading-simple.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
trait-inheritance-overloading-xc-exe.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
trait-inheritance-overloading.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
trait-inheritance-self.rs
trait-inheritance-simple.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-inheritance-static2.rs librustc: Remove all uses of static from functions. rs=destatic 2013-03-22 10:27:39 -07:00
trait-inheritance-static.rs librustc: Remove all uses of static from functions. rs=destatic 2013-03-22 10:27:39 -07:00
trait-inheritance-subst2.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-inheritance-subst.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
trait-inheritance-visibility.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-region-pointer-simple.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
trait-static-method-overwriting.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
trait-to-str.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
trait-typedef-cc.rs
traits-default-method-macro.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
traits-default-method-self.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
traits-default-method-trivial.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
traits.rs
trivial-message.rs Remove uses of log 2013-03-11 23:19:42 -07:00
tstate-loop-break.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
tup.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
tuple-struct-construct.rs
tuple-struct-destructuring.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
tuple-struct-matching.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
tuple-struct-trivial.rs
type-in-nested-module.rs
type-namespace.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
type-param-constraints.rs
type-param.rs
type-params-in-for-each.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
type-ptr.rs
type-sizes.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
type-use-i1-versus-i8.rs
typeclasses-eq-example-static.rs librustc: Remove all uses of static from functions. rs=destatic 2013-03-22 10:27:39 -07:00
typeclasses-eq-example.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
typestate-cfg-nesting.rs
typestate-multi-decl.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
u8-incr-decr.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
u8-incr.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
u32-decr.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
uint.rs
unary-minus-suffix-inference.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unify-return-ty.rs
uniq-cc-generic.rs
uniq-cc.rs
unique-alt-discrim.rs
unique-assign-copy.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
unique-assign-drop.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-assign-generic.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-assign.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-autoderef-field.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-autoderef-index.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-cmp.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-containing-tag.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-copy-box.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-create.rs
unique-decl-init-copy.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
unique-decl-init.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-decl-move-temp.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-decl-move.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-decl.rs
unique-deref.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-destructure.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-drop-complex.rs
unique-fn-arg-move.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
unique-fn-arg-mut.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-fn-arg.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-fn-ret.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-generic-assign.rs
unique-in-tag.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unique-in-vec-copy.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
unique-in-vec.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-init.rs
unique-kinds.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-log.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unique-move-drop.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-move-temp.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-move.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-mutable.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-object.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-pat-2.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
unique-pat-3.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unique-pat.rs
unique-pinned-nocopy-2.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
unique-rec.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-send-2.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-send.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unique-swap.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unit-like-struct.rs
unit.rs
unnamed_argument_mode.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
unreachable-code-1.rs
unreachable-code.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unsafe-fn-called-from-unsafe-blk.rs
unsafe-fn-called-from-unsafe-fn.rs
unsafe-pointer-assignability.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unused-move-capture.rs
unused-move.rs
unwind-box.rs
unwind-resource2.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
unwind-resource.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
unwind-unique.rs
use-crate-name-alias.rs
use-import-export.rs
use-mod.rs
use-trait-before-def.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
use-uninit-alt2.rs Remove uses of log 2013-03-11 23:19:42 -07:00
use-uninit-alt.rs Remove uses of log 2013-03-11 23:19:42 -07:00
use.rs
utf8_chars.rs Fixed all use sites and tests 2013-03-26 14:59:17 +01:00
utf8_idents.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
utf8.rs Remove uses of log 2013-03-11 23:19:42 -07:00
variant-attributes.rs
variant-structs-trivial.rs
vec-concat.rs Remove uses of log 2013-03-11 23:19:42 -07:00
vec-drop.rs
vec-fixed-length.rs librustc: Remove all uses of the old [T * N] fixed-length vector syntax 2013-03-26 21:29:34 -07:00
vec-growth.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
vec-ivec-deadlock.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
vec-late-init.rs Remove uses of log 2013-03-11 23:19:42 -07:00
vec-matching-autoslice.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
vec-matching-fold.rs Clonify some of run-pass 2013-03-15 18:27:15 -04:00
vec-matching-legal-tail-element-borrow.rs
vec-matching.rs Add one more test for vector destructuring 2013-03-11 19:53:41 +09:00
vec-position.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
vec-push.rs
vec-self-append.rs Remove uses of log 2013-03-11 23:19:42 -07:00
vec-slice-drop.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
vec-slice.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
vec-tail-matching.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
vec-to_str.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
vec-trailing-comma.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
vec.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
vector-no-ann-2.rs
warn-ctypes-inhibit.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
weird-exprs.rs test: Remove pure from the test suite 2013-03-22 12:57:28 -07:00
while-cont.rs Remove uses of log 2013-03-11 23:19:42 -07:00
while-flow-graph.rs
while-loop-constraints-2.rs Remove uses of log 2013-03-11 23:19:42 -07:00
while-prelude-drop.rs test: replace uses of old deriving attribute with new one 2013-03-22 06:30:53 -04:00
while-with-break.rs Remove uses of log 2013-03-11 23:19:42 -07:00
while.rs Remove uses of log 2013-03-11 23:19:42 -07:00
writealias.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
x86stdcall2.rs test: Fix tests. 2013-03-07 22:37:58 -08:00
x86stdcall.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
yield1.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
yield2.rs Remove uses of log 2013-03-11 23:19:42 -07:00
yield.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
zip-same-length.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00