rust/src/test/run-pass
Nick Cameron 13392d19ca Add tests
2015-01-02 10:28:19 +13:00
..
foreign-mod-src
foreign-src
mod_dir_implicit_aux
mod_dir_simple
module-polymorphism3-files/float-template
syntax-extension-source-utils-files
.gitattributes
alias-uninit-value.rs
alignment-gep-tup-like-1.rs
alloca-from-derived-tydesc.rs
anon_trait_static_method_exe.rs
anon-extern-mod-cross-crate-2.rs
anon-extern-mod.rs
anon-trait-static-method.rs
argument-passing.rs
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
as-precedence.rs
asm-concat-src.rs
asm-in-out-operand.rs
asm-out-assign.rs
assert-eq-macro-success.rs
assign-assign.rs
assignability-trait.rs Remove the double auto-ref on arrays/strings as receivers 2014-12-16 17:05:33 +13:00
associated-types-basic.rs Implement associated type projection and normalization. 2014-12-30 09:36:21 -05:00
associated-types-binding-in-where-clause.rs Implement associated type projection and normalization. 2014-12-30 09:36:21 -05:00
associated-types-bound.rs Adjust tests for inferenceGet more conservative about inference for now. Seems better to err on the side of being more correct rather than less. Fix a bug in typing index expressions that was exposed as a result, and add one type annotation that is not required. Delete some random tests that were relying on old behavior and don't seem to add anything anymore. 2014-12-30 09:36:23 -05:00
associated-types-cc.rs Address nits. 2014-12-30 09:36:23 -05:00
associated-types-constant-type.rs Implement associated type projection and normalization. 2014-12-30 09:36:21 -05:00
associated-types-eq-obj.rs Implement associated type projection and normalization. 2014-12-30 09:36:21 -05:00
associated-types-impl-redirect.rs Rework normalization so that it works recursively, since the types extracted from an impl are potentially in need of normalization. This also lays groundwork for further cleanup in other areas by disconnecting normalization from the fulfillment context. 2014-12-31 12:50:30 -05:00
associated-types-in-default-method.rs
associated-types-in-fn.rs
associated-types-in-impl-generics.rs
associated-types-in-inherent-method.rs
associated-types-issue-20371.rs Add tests for two random issues that seem to be fixed on this branch. 2014-12-31 12:52:16 -05:00
associated-types-normalize-in-bounds-ufcs.rs Normalize bounds also in the UFCS cases (and get more systematic about it) 2014-12-31 11:16:28 -05:00
associated-types-normalize-in-bounds.rs Normalize associated types in bounds too. Also, make the workaround 2014-12-30 09:36:23 -05:00
associated-types-projection-bound-in-supertraits.rs Fix whitespace. 2014-12-31 15:05:46 -05:00
associated-types-qualified-path-with-trait-with-type-parameters.rs
associated-types-resolve-lifetime.rs
associated-types-return.rs Implement associated type projection and normalization. 2014-12-30 09:36:21 -05:00
associated-types-simple.rs
associated-types-sugar-path.rs Implement associated type projection and normalization. 2014-12-30 09:36:21 -05:00
associated-types-where-clause-impl-ambiguity.rs Add ignore pretty. 2014-12-31 11:15:42 -05:00
attr-before-view-item2.rs
attr-before-view-item.rs
attr-main-2.rs
attr-main.rs
attr-mix-new.rs
attr-no-drop-flag-size.rs
attr-shebang.rs
attr-start.rs
attr.rs
auto-encode.rs
auto-instantiate.rs
auto-loop.rs
auto-ref-bounded-ty-param.rs
auto-ref-sliceable.rs
auto-ref.rs
autobind.rs
autoderef-and-borrow-method-receiver.rs
autoderef-method-on-trait.rs
autoderef-method-priority.rs
autoderef-method-twice-but-not-thrice.rs
autoderef-method-twice.rs
autoderef-method.rs
autoref-intermediate-types-issue-3585.rs
backtrace.rs
bare-fn-implements-fn-mut.rs
bare-static-string.rs
big-literals.rs
binary-minus-without-space.rs
bind-by-move.rs
bind-field-short-with-modifiers.rs
binops.rs
bitv-perf-test.rs Conventions and cleanup for Bitv and BitvSet 2014-12-20 09:10:02 -05:00
bitwise.rs
block-arg-call-as.rs
block-arg.rs
block-explicit-types.rs
block-expr-precedence.rs
block-fn-coerce.rs
block-iter-1.rs
block-iter-2.rs
bool-not.rs
bool.rs
borrow-by-val-method-receiver.rs
borrow-tuple-fields.rs
borrowck-assign-to-subfield.rs
borrowck-binding-mutbl.rs
borrowck-borrow-from-expr-block.rs
borrowck-borrow-of-mut-base-ptr-safe.rs
borrowck-closures-two-imm.rs
borrowck-field-sensitivity.rs
borrowck-fixed-length-vecs.rs
borrowck-freeze-frozen-mut.rs
borrowck-lend-args.rs
borrowck-macro-interaction-issue-6304.rs
borrowck-move-by-capture-ok.rs
borrowck-mut-uniq.rs
borrowck-mut-vec-as-imm-slice.rs
borrowck-nested-calls.rs
borrowck-pat-enum.rs
borrowck-pat-reassign-no-binding.rs
borrowck-rvalues-mutable.rs
borrowck-scope-of-deref-issue-4666.rs
borrowck-static-item-in-fn.rs
borrowck-trait-lifetime.rs
borrowck-uniq-via-ref.rs
borrowck-univariant-enum.rs
borrowck-use-mut-borrow.rs
borrowed-ptr-pattern-2.rs
borrowed-ptr-pattern-3.rs
borrowed-ptr-pattern-infallible.rs
borrowed-ptr-pattern-option.rs
borrowed-ptr-pattern.rs
break-value.rs
break.rs
bug-7183-generics.rs
bug-7295.rs
builtin-superkinds-capabilities-transitive.rs
builtin-superkinds-capabilities-xc.rs
builtin-superkinds-capabilities.rs
builtin-superkinds-in-metadata.rs
builtin-superkinds-phantom-typaram.rs
builtin-superkinds-self-type.rs
builtin-superkinds-simple.rs
builtin-superkinds-typaram.rs
by-value-self-in-mut-slot.rs
byte-literals.rs
bytes-macro-static.rs
c-stack-as-value.rs
c-stack-returning-int64.rs
call-closure-from-overloaded-op.rs
can-copy-pod.rs
cancel-clean-via-immediate-rvalue-ref.rs
capture-clauses-boxed-closures.rs
capture-clauses-unboxed-closures.rs
capturing-logging.rs
cast-in-array-size.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
cast-region-to-uint.rs
cast.rs
cci_borrow.rs
cci_capture_clause.rs
cci_impl_exe.rs
cci_iter_exe.rs
cci_nested_exe.rs
cci_no_inline_exe.rs
cell-does-not-clone.rs
cfg_attr.rs
cfg_inner_static.rs
cfg-family.rs
cfg-in-crate-1.rs
cfg-macros-foo.rs
cfg-macros-notfoo.rs
cfg-match-arm.rs
cfg-target-family.rs
cfgs-on-items.rs
char.rs
check-static-mut-slices.rs
check-static-recursion-foreign.rs
check-static-slice.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
child-outlives-parent.rs
class-attributes-1.rs
class-attributes-2.rs
class-cast-to-trait-cross-crate-2.rs
class-cast-to-trait-multiple-types.rs
class-cast-to-trait.rs
class-dtor.rs
class-exports.rs
class-impl-very-parameterized-trait.rs
class-implement-trait-cross-crate.rs
class-implement-traits.rs
class-method-cross-crate.rs
class-methods-cross-crate.rs
class-methods.rs
class-poly-methods-cross-crate.rs
class-poly-methods.rs
class-separate-impl.rs
class-str-field.rs
class-typarams.rs
classes-cross-crate.rs
classes-self-referential.rs
classes-simple-cross-crate.rs
classes-simple-method.rs
classes-simple.rs
classes.rs
cleanup-arm-conditional.rs
cleanup-rvalue-during-if-and-while.rs
cleanup-rvalue-for-scope.rs
cleanup-rvalue-scopes.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
cleanup-rvalue-temp-during-incomplete-alloc.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
cleanup-shortcircuit.rs
clone-with-exterior.rs
close-over-big-then-small-data.rs
closure-bounds-can-capture-chan.rs
closure-inference2.rs
closure-inference.rs
closure-reform.rs
closure-return-bang.rs
closure-syntax.rs
cmp-default.rs
coerce-expect-unsized.rs rustc_typeck: don't expect rvalues to have unsized types. 2014-12-23 13:30:36 +02:00
coerce-match.rs Propagate coercions through match expressions. 2014-12-18 13:48:05 +13:00
coerce-reborrow-imm-ptr-arg.rs
coerce-reborrow-imm-ptr-rcvr.rs
coerce-reborrow-imm-vec-arg.rs
coerce-reborrow-imm-vec-rcvr.rs
coerce-reborrow-mut-ptr-arg.rs
coerce-reborrow-mut-ptr-rcvr.rs
coerce-reborrow-mut-vec-arg.rs
coerce-reborrow-mut-vec-rcvr.rs
coerce-to-closure-and-proc.rs
coherence-impl-in-fn.rs
coherence-multidispatch-tuple.rs
coherence-where-clause.rs
colorful-write-macros.rs
comm.rs
compare-generic-enums.rs
complex.rs
concat.rs
conditional-compile-arch.rs
conditional-compile.rs
conditional-debug-macro-off.rs
conditional-debug-macro-on.rs
const-autoderef.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-big-enum.rs
const-binops.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
const-block-cross-crate-fn.rs
const-block-item-macro-codegen.rs
const-block-item.rs
const-block.rs Make Send and Sync traits unsafe 2014-12-26 17:26:33 +01:00
const-bound.rs
const-cast-ptr-int.rs Make Send and Sync traits unsafe 2014-12-26 17:26:33 +01:00
const-cast.rs Make Send and Sync traits unsafe 2014-12-26 17:26:33 +01:00
const-const.rs
const-contents.rs
const-cross-crate-const.rs
const-cross-crate-extern.rs
const-deref.rs
const-enum-byref-self.rs
const-enum-byref.rs
const-enum-cast.rs
const-enum-ptr.rs
const-enum-struct2.rs
const-enum-struct.rs
const-enum-structlike.rs
const-enum-tuple2.rs
const-enum-tuple.rs
const-enum-tuplestruct2.rs
const-enum-tuplestruct.rs
const-enum-vec-index.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-enum-vec-ptr.rs
const-enum-vector.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-expr-in-fixed-length-vec.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-expr-in-vec-repeat.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-extern-function.rs Fix fallout from changes. In cases where stage0 compiler is needed, we 2014-12-22 12:27:07 -05:00
const-fields-and-indexing.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-fn-val.rs
const-negative.rs
const-nullary-enum.rs
const-nullary-univariant-enum.rs
const-rec-and-tup.rs
const-region-ptrs-noncopy.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-region-ptrs.rs
const-str-ptr.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-struct-offsets.rs
const-struct.rs
const-tuple-struct.rs
const-unit-struct.rs
const-vec-of-fns.rs
const-vec-syntax.rs
const-vecs-and-slices.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const.rs
consts-in-patterns.rs
core-run-destroy.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
crate-method-reexport-grrrrrrr.rs
crate-name-attr-used.rs
cross-crate-const-pat.rs
cross-crate-newtype-struct-pat.rs
dead-code-leading-underscore.rs
deep-vector2.rs
deep-vector.rs
deep.rs
default-method-parsing.rs
default-method-simple.rs
default-method-supertrait-vtable.rs
deprecated-no-split-stack.rs
deprecated-phase-syntax.rs
deref-lval.rs
deref-mut-on-ref.rs
deref-on-ref.rs
deref-rc.rs
deref.rs
deriving-bounds.rs Keep track of the whole error chain 2014-12-26 17:26:33 +01:00
deriving-clone-enum.rs
deriving-clone-generic-enum.rs
deriving-clone-generic-struct.rs
deriving-clone-generic-tuple-struct.rs
deriving-clone-struct.rs
deriving-clone-tuple-struct.rs
deriving-cmp-generic-enum.rs
deriving-cmp-generic-struct-enum.rs
deriving-cmp-generic-struct.rs
deriving-cmp-generic-tuple-struct.rs
deriving-cmp-shortcircuit.rs
deriving-default-box.rs
deriving-encodable-decodable-box.rs
deriving-encodable-decodable-cell-refcell.rs
deriving-encodable-decodable.rs
deriving-enum-single-variant.rs
deriving-eq-ord-boxed-slice.rs
deriving-global.rs
deriving-hash.rs
deriving-in-fn.rs
deriving-in-macro.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
deriving-meta-empty-trait-list.rs
deriving-meta-multiple.rs
deriving-meta.rs
deriving-primitive.rs
deriving-rand.rs
deriving-self-lifetime-totalord-totaleq.rs
deriving-self-lifetime.rs
deriving-show-2.rs
deriving-show.rs
deriving-via-extension-c-enum.rs
deriving-via-extension-enum.rs
deriving-via-extension-hash-enum.rs
deriving-via-extension-hash-struct.rs
deriving-via-extension-struct-empty.rs
deriving-via-extension-struct-like-enum-variant.rs
deriving-via-extension-struct-tuple.rs
deriving-via-extension-struct.rs
deriving-via-extension-type-params.rs
deriving-zero.rs
die-macro.rs
div-mod.rs
double-ref.rs
drop-on-empty-block-exit.rs
drop-on-ret.rs
drop-struct-as-object.rs
drop-trait-enum.rs
drop-trait-generic.rs
drop-trait.rs
drop-uninhabited-enum.rs
drop-with-type-ascription-1.rs
drop-with-type-ascription-2.rs
dst-coercions.rs
dst-deref-mut.rs
dst-deref.rs
dst-index.rs
dst-raw.rs Update tests to use ?Sized 2014-12-26 10:16:24 +13:00
dst-struct-sole.rs Update tests to use ?Sized 2014-12-26 10:16:24 +13:00
dst-struct.rs Update tests to use ?Sized 2014-12-26 10:16:24 +13:00
dst-trait.rs Update tests to use ?Sized 2014-12-26 10:16:24 +13:00
dupe-first-attr.rc
duplicated-external-mods.rs
early-ret-binop-add.rs
early-vtbl-resolution.rs
else-if.rs
empty-allocation-non-null.rs
empty-allocation-rvalue-non-null.rs
empty-mutable-vec.rs
empty-tag.rs
enum-alignment.rs
enum-clike-ffi-as-int.rs
enum-discr.rs
enum-discrim-autosizing.rs
enum-discrim-manual-sizing.rs
enum-discrim-range-overflow.rs
enum-discrim-width-stuff.rs
enum-disr-val-pretty.rs
enum-export-inheritance.rs
enum-null-pointer-opt.rs Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
enum-nullable-const-null-with-fields.rs
enum-nullable-simplifycfg-misopt.rs
enum-size-variance.rs
enum-variants.rs
enum-vec-initializer.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
eq-multidispatch.rs
estr-slice.rs
estr-uniq.rs
evec-internal.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
evec-slice.rs
exec-env.rs
explicit_self_xcrate_exe.rs
explicit-i-suffix.rs
explicit-self-closures.rs
explicit-self-generic.rs
explicit-self-objects-uniq.rs
explicit-self.rs
exponential-notation.rs Remove a ton of public reexports 2014-12-21 09:26:41 -08:00
export-abstract-tag.rs
export-glob-imports-target.rs
export-multi.rs
export-non-interference2.rs
export-non-interference3.rs
export-non-interference.rs
export-tag-variant.rs
export-unexported-dep.rs
expr-block-fn.rs
expr-block-generic-unique1.rs
expr-block-generic-unique2.rs
expr-block-generic.rs
expr-block-slot.rs
expr-block-unique.rs
expr-block.rs
expr-copy.rs
expr-empty-ret.rs
expr-fn.rs
expr-if-generic.rs
expr-if-panic-all.rs
expr-if-panic.rs
expr-if-struct.rs
expr-if-unique.rs
expr-if.rs
expr-match-generic-unique1.rs
expr-match-generic-unique2.rs
expr-match-generic.rs
expr-match-panic-all.rs
expr-match-panic.rs
expr-match-struct.rs
expr-match-unique.rs
expr-match.rs
expr-scope.rs
ext-expand-inner-exprs.rs
exterior.rs
extern-1.rs
extern-call-deep2.rs
extern-call-deep.rs
extern-call-direct.rs
extern-call-indirect.rs
extern-call-scrub.rs
extern-calling-convention-test.rs
extern-compare-with-return-type.rs Fix fallout from changes. In cases where stage0 compiler is needed, we 2014-12-22 12:27:07 -05:00
extern-crosscrate.rs
extern-foreign-crate.rs
extern-mod-abi.rs
extern-mod-ordering-exe.rs
extern-mod-syntax.rs
extern-pass-char.rs
extern-pass-double.rs
extern-pass-empty.rs
extern-pass-TwoU8s.rs
extern-pass-TwoU16s.rs
extern-pass-TwoU32s.rs
extern-pass-TwoU64s.rs
extern-pass-u32.rs
extern-pass-u64.rs
extern-pub.rs
extern-return-TwoU8s.rs
extern-return-TwoU16s.rs
extern-return-TwoU32s.rs
extern-return-TwoU64s.rs
extern-stress.rs
extern-take-value.rs
extern-yield.rs
extoption_env-not-defined.rs
fact.rs
fat-arrow-match.rs
field-destruction-order.rs
filter-block-view-items.rs
fixed_length_copy.rs
fixup-deref-mut.rs
float2.rs
float-literal-inference.rs
float-nan.rs
float-signature.rs
float.rs
floatlits.rs
fn-abi.rs
fn-bare-assign.rs
fn-bare-coerce-to-block.rs
fn-bare-item.rs
fn-bare-size.rs
fn-bare-spawn.rs
fn-coerce-field.rs
fn-item-type-cast.rs Various simple tests for fn item type vs fn pointer type and for coercions between them. 2014-12-22 12:27:08 -05:00
fn-item-type-coerce.rs Various simple tests for fn item type vs fn pointer type and for coercions between them. 2014-12-22 12:27:08 -05:00
fn-lval.rs
fn-pattern-expected-type-2.rs
fn-pattern-expected-type.rs
fn-type-infer.rs
for-destruct.rs
for-loop-goofiness.rs
for-loop-panic.rs
foreach-external-iterators-break.rs
foreach-external-iterators-hashmap-break-restart.rs
foreach-external-iterators-hashmap.rs
foreach-external-iterators-loop.rs
foreach-external-iterators-nested.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
foreach-external-iterators.rs
foreach-nested.rs
foreach-put-structured.rs
foreach-simple-outer-slot.rs
foreign2.rs
foreign-call-no-runtime.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
foreign-dupe.rs
foreign-fn-linkname.rs
foreign-fn-with-byval.rs
foreign-mod-unused-const.rs
foreign-no-abi.rs
foreign-struct.rs
format-nan.rs
format-ref-cell.rs
fsu-moves-and-copies.rs
fun-call-variants.rs
fun-indirect-call.rs
func-arg-incomplete-pattern.rs
func-arg-ref-pattern.rs
func-arg-wild-pattern.rs
functional-struct-upd.rs
generic-alias-unique.rs
generic-default-type-params-cross-crate.rs
generic-default-type-params.rs
generic-derived-type.rs
generic-exterior-unique.rs
generic-extern-mangle.rs
generic-fn-infer.rs
generic-fn-twice.rs
generic-fn-unique.rs
generic-fn.rs
generic-ivec-leak.rs
generic-newtype-struct.rs
generic-object.rs
generic-recursive-tag.rs
generic-static-methods.rs
generic-tag-corruption.rs
generic-tag-local.rs
generic-tag-match.rs
generic-tag-values.rs
generic-tag.rs
generic-temporary.rs
generic-tup.rs
generic-type-synonym.rs
generic-type.rs
generic-unique.rs
getopts_ref.rs
global-scope.rs
guards-not-exhaustive.rs
guards.rs
hashmap-memory.rs
hello.rs
hrtb-binder-levels-in-object-types.rs
hrtb-debruijn-object-types-in-closures.rs
hrtb-fn-like-trait-object.rs
hrtb-fn-like-trait.rs
hrtb-opt-in-copy.rs Fix a bug in the opt-in-copy work: it was failing to liberate the regions bound in the impl before searching for Copy implements for all fields, leading to problems in the "copyability check". Basically the copyability check would wind up looking for an impl of for<'tcx> Foo<&'tcx T>. The impl that exists however is impl<T> Copy for Foo<T> and the current rules do not consider that a match (something I would like to revise in a later PR). 2014-12-19 03:29:30 -05:00
hrtb-parse.rs
hrtb-precedence-of-plus-where-clause.rs
hrtb-precedence-of-plus.rs
hrtb-resolve-lifetime.rs
hrtb-trait-object-paren-notation.rs
hrtb-trait-object-passed-to-closure.rs
hrtb-unboxed-closure-trait.rs
html-literals.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
huge-largest-array.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
hygiene-dodging-1.rs
hygienic-labels-in-let.rs
hygienic-labels.rs
i8-incr.rs
i32-sub.rs
if-bot.rs
if-check.rs
if-let.rs
if-ret.rs
ifmt.rs Fallout of changing format_args!(f, args) to f(format_args!(args)). 2014-12-27 23:57:43 +02:00
ignore-all-the-things.rs
impl-implicit-trait.rs
impl-privacy-xc-1.rs
impl-privacy-xc-2.rs
import2.rs
import3.rs
import4.rs
import5.rs
import6.rs
import7.rs
import8.rs
import-from.rs
import-glob-0.rs
import-glob-crate.rs
import-in-block.rs
import-trailing-comma.rs
import.rs
inconsistent-lifetime-mismatch.rs Regression test for #8874 2014-12-28 09:22:52 -08:00
infer-fn-tail-expr.rs
inferred-suffix-in-pattern-range.rs
infinite-loops.rs
inherent-trait-method-order.rs
init-res-into-things.rs
inner-attrs-on-impl.rs
inner-module.rs
inner-static.rs
instantiable.rs
int.rs
integer-literal-radix.rs
integer-literal-suffix-inference.rs
intrinsic-alignment.rs
intrinsic-assume.rs
intrinsic-atomics-cc.rs
intrinsic-atomics.rs
intrinsic-move-val.rs
intrinsic-return-address.rs
intrinsic-uninit.rs
intrinsic-unreachable.rs
intrinsics-integer.rs
intrinsics-math.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
invoke-external-foreign.rs
irrefutable-unit.rs
issue2170exe.rs
issue_3136_b.rs
issue_9155.rs
issue-333.rs
issue-868.rs
issue-979.rs
issue-1112.rs
issue-1251.rs
issue-1257.rs
issue-1451.rs
issue-1460.rs
issue-1516.rs
issue-1660.rs
issue-1696.rs
issue-1701.rs
issue-1821.rs
issue-1866.rs
issue-1974.rs
issue-2074.rs
issue-2185.rs
issue-2190-1.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
issue-2190-2.rs
issue-2214.rs
issue-2216.rs
issue-2284.rs
issue-2288.rs
issue-2311-2.rs
issue-2311.rs
issue-2312.rs
issue-2316-c.rs
issue-2380-b.rs
issue-2383.rs
issue-2414-c.rs
issue-2428.rs
issue-2445-b.rs
issue-2445.rs
issue-2463.rs
issue-2472.rs
issue-2487-a.rs
issue-2502.rs
issue-2526-a.rs
issue-2550.rs
issue-2611-3.rs
issue-2631-b.rs
issue-2633-2.rs
issue-2633.rs
issue-2642.rs
issue-2708.rs
issue-2718.rs Make Send and Sync traits unsafe 2014-12-26 17:26:33 +01:00
issue-2723-b.rs
issue-2734.rs
issue-2735-2.rs
issue-2735-3.rs
issue-2735.rs
issue-2748-a.rs
issue-2748-b.rs
issue-2804-2.rs
issue-2804.rs
issue-2895.rs
issue-2904.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-2935.rs
issue-2936.rs
issue-2989.rs
issue-3012-2.rs
issue-3026.rs
issue-3037.rs
issue-3052.rs
issue-3091.rs
issue-3109.rs
issue-3121.rs
issue-3149.rs
issue-3211.rs
issue-3220.rs
issue-3290.rs
issue-3389.rs
issue-3424.rs
issue-3429.rs
issue-3447.rs
issue-3500.rs
issue-3556.rs
issue-3559.rs
issue-3563-2.rs
issue-3563-3.rs
issue-3574.rs
issue-3609.rs
issue-3656.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-3683.rs
issue-3702.rs
issue-3743.rs
issue-3753.rs
issue-3794.rs
issue-3847.rs
issue-3874.rs
issue-3878.rs
issue-3888-2.rs
issue-3895.rs
issue-3904.rs
issue-3935.rs
issue-3979-2.rs
issue-3979-generics.rs
issue-3979-xcrate.rs
issue-3979.rs
issue-3991.rs
issue-4016.rs
issue-4025.rs
issue-4036.rs
issue-4107.rs
issue-4120.rs
issue-4208.rs
issue-4228.rs
issue-4241.rs
issue-4252.rs
issue-4333.rs
issue-4387.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-4401.rs
issue-4446.rs
issue-4448.rs
issue-4464.rs
issue-4541.rs
issue-4542.rs
issue-4545.rs
issue-4734.rs
issue-4735.rs
issue-4759-1.rs
issue-4759.rs
issue-4830.rs
issue-4875.rs
issue-5008-borrowed-traitobject-method-call.rs
issue-5060.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
issue-5192.rs
issue-5239-2.rs
issue-5243.rs
issue-5280.rs
issue-5315.rs
issue-5321-immediates-with-bare-self.rs
issue-5353.rs
issue-5518.rs
issue-5521.rs
issue-5530.rs
issue-5550.rs
issue-5554.rs
issue-5572.rs
issue-5666.rs
issue-5688.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-5708.rs
issue-5718.rs
issue-5741.rs
issue-5754.rs
issue-5791.rs
issue-5884.rs
issue-5900.rs
issue-5917.rs
issue-5950.rs
issue-5988.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-5997.rs
issue-6117.rs
issue-6128.rs
issue-6130.rs
issue-6153.rs
issue-6157.rs
issue-6318.rs
issue-6334.rs
issue-6341.rs
issue-6344-let.rs
issue-6344-match.rs
issue-6449.rs
issue-6470.rs
issue-6557.rs
issue-6892.rs
issue-6898.rs
issue-6919.rs
issue-7012.rs
issue-7178.rs
issue-7222.rs
issue-7268.rs
issue-7320.rs
issue-7344.rs
issue-7519-match-unit-in-arg.rs
issue-7563.rs
issue-7575.rs
issue-7660.rs
issue-7663.rs Fallout from glob shadowing 2014-12-29 18:20:38 +13:00
issue-7673-cast-generically-implemented-trait.rs
issue-7784.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-7899.rs
issue-7911.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
issue-8044.rs
issue-8171-default-method-self-inherit-builtin-trait.rs
issue-8248.rs
issue-8249.rs
issue-8259.rs
issue-8351-1.rs
issue-8351-2.rs
issue-8391.rs
issue-8398.rs
issue-8401.rs
issue-8460.rs
issue-8498.rs
issue-8506.rs
issue-8578.rs
issue-8709.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
issue-8783.rs
issue-8827.rs
issue-8851.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
issue-8860.rs
issue-8898.rs
issue-9047.rs
issue-9110.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
issue-9123.rs
issue-9129.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
issue-9188.rs
issue-9249.rs
issue-9259.rs
issue-9382.rs
issue-9394-inherited-trait-calls.rs
issue-9396.rs
issue-9446.rs
issue-9719.rs
issue-9737.rs
issue-9906.rs
issue-9918.rs
issue-9942.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-9968.rs
issue-10025.rs
issue-10028.rs
issue-10031.rs
issue-10228.rs
issue-10392.rs
issue-10396.rs
issue-10456.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-10626.rs
issue-10638.rs
issue-10682.rs
issue-10683.rs Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401 2014-12-24 19:33:04 +01:00
issue-10714.rs
issue-10718.rs
issue-10734.rs
issue-10763.rs
issue-10764.rs
issue-10767.rs Fix fallout from changes. In cases where stage0 compiler is needed, we 2014-12-22 12:27:07 -05:00
issue-10802.rs
issue-10806.rs
issue-10853.rs
issue-10902.rs
issue-11085.rs
issue-11205.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-11224.rs
issue-11225-1.rs
issue-11225-2.rs
issue-11267.rs
issue-11384.rs
issue-11508.rs
issue-11529.rs
issue-11552.rs
issue-11577.rs
issue-11612.rs
issue-11677.rs
issue-11709.rs
issue-11736.rs Conventions and cleanup for Bitv and BitvSet 2014-12-20 09:10:02 -05:00
issue-11869.rs
issue-11881.rs
issue-11940.rs
issue-11958.rs
issue-12133-1.rs
issue-12133-2.rs
issue-12133-3.rs
issue-12285.rs
issue-12582.rs
issue-12612.rs
issue-12660.rs
issue-12677.rs
issue-12684.rs Test fixes and rebase conflicts 2014-12-31 08:33:13 -08:00
issue-12699.rs
issue-12744.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-12860.rs
issue-12909.rs
issue-13027.rs
issue-13105.rs
issue-13167.rs Renaming of the Iter types as in RFC #344 2014-12-22 12:58:55 +01:00
issue-13204.rs
issue-13214.rs
issue-13259-windows-tcb-trash.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-13264.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-13304.rs
issue-13323.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-13352.rs
issue-13405.rs
issue-13434.rs
issue-13494.rs
issue-13507-2.rs
issue-13620.rs
issue-13655.rs Regression test for #13655 2014-12-28 09:22:53 -08:00
issue-13665.rs Regression test for #13665 2014-12-28 09:22:53 -08:00
issue-13703.rs
issue-13763.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-13775.rs
issue-13808.rs Regression test for #13808 2014-12-28 09:22:53 -08:00
issue-13837.rs Make Send and Sync traits unsafe 2014-12-26 17:26:33 +01:00
issue-13867.rs
issue-13872.rs
issue-14021.rs
issue-14082.rs
issue-14254.rs Split resolve from rustc::middle into rustc_resolve. 2014-12-20 07:28:47 +02:00
issue-14308.rs
issue-14330.rs
issue-14393.rs
issue-14399.rs
issue-14421.rs
issue-14422.rs
issue-14456.rs
issue-14589.rs
issue-14837.rs
issue-14865.rs
issue-14901.rs
issue-14919.rs
issue-14933.rs
issue-14936.rs
issue-14940.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-14958.rs
issue-14959.rs
issue-15043.rs
issue-15063.rs
issue-15080.rs
issue-15104.rs
issue-15108.rs
issue-15129.rs
issue-15149.rs
issue-15155.rs Update tests to use ?Sized 2014-12-26 10:16:24 +13:00
issue-15189.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
issue-15221.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
issue-15261.rs
issue-15444.rs Fix fallout from changes. In cases where stage0 compiler is needed, we 2014-12-22 12:27:07 -05:00
issue-15487.rs
issue-15562.rs
issue-15571.rs
issue-15673.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-15689-1.rs
issue-15689-2.rs
issue-15734.rs
issue-15763.rs
issue-15774.rs
issue-15793.rs
issue-15858.rs
issue-15924.rs
issue-16151.rs
issue-16256.rs
issue-16272.rs
issue-16278.rs s/Tree/BTree 2014-12-18 16:20:32 -05:00
issue-16441.rs
issue-16452.rs
issue-16492.rs
issue-16560.rs
issue-16596.rs
issue-16597-empty.rs
issue-16597.rs
issue-16643.rs
issue-16648.rs
issue-16668.rs
issue-16671.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
issue-16739.rs
issue-16774.rs
issue-17068.rs
issue-17074.rs
issue-17121.rs
issue-17216.rs
issue-17302.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-17322.rs
issue-17351.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-17361.rs Update tests to use ?Sized 2014-12-26 10:16:24 +13:00
issue-17503.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-17662.rs
issue-17718-parse-const.rs
issue-17718-static-unsafe-interior.rs Keep track of the whole error chain 2014-12-26 17:26:33 +01:00
issue-17718.rs
issue-17734.rs
issue-17771.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-17816.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-17877.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-17897.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-18110.rs
issue-18188.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-18232.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-18352.rs
issue-18353.rs
issue-18412.rs
issue-18425.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-18464.rs
issue-18501.rs
issue-18514.rs
issue-18539.rs
issue-18619.rs
issue-18652.rs
issue-18661.rs
issue-18685.rs
issue-18711.rs
issue-18738.rs
issue-18767.rs
issue-18859.rs
issue-18906.rs Add a test case for issue 18906 2014-12-25 18:17:03 -08:00
issue-19037.rs
issue-19081.rs Address nits. 2014-12-30 09:36:23 -05:00
issue-19098.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-19100.rs
issue-19121.rs Patch tests and create new tests related to projection from a HRTB. 2014-12-30 09:36:22 -05:00
issue-19127.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-19129-1.rs
issue-19129-2.rs
issue-19135.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-19244.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-19293.rs
issue-19340-1.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
issue-19340-2.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
issue-19358.rs
issue-19367.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
issue-19398.rs
issue-19811-escape-unicode.rs Add regression test for Issue 19811. 2014-12-18 12:37:29 +01:00
issue-20091.rs Test fixes and rebase conflicts 2014-12-21 13:49:04 -08:00
istr.rs
item-attributes.rs
item-name-overload.rs
iter-range.rs
ivec-pass-by-value.rs
ivec-tag.rs
keyword-changes-2012-07-31.rs
kindck-implicit-close-over-mut-var.rs
kindck-owned-trait-contains-1.rs
kinds-in-metadata.rs
labeled-break.rs
lambda-infer-unresolved.rs
lambda-var-hygiene.rs
lang-item-public.rs
large-records.rs
last-use-in-block.rs
last-use-in-cap-clause.rs
last-use-is-capture.rs
lazy-and-or.rs
lazy-init.rs
leak-unique-as-tydesc.rs
let-assignability.rs
let-destruct-ref.rs
let-var-hygiene.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
lexer-crlf-line-endings-string-literal-doc-comment.rs
linear-for-loop.rs
link-section.rs
linkage1.rs
linkage-visibility.rs
lint-cstack.rs
lint-non-camel-case-types-non-uppercase-statics-unicode.rs
lint-non-camel-case-with-trailing-underscores.rs
lint-non-uppercase-statics-lowercase-mut-statics.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
log_syntax-trace_macros-macro-locations.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs
log-knows-the-names-of-variants.rs
log-poly.rs
logging_before_rt_started.rs
logging-enabled-debug.rs
logging-enabled.rs
logging-only-prints-once.rs
logging-right-crate.rs
logging-separate-lines.rs
long-while.rs
loop-break-cont-1.rs
loop-break-cont.rs
loop-diverges.rs
loop-label-shadowing.rs
loop-no-reinit-needed-post-bot.rs
loop-scope.rs
macro-2.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-attribute-expansion.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-attributes.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-block-nonterminal.rs
macro-crate-def-only.rs
macro-deep_expansion.rs
macro-delimiter-significance.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-export-inner-module.rs
macro-include-items.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-interpolation.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-invocation-in-count-expr-fixed-array-type.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
macro-meta-items.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-method-issue-4621.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-multiple-items.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-nt-list.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-of-higher-order.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-pat.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-path.rs
macro-stmt.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-with-attrs1.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-with-attrs2.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-with-braces-in-expr-position.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
match-arm-statics.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
match-borrowed_str.rs
match-bot-2.rs
match-bot.rs
match-enum-struct-0.rs
match-enum-struct-1.rs
match-implicit-copy-unique.rs
match-in-macro.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
match-join.rs
match-naked-record-expr.rs
match-naked-record.rs
match-path.rs
match-pattern-bindings.rs
match-pattern-lit.rs
match-pattern-no-type-params.rs
match-pattern-simple.rs
match-phi.rs
match-pipe-binding.rs
match-range-static.rs
match-range.rs
match-ref-binding-in-guard-3256.rs std: Return Result from RWLock/Mutex methods 2014-12-29 09:18:09 -08:00
match-ref-binding-mut-option.rs
match-ref-binding-mut.rs
match-ref-binding.rs
match-static-const-rename.rs
match-str.rs
match-struct-0.rs
match-tag.rs
match-unique-bind.rs
match-value-binding-in-guard-3291.rs
match-var-hygiene.rs
match-vec-alternatives.rs
match-vec-rvalue.rs
match-with-ret-arm.rs
max-min-classes.rs
method-attributes.rs
method-early-bound-lifetimes-on-self.rs
method-mut-self-modifies-mut-slice-lvalue.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
method-recursive-blanket-impl.rs Update tests to use ?Sized 2014-12-26 10:16:24 +13:00
method-self-arg-aux1.rs
method-self-arg-aux2.rs
method-self-arg-trait.rs
method-self-arg.rs
method-two-trait-defer-resolution-1.rs
method-two-trait-defer-resolution-2.rs
method-two-traits-distinguished-via-where-clause.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
mid-path-type-params.rs
mod_dir_implicit.rs
mod_dir_path2.rs
mod_dir_path3.rs
mod_dir_path_multi.rs
mod_dir_path.rs
mod_dir_recursive.rs
mod_dir_simple.rs
mod_file_aux.rs
mod_file_with_path_attr.rs
mod_file.rs
mod-inside-fn.rs
mod-view-items.rs
module-qualified-struct-destructure.rs
monad.rs
monomorphize-abi-alignment.rs
monomorphized-callees-with-ty-params-3314.rs
move-1-unique.rs
move-2-unique.rs
move-2.rs
move-3-unique.rs
move-4-unique.rs
move-4.rs
move-arg-2-unique.rs
move-arg-2.rs
move-arg.rs
move-nullary-fn.rs
move-out-of-field.rs
move-scalar.rs
move-self.rs
moves-based-on-type-capture-clause.rs
moves-based-on-type-cross-crate.rs
multi-let.rs
multibyte.rs
multidispatch1.rs
multidispatch2.rs
multidispatch-conditional-impl-not-considered.rs
multiline-comment.rs
multiple-trait-bounds.rs
mut-function-arguments.rs
mut-in-ident-patterns.rs
mut-vstore-expr.rs
mutability-inherits-through-fixed-length-vec.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
mutable-alias-vec.rs
mutual-recursion-group.rs
namespaced-enum-emulate-flat-xc.rs
namespaced-enum-emulate-flat.rs
namespaced-enum-glob-import-xcrate.rs
namespaced-enum-glob-import.rs
namespaced-enums-xcrate.rs
namespaced-enums.rs
native-print-no-runtime.rs
negative.rs
nested_item_main.rs
nested-block-comment.rs
nested-class.rs
nested-enum-same-names.rs
nested-exhaustive-match.rs
nested-function-names-issue-8587.rs
nested-matchs.rs
nested-pattern.rs
new-box-syntax.rs
new-box.rs
new-impl-syntax.rs
new-import-syntax.rs
new-style-constants.rs
new-style-fixed-length-vec.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
new-unicode-escapes.rs
new-unsafe-pointers.rs
newlambdas-ret-infer2.rs
newlambdas-ret-infer.rs
newlambdas.rs
newtype-polymorphic.rs
newtype-struct-drop-run.rs
newtype-struct-with-dtor.rs
newtype-struct-xc-2.rs
newtype-struct-xc.rs
newtype-temporary.rs
newtype.rs
nil-decl-in-foreign.rs
nil-pattern.rs
no-landing-pads.rs
no-std-xcrate2.rs
no-std-xcrate.rs
non-built-in-quote.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
non-legacy-modes.rs
nul-characters.rs
nullable-pointer-ffi-compat.rs
nullable-pointer-iotareduction.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
nullable-pointer-size.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
nullary-or-pattern.rs
numeric-method-autoexport.rs
object-one-type-two-traits.rs
objects-coerce-freeze-borrored.rs
objects-owned-object-borrowed-method-headerless.rs
objects-owned-object-owned-method.rs
once-move-out-on-heap.rs
one-tuple.rs
opeq.rs
operator-associativity.rs
operator-multidispatch.rs
operator-overloading.rs Fix run pass tests 2014-12-18 15:02:29 -05:00
opt-out-copy.rs
option-ext.rs
option-unwrap.rs
or-pattern.rs
order-drop-with-match.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
osx-frameworks.rs
out-of-stack-new-thread-no-split.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
out-of-stack-no-split.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
out-of-stack.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
out-pointer-aliasing.rs
output-slot-variants.rs
over-constrained-vregs.rs
overloaded-autoderef-count.rs
overloaded-autoderef-indexing.rs
overloaded-autoderef-order.rs
overloaded-autoderef-vtable.rs
overloaded-autoderef-xcrate.rs
overloaded-autoderef.rs
overloaded-calls-param-vtables.rs
overloaded-calls-simple.rs
overloaded-calls-zero-args.rs
overloaded-deref-count.rs
overloaded-deref.rs
overloaded-index-assoc-list.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
overloaded-index-autoderef.rs
overloaded-index-in-field.rs
overloaded-index.rs
owned-implies-static.rs
packed-struct-borrow-element.rs
packed-struct-generic-layout.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
packed-struct-generic-size.rs
packed-struct-layout.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
packed-struct-match.rs
packed-struct-size-xc.rs
packed-struct-size.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
packed-struct-vec.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
packed-tuple-struct-layout.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
packed-tuple-struct-size.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
panic-in-dtor-drops-fields.rs
parameterized-trait-with-bounds.rs
paren-free.rs
parse-panic.rs
path.rs
pattern-bound-var-in-for-each.rs
pattern-in-closure.rs
phase-use-ignored.rs
placement-new-arena.rs
pred-not-bool.rs
preempt.rs
priv-impl-prim-ty.rs
privacy1.rs
privacy-ns.rs
privacy-reexport.rs
private-class-field.rs
private-method.rs
process-detach.rs
process-remove-from-env.rs
process-spawn-with-unicode-params.rs
ptr-coercion.rs
pub_use_mods_xcrate_exe.rs
pub-extern-privacy.rs
pub-use-xcrate.rs
pure-sum.rs
purity-infer.rs
range.rs Add tests 2015-01-02 10:28:19 +13:00
raw-str.rs
rcvr-borrowed-to-region.rs
rcvr-borrowed-to-slice.rs
readalias.rs
realloc-16687.rs
rec-align-u32.rs
rec-align-u64.rs
rec-auto.rs
rec-extend.rs
rec-tup.rs
rec.rs
record-pat.rs
reexport-should-still-link.rs
reexport-star.rs
reexport-test-harness-main.rs
reexported-static-methods-cross-crate.rs
regions-addr-of-interior-of-unique-box.rs
regions-addr-of-ret.rs
regions-borrow-at.rs
regions-borrow-evec-fixed.rs
regions-borrow-evec-uniq.rs
regions-borrow-uniq.rs
regions-bot.rs
regions-bound-lists-feature-gate-2.rs
regions-bound-lists-feature-gate.rs
regions-close-over-type-parameter-successfully.rs
regions-copy-closure.rs
regions-creating-enums2.rs
regions-creating-enums5.rs
regions-dependent-addr-of.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
regions-dependent-autofn.rs
regions-dependent-autoslice.rs
regions-dependent-let-ref.rs
regions-early-bound-lifetime-in-assoc-fn.rs
regions-early-bound-trait-param.rs
regions-early-bound-used-in-bound-method.rs
regions-early-bound-used-in-bound.rs
regions-early-bound-used-in-type-param.rs
regions-escape-into-other-fn.rs
regions-expl-self.rs
regions-fn-subtyping-2.rs
regions-fn-subtyping.rs
regions-infer-bivariance.rs
regions-infer-borrow-scope-addr-of.rs
regions-infer-borrow-scope-view.rs
regions-infer-borrow-scope-within-loop-ok.rs
regions-infer-borrow-scope.rs
regions-infer-call-2.rs
regions-infer-call.rs
regions-infer-contravariance-due-to-ret.rs
regions-infer-reborrow-ref-mut-recurse.rs
regions-infer-region-in-fn-but-not-type.rs
regions-infer-static-from-proc.rs
regions-lifetime-nonfree-late-bound.rs
regions-lifetime-static-items-enclosing-scopes.rs
regions-link-fn-args.rs
regions-mock-tcx.rs
regions-mock-trans.rs
regions-no-bound-in-argument-cleanup.rs
regions-no-variance-from-fn-generics.rs
regions-nullary-variant.rs
regions-params.rs
regions-return-interior-of-option.rs
regions-scope-chain-example.rs
regions-self-impls.rs
regions-self-in-enums.rs
regions-simple.rs
regions-static-closure.rs
regions-variance-contravariant-use-contravariant.rs
regions-variance-covariant-use-covariant.rs
rename-directory.rs
repeat-expr-in-static.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
repeated-vector-syntax.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
resolve-issue-2428.rs
resource-assign-is-not-copy.rs
resource-destruct.rs
resource-in-struct.rs
ret-bang.rs
ret-none.rs
return-from-closure.rs
return-nil.rs
running-with-no-runtime.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
rust-log-filter.rs
segfault-no-out-of-stack.rs
self-impl.rs Allow Self in impls. 2014-12-20 21:11:36 +13:00
self-in-mut-slot-default-method.rs
self-in-mut-slot-immediate-value.rs
self-re-assign.rs
self-shadowing-import.rs
self-type-param.rs
send_str_hashmap.rs
send_str_treemap.rs enumset fallout 2014-12-18 16:20:32 -05:00
send-resource.rs
send-type-inference.rs
sendable-class.rs
sendfn-is-a-block.rs
sendfn-spawn-with-fn-arg.rs
sepcomp-cci.rs
sepcomp-extern.rs
sepcomp-fns-backwards.rs
sepcomp-fns.rs
sepcomp-lib-lto.rs
sepcomp-lib.rs
sepcomp-statics.rs
sepcomp-unwind.rs
seq-compare.rs
shadow.rs
shebang.rs
shift.rs
show-boxed-slice.rs
signal-exit-status.rs
signed-shift-const-eval.rs
sigpipe-should-be-ignored.rs
simd-binop.rs
simd-generics.rs
simd-issue-10604.rs
simd-type.rs
simple-generic-match.rs
simple-generic-tag.rs
simple-infer.rs
simple-match-generic-tag.rs
size-and-align.rs
sized-borrowed-pointer.rs
sized-owned-pointer.rs
slice-2.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
slice-panic-1.rs
slice-panic-2.rs
slice.rs
slowparse-bstring.rs
slowparse-string.rs
small-enum-range-edge.rs
small-enums-with-fields.rs
smallest-hello-world.rs
spawn2.rs
spawn-fn.rs
spawn-types.rs
spawn.rs
spawning-with-debug.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
stable-addr-of.rs
stat.rs
static-assert.rs
static-fn-inline-xc.rs
static-fn-trait-xc.rs
static-function-pointer-xc.rs
static-function-pointer.rs
static-impl.rs
static-method-in-trait-with-tps-intracrate.rs
static-method-xcrate.rs
static-methods-in-traits2.rs
static-methods-in-traits.rs
static-mut-foreign.rs
static-mut-xc.rs
str-concat.rs
str-multiline.rs
string-escapes.rs
string-self-append.rs
struct_variant_xc_match.rs
struct_variant_xc.rs
struct-aliases-xcrate.rs
struct-aliases.rs
struct-destructuring-cross-crate.rs
struct-like-variant-construct.rs
struct-like-variant-match.rs
struct-lit-functional-no-fields.rs
struct-literal-dtor.rs
struct-new-as-field-name.rs
struct-order-of-eval-1.rs
struct-order-of-eval-2.rs
struct-partial-move-1.rs
struct-partial-move-2.rs
struct-pattern-matching.rs
struct-return.rs
struct-variant-field-visibility.rs
structured-compare.rs
super-fast-paren-parsing.rs
super.rs
supertrait-default-generics.rs
supported-cast.rs
svh-add-comment.rs
svh-add-doc.rs
svh-add-macro.rs
svh-add-nothing.rs
svh-add-redundant-cfg.rs
svh-add-whitespace.rs
swap-1.rs
swap-2.rs
swap-overlapping.rs
syntax-extension-bytes.rs
syntax-extension-cfg.rs
syntax-extension-source-utils.rs Rename include_bin! to include_bytes! 2014-12-23 22:06:32 +13:00
tag-align-dyn-u64.rs
tag-align-dyn-variants.rs
tag-align-shape.rs
tag-align-u64.rs
tag-disr-val-shape.rs
tag-exports.rs
tag-in-block.rs
tag-variant-disr-type-mismatch.rs
tag-variant-disr-val.rs
tag.rs
tail-call-arg-leak.rs
tail-cps.rs
tail-direct.rs
task-comm-0.rs
task-comm-1.rs
task-comm-3.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
task-comm-4.rs
task-comm-5.rs
task-comm-6.rs
task-comm-7.rs
task-comm-9.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
task-comm-10.rs
task-comm-11.rs
task-comm-12.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
task-comm-13.rs
task-comm-14.rs
task-comm-15.rs
task-comm-16.rs
task-comm-17.rs
task-comm-chan-nil.rs
task-life-0.rs
task-spawn-move-and-copy.rs
task-stderr.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
tcp-accept-stress.rs
tcp-connect-timeouts.rs Fallout from glob shadowing 2014-12-29 18:20:38 +13:00
tcp-stress.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
tempfile.rs
terminate-in-initializer.rs
test-runner-hides-main.rs
test-should-fail-good-message.rs
threads.rs
trailing-comma.rs
trait-bounds-basic.rs
trait-bounds-impl-comparison-duplicates.rs
trait-bounds-in-arc.rs
trait-bounds-on-structs-and-enums.rs
trait-bounds-recursion.rs
trait-bounds.rs
trait-cache-issue-18209.rs
trait-coercion-generic.rs
trait-coercion.rs
trait-composition-trivial.rs
trait-contravariant-self.rs
trait-default-method-bound-subst2.rs
trait-default-method-bound-subst3.rs
trait-default-method-bound-subst4.rs
trait-default-method-bound-subst.rs
trait-default-method-bound.rs
trait-default-method-xc-2.rs
trait-default-method-xc.rs
trait-generic.rs
trait-impl.rs
trait-inheritance2.rs
trait-inheritance-auto-xc-2.rs
trait-inheritance-auto-xc.rs
trait-inheritance-auto.rs
trait-inheritance-call-bound-inherited2.rs
trait-inheritance-call-bound-inherited.rs
trait-inheritance-cast-without-call-to-supertrait.rs
trait-inheritance-cast.rs
trait-inheritance-cross-trait-call-xc.rs
trait-inheritance-cross-trait-call.rs
trait-inheritance-diamond.rs
trait-inheritance-multiple-inheritors.rs
trait-inheritance-multiple-params.rs
trait-inheritance-num0.rs
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
trait-inheritance-overloading-xc-exe.rs
trait-inheritance-overloading.rs
trait-inheritance-self-in-supertype.rs
trait-inheritance-self.rs
trait-inheritance-simple.rs
trait-inheritance-static2.rs
trait-inheritance-static.rs
trait-inheritance-subst2.rs
trait-inheritance-subst.rs
trait-inheritance-visibility.rs
trait-object-generics.rs
trait-object-safety.rs Tests 2014-12-30 19:06:18 +13:00
trait-region-pointer-simple.rs
trait-safety-ok-cc.rs
trait-safety-ok.rs
trait-static-method-overwriting.rs
trait-to-str.rs
trait-where-clause-vs-impl.rs
trait-with-bounds-default.rs
traits-conditional-dispatch.rs
traits-conditional-model-fn.rs
traits-default-method-macro.rs
traits-default-method-mut.rs
traits-default-method-self.rs
traits-default-method-trivial.rs
traits-multidispatch-infer-convert-source-and-target.rs
traits-multidispatch-infer-convert-target.rs
trans-tag-static-padding.rs
transmute-non-immediate-to-immediate.rs
trivial-message.rs
tup.rs
tuple-index-fat-types.rs
tuple-index.rs
tuple-struct-construct.rs
tuple-struct-constructor-pointer.rs
tuple-struct-destructuring.rs
tuple-struct-matching.rs
tuple-struct-trivial.rs
tydesc-name.rs
type-id-higher-rank.rs Add regression test for #19791 2014-12-15 18:26:05 -08:00
type-in-nested-module.rs
type-namespace.rs
type-param-constraints.rs
type-param.rs
type-params-in-for-each.rs
type-ptr.rs
type-sizes.rs Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
type-use-i1-versus-i8.rs
typeck_type_placeholder_1.rs Make Send and Sync traits unsafe 2014-12-26 17:26:33 +01:00
typeck-macro-interaction-issue-8852.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
typeclasses-eq-example-static.rs
typeclasses-eq-example.rs
typeid-intrinsic.rs
typestate-cfg-nesting.rs
typestate-multi-decl.rs
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
ufcs-explicit-self.rs
ufcs-type-params.rs
uint.rs
unary-minus-suffix-inference.rs
unboxed-closures-all-traits.rs
unboxed-closures-boxed.rs
unboxed-closures-by-ref.rs
unboxed-closures-cross-crate.rs
unboxed-closures-direct-sugary-call.rs
unboxed-closures-drop.rs
unboxed-closures-extern-fn-hr.rs
unboxed-closures-extern-fn.rs
unboxed-closures-fn-as-fnmut-and-fnonce.rs
unboxed-closures-fnmut-as-fnonce.rs
unboxed-closures-generic.rs
unboxed-closures-infer-argument-types-from-expected-bound.rs
unboxed-closures-infer-argument-types-from-expected-object-type.rs
unboxed-closures-infer-argument-types-with-bound-regions-from-expected-bound.rs
unboxed-closures-infer-kind.rs
unboxed-closures-manual-impl.rs
unboxed-closures-monomorphization.rs
unboxed-closures-move-mutable.rs
unboxed-closures-prelude.rs
unboxed-closures-simple.rs
unboxed-closures-single-word-env.rs
unboxed-closures-static-call-fn-once.rs
unboxed-closures-sugar-object.rs
unboxed-closures-unique-type-id.rs
unboxed-closures-zero-args.rs
unfold-cross-crate.rs
unify-return-ty.rs
uninit-empty-types.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
uniq-self-in-mut-slot.rs
unique-assign-copy.rs
unique-assign-drop.rs
unique-assign-generic.rs
unique-assign.rs
unique-autoderef-field.rs
unique-autoderef-index.rs
unique-cmp.rs
unique-containing-tag.rs
unique-create.rs
unique-decl-init-copy.rs
unique-decl-init.rs
unique-decl-move.rs
unique-decl.rs
unique-deref.rs
unique-destructure.rs
unique-drop-complex.rs
unique-fn-arg-move.rs
unique-fn-arg-mut.rs
unique-fn-arg.rs
unique-fn-ret.rs
unique-generic-assign.rs
unique-in-tag.rs
unique-in-vec-copy.rs
unique-in-vec.rs
unique-init.rs
unique-kinds.rs
unique-log.rs
unique-match-discrim.rs
unique-move-drop.rs
unique-move-temp.rs
unique-move.rs
unique-mutable.rs
unique-object-move.rs
unique-pat-2.rs
unique-pat-3.rs
unique-pat.rs
unique-rec.rs
unique-send-2.rs
unique-send.rs
unique-swap.rs
unit-like-struct-drop-run.rs
unit-like-struct.rs
unit.rs
unnamed_argument_mode.rs
unreachable-code-1.rs
unreachable-code.rs
unsafe-fn-called-from-unsafe-blk.rs
unsafe-fn-called-from-unsafe-fn.rs
unsafe-pointer-assignability.rs
unsized2.rs Update tests to use ?Sized 2014-12-26 10:16:24 +13:00
unsized3.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
unsized.rs Update tests to use ?Sized 2014-12-26 10:16:24 +13:00
unused-move-capture.rs
unused-move.rs
unwind-resource.rs
unwind-unique.rs
use_inline_dtor.rs
use-crate-name-alias.rs
use-import-export.rs
use-mod.rs
use-trait-before-def.rs
use-uninit-match2.rs
use-uninit-match.rs
use.rs
utf8_chars.rs
utf8_idents.rs
utf8-bom.rs
utf8.rs
variadic-ffi.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
variant-attributes.rs
variant-structs-trivial.rs
vec-concat.rs
vec-dst.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
vec-fixed-length.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
vec-growth.rs
vec-late-init.rs
vec-macro-with-brackets.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
vec-macro-with-trailing-comma.rs
vec-matching-autoslice.rs
vec-matching-fixed.rs
vec-matching-fold.rs
vec-matching-legal-tail-element-borrow.rs
vec-matching.rs
vec-push.rs
vec-repeat-with-cast.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
vec-slice-drop.rs
vec-slice.rs
vec-tail-matching.rs
vec-to_str.rs
vec.rs
vector-no-ann-2.rs
vector-sort-panic-safe.rs Rename TaskRng to ThreadRng 2014-12-28 13:46:35 +02:00
visible-private-types-feature-gate.rs
wait-forked-but-failed-child.rs
warn-ctypes-inhibit.rs
weak-lang-item.rs
weird-exprs.rs
where-clause-early-bound-lifetimes.rs Add parser support for generalized where clauses 2014-12-20 02:48:17 -08:00
where-clause-method-substituion.rs Add parser support for generalized where clauses 2014-12-20 02:48:17 -08:00
where-clause-region-outlives.rs Add parser support for generalized where clauses 2014-12-20 02:48:17 -08:00
where-clauses-cross-crate.rs
where-clauses-lifetimes.rs
where-clauses-method.rs Add parser support for generalized where clauses 2014-12-20 02:48:17 -08:00
where-clauses-not-parameter.rs Add parser support for generalized where clauses 2014-12-20 02:48:17 -08:00
where-clauses-unboxed-closures.rs
where-clauses.rs
while-cont.rs
while-flow-graph.rs
while-label.rs
while-let.rs
while-loop-constraints-2.rs
while-prelude-drop.rs
while-with-break.rs
while.rs
writealias.rs std: Return Result from RWLock/Mutex methods 2014-12-29 09:18:09 -08:00
x86stdcall2.rs
x86stdcall.rs
xcrate-address-insignificant.rs
xcrate-static-addresses.rs
xcrate-trait-lifetime-param.rs
xcrate-unit-struct.rs
yield1.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
yield2.rs
yield.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
zero-size-type-destructors.rs