..
foreign-mod-src
foreign-src
mod_dir_implicit_aux
mod_dir_simple
module-polymorphism3-files /float-template
syntax-extension-source-utils-files
alias-uninit-value.rs
alignment-gep-tup-like-1.rs
alignment-gep-tup-like-2.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
alloca-from-derived-tydesc.rs
anon_trait_static_method_exe.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
anon-extern-mod-cross-crate-2.rs
anon-extern-mod.rs
anon-trait-static-method.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
argument-passing.rs
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
asm-out-assign.rs
assert-eq-macro-success.rs
assign-assign.rs
assignability-trait.rs
attr-before-view-item2.rs
attr-before-view-item.rs
attr-main-2.rs
attr-main.rs
attr-no-drop-flag-size.rs
attr-start.rs
auto-encode.rs
Remove the io::Decorator trait
2014-01-08 23:42:28 -08:00
auto-instantiate.rs
auto-loop.rs
auto-ref-bounded-ty-param.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
auto-ref-slice-plus-ref.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
bare-static-string.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
big-literals.rs
binary-minus-without-space.rs
bind-by-move.rs
bind-field-short-with-modifiers.rs
binops.rs
bitv-perf-test.rs
bitwise.rs
block-arg-call-as.rs
block-arg-can-be-followed-by-binop.rs
block-arg-can-be-followed-by-block-arg.rs
block-arg-can-be-followed-by-call.rs
block-arg-in-parentheses.rs
block-arg-used-as-any.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
borrow-by-val-method-receiver.rs
borrowck-assign-to-subfield.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
borrowck-binding-mutbl.rs
borrowck-borrow-from-at-vec.rs
borrowck-borrow-from-expr-block.rs
borrowck-borrow-of-mut-base-ptr-safe.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
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
borrowck-pat-enum.rs
borrowck-pat-reassign-no-binding.rs
borrowck-preserve-box-in-field.rs
borrowck-preserve-box-in-moved-value.rs
borrowck-preserve-box-in-uniq.rs
borrowck-preserve-box.rs
borrowck-preserve-cond-box.rs
borrowck-preserve-expl-deref.rs
borrowck-root-while-cond-2.rs
test: Get rid of some @mut
s in borrow check tests
2014-01-03 14:02:01 -08:00
borrowck-root-while-cond.rs
test: Get rid of some @mut
s in borrow check tests
2014-01-03 14:02:01 -08:00
borrowck-rvalues-mutable.rs
borrowck-scope-of-deref-issue-4666.rs
borrowck-static-item-in-fn.rs
borrowck-uniq-via-ref.rs
borrowck-univariant-enum.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
borrowed-ptr-pattern-2.rs
borrowed-ptr-pattern-3.rs
borrowed-ptr-pattern-infallible.rs
borrowed-ptr-pattern-option.rs
borrowed-ptr-pattern.rs
box-compare.rs
box-in-tup.rs
box-inside-if2.rs
box-inside-if.rs
box-unbox.rs
box.rs
boxed-class-type-substitution.rs
boxed-trait-with-vstore.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
break-value.rs
break.rs
bug-7183-generics.rs
bug-7295.rs
builtin-superkinds-capabilities-transitive.rs
builtin-superkinds-capabilities-xc.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
builtin-superkinds-capabilities.rs
builtin-superkinds-in-metadata.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
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
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
cap-clause-move.rs
capture_nil.rs
capturing-logging.rs
xfail two tests that hang on Android ( #11419 )
2014-01-12 19:31:26 -08: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
cfg_inner_static.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
cfg-family.rs
cfg-macros-foo.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
cfg-macros-notfoo.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
cfg-target-family.rs
cfgs-on-items.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
char.rs
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
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
class-cast-to-trait.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
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-copy-mode.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
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
cmp-default.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08: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
coherence-impl-in-fn.rs
comm.rs
compare-generic-enums.rs
complex.rs
concat.rs
conditional-compile-arch.rs
conditional-compile.rs
conditional-debug-macro-off.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
conditional-debug-macro-on.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
const-autoderef.rs
const-big-enum.rs
const-binops.rs
Remove ApproxEq and assert_approx_eq!
2014-01-09 15:41:46 +11:00
const-bound.rs
const-cast-ptr-int.rs
const-cast.rs
const-const.rs
const-contents.rs
const-cross-crate-const.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
const-cross-crate-extern.rs
const-deref.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
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
const-enum-vec-ptr.rs
const-enum-vector.rs
const-expr-in-fixed-length-vec.rs
const-expr-in-vec-repeat.rs
const-extern-function.rs
const-fields-and-indexing.rs
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
const-region-ptrs.rs
const-str-ptr.rs
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
const.rs
consts-in-patterns.rs
core-run-destroy.rs
crate-method-reexport-grrrrrrr.rs
crateresolve1.rs
crateresolve2.rs
crateresolve3.rs
crateresolve4.rs
crateresolve5.rs
crateresolve8.rs
Remove extern mod foo (name="bar")
syntax, closes #9543
2014-01-01 23:36:57 +01:00
cross-crate-const-pat.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
cross-crate-newtype-struct-pat.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
cycle-collection.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
dead-code-one-arm-if.rs
deep-vector2.rs
deep-vector.rs
deep.rs
default-method-parsing.rs
default-method-simple.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
default-method-supertrait-vtable.rs
deref-lval.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
deref.rs
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-encodable-decodable.rs
Remove the io::Decorator trait
2014-01-08 23:42:28 -08:00
deriving-enum-single-variant.rs
deriving-global.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
deriving-in-macro.rs
deriving-meta-empty-trait-list.rs
deriving-meta-multiple.rs
deriving-meta.rs
deriving-primitive.rs
deriving-rand.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
deriving-self-lifetime-totalord-totaleq.rs
deriving-self-lifetime.rs
deriving-to-str.rs
deriving-via-extension-c-enum.rs
deriving-via-extension-enum.rs
deriving-via-extension-iter-bytes-enum.rs
deriving-via-extension-iter-bytes-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
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
die-macro.rs
div-mod.rs
do1.rs
do2.rs
do3.rs
do-empty-args.rs
do-no-args.rs
double-unbox.rs
drop-on-empty-block-exit.rs
drop-on-ret.rs
drop-trait-generic.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
drop-trait.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
dupe-first-attr.rc
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
duplicate-use.rs
duplicated-external-mods.rs
early-ret-binop-add.rs
early-vtbl-resolution.rs
else-if.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-nullable-const-null-with-fields.rs
Fix ICE on const of nullable enum with fields in null case.
2014-01-09 22:24:31 -08:00
enum-nullable-simplifycfg-misopt.rs
enum-variants.rs
enum-vec-initializer.rs
estr-shared.rs
estr-slice.rs
estr-uniq.rs
evec-internal-boxes.rs
evec-internal.rs
evec-slice.rs
exec-env.rs
explicit_self_xcrate_exe.rs
explicit-i-suffix.rs
explicit-self-closures.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
explicit-self-generic.rs
Don't allow single-variant enums to be dereferenced. #6246
2014-01-04 13:17:31 -08:00
explicit-self-objects-box.rs
explicit-self-objects-simple.rs
explicit-self-objects-uniq.rs
explicit-self.rs
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-box.rs
expr-block-fn.rs
expr-block-generic-box1.rs
expr-block-generic-box2.rs
expr-block-generic-unique1.rs
expr-block-generic-unique2.rs
expr-block-generic.rs
expr-block-ref.rs
expr-block-slot.rs
expr-block-unique.rs
expr-block.rs
expr-copy.rs
expr-elseif-ref2.rs
expr-elseif-ref.rs
expr-empty-ret.rs
expr-fn.rs
expr-if-box.rs
expr-if-fail-all.rs
expr-if-fail.rs
expr-if-generic-box1.rs
expr-if-generic-box2.rs
expr-if-generic.rs
expr-if-struct.rs
expr-if-unique.rs
expr-if.rs
expr-match-box.rs
expr-match-fail-all.rs
expr-match-fail.rs
expr-match-generic-box1.rs
expr-match-generic-box2.rs
expr-match-generic-unique1.rs
expr-match-generic-unique2.rs
expr-match-generic.rs
expr-match-struct.rs
expr-match-unique.rs
expr-match.rs
expr-repeat-vstore.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
expr-scope.rs
exterior.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
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
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
extern-compare-with-return-type.rs
extern-crosscrate.rs
Remove extern mod foo (name="bar")
syntax, closes #9543
2014-01-01 23:36:57 +01:00
extern-fn-reachable.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
extern-mod-abi.rs
extern-mod-ordering-exe.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
extern-mod-syntax.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
extern-pass-char.rs
extern-pass-double.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
fail-in-dtor-drops-fields.rs
fat-arrow-match.rs
field-destruction-order.rs
filter-block-view-items.rs
fixed_length_copy.rs
fixed_length_vec_glue.rs
float2.rs
float-literal-inference.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
float-nan.rs
float-signature.rs
float.rs
floatlits.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-lval.rs
fn-pattern-expected-type-2.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
fn-pattern-expected-type.rs
fn-type-infer.rs
for-destruct.rs
for-loop-fail.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
foreach-external-iterators.rs
foreach-nested.rs
foreach-put-structured.rs
foreach-simple-outer-slot.rs
foreign2.rs
foreign-call-no-runtime.rs
foreign-dupe.rs
foreign-fn-linkname.rs
foreign-lib-path.rs
foreign-mod-unused-const.rs
foreign-mod.rc
foreign-no-abi.rs
foreign-struct.rs
foreign.rc
format-no-uppercase-statics.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-box.rs
generic-alias-unique.rs
generic-box.rs
generic-derived-type.rs
generic-drop-glue.rs
generic-exterior-box.rs
generic-exterior-unique.rs
generic-fn-box.rs
generic-fn-infer.rs
generic-fn-twice.rs
generic-fn-unique.rs
generic-fn.rs
generic-ivec-leak.rs
generic-ivec.rs
generic-newtype-struct.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
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
glob-std.rs
global-scope.rs
guards-not-exhaustive.rs
guards.rs
hashmap-memory.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
hello.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
html-literals.rs
hygiene-dodging-1.rs
i8-incr.rs
i32-sub.rs
if-bot.rs
if-check.rs
if-ret.rs
ifmt.rs
Remove the io::Decorator trait
2014-01-08 23:42:28 -08:00
ignore-all-the-things.rs
impl-implicit-trait.rs
impl-privacy-xc-1.rs
impl-privacy-xc-2.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
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
infer-fn-tail-expr.rs
inferred-suffix-in-pattern-range.rs
infinite-loops.rs
init-res-into-things.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
inner-attrs-on-impl.rs
inner-module.rs
inner-static.rs
instantiable.rs
int-conversion-coherence.rs
int.rs
integer-literal-radix.rs
integer-literal-suffix-inference.rs
integral-indexing.rs
intrinsic-alignment.rs
intrinsic-atomics-cc.rs
intrinsic-atomics.rs
intrinsic-move-val.rs
intrinsic-uninit.rs
intrinsics-integer.rs
intrinsics-math.rs
Remove ApproxEq and assert_approx_eq!
2014-01-09 15:41:46 +11:00
invoke-external-foreign.rs
irrefutable-unit.rs
issue2170exe.rs
issue2378c.rs
issue_3136_b.rs
issue_9155.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-333.rs
issue-868.rs
issue-979.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
issue-980.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
issue-1112.rs
issue-1251.rs
rustc: Add a lint for the obsolete crate-level link attribute
2013-12-23 21:04:01 -08:00
issue-1257.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-2185.rs
issue-2190-1.rs
issue-2190-2.rs
issue-2190.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
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
issue-2633-2.rs
issue-2633.rs
issue-2642.rs
issue-2708.rs
issue-2718.rs
issue-2723-b.rs
issue-2734.rs
issue-2735-2.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
issue-2735-3.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
issue-2735.rs
issue-2748-a.rs
issue-2748-b.rs
issue-2804-2.rs
issue-2804.rs
issue-2895.rs
issue-2904.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08: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-3168.rs
issue-3186.rs
issue-3211.rs
issue-3220.rs
issue-3250.rs
issue-3290.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-3389.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-3424.rs
issue-3429.rs
issue-3447.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-3500.rs
issue-3556.rs
issue-3559.rs
issue-3563-2.rs
issue-3563-3.rs
'borrowed pointer' -> 'reference'
2014-01-07 18:49:13 -08:00
issue-3574.rs
issue-3609.rs
issue-3656.rs
issue-3683.rs
issue-3702.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-3743.rs
issue-3753.rs
issue-3794.rs
issue-3796.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-3847.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
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
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-4036.rs
issue-4092.rs
issue-4107.rs
issue-4120.rs
issue-4208.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-4228.rs
issue-4241.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-4252.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-4333.rs
issue-4387.rs
issue-4401.rs
issue-4446.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-4448.rs
issue-4464.rs
issue-4541.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-4542.rs
issue-4545.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-4735.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
issue-4759-1.rs
issue-4759.rs
issue-4830.rs
issue-4875.rs
issue-5008-borrowed-traitobject-method-call.rs
issue-5060.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-5192.rs
issue-5239-2.rs
issue-5243.rs
issue-5280.rs
issue-5315.rs
issue-5321-immediates-with-bare-self.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-5353.rs
issue-5530.rs
issue-5550.rs
issue-5554.rs
issue-5572.rs
issue-5666.rs
issue-5688.rs
issue-5708.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-5741.rs
issue-5754.rs
issue-5791.rs
issue-5884.rs
issue-5917.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
issue-5926.rs
issue-5950.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-6117.rs
Remove std::either
2014-01-03 10:25:23 -08:00
issue-6128.rs
issue-6130.rs
issue-6153.rs
issue-6318.rs
issue-6334.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-6341.rs
issue-6344-let.rs
issue-6344-match.rs
issue-6470.rs
issue-6557.rs
issue-6898.rs
issue-6919.rs
Remove extern mod foo (name="bar")
syntax, closes #9543
2014-01-01 23:36:57 +01:00
issue-7012.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-7178.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-7222.rs
issue-7344.rs
issue-7519-match-unit-in-arg.rs
issue-7563.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-7673-cast-generically-implemented-trait.rs
issue-7712.rs
issue-8044.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-8171-default-method-self-inherit-builtin-trait.rs
issue-8248.rs
issue-8249.rs
issue-8259.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-8351-1.rs
issue-8351-2.rs
issue-8398.rs
issue-8401.rs
issue-8498.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
issue-8578.rs
issue-8851.rs
issue-8898.rs
issue-9047.rs
issue-9110.rs
issue-9123.rs
issue-9129.rs
issue-9188.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-9382.rs
issue-9394-inherited-trait-calls.rs
issue-9446.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
issue-9906.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-9968.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-10392.rs
issue-10626.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-10638.rs
issue-10718.rs
issue-10734.rs
issue-10806.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-10853.rs
issue-11085.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-11224.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-11225-1.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
issue-11225-2.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
istr.rs
item-attributes.rs
rustc: Add a lint for the obsolete crate-level link attribute
2013-12-23 21:04:01 -08:00
item-name-overload.rs
iter-range.rs
ivec-add.rs
ivec-pass-by-value.rs
ivec-tag.rs
keyword-changes-2012-07-31.rs
kindck-owned-trait-contains-1.rs
kinds-in-metadata.rs
labeled-break.rs
lambda-infer-unresolved.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
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-box-as-tydesc.rs
leak-tag-copy.rs
leak-unique-as-tydesc.rs
let-assignability.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
let-destruct-ref.rs
let-var-hygiene.rs
linear-for-loop.rs
link-section.rs
linkage-visibility.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
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-err-phi.rs
log-knows-the-names-of-variants-in-std.rs
log-knows-the-names-of-variants.rs
log-poly.rs
log-str.rs
logging_before_rt_started.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
logging-enabled-debug.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
logging-enabled.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
logging-only-prints-once.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
logging-right-crate.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
long-while.rs
loop-break-cont-1.rs
loop-break-cont.rs
loop-diverges.rs
loop-scope.rs
lots-a-fail.rs
macro-2.rs
macro-attributes.rs
macro-interpolation.rs
macro-local-data-key.rs
macro-multiple-items.rs
macro-path.rs
macro-stmt.rs
macro-with-attrs1.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
macro-with-attrs2.rs
match-borrowed_str.rs
match-bot-2.rs
match-bot.rs
match-drop-strs-issue-4541.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
match-enum-struct-0.rs
match-enum-struct-1.rs
match-implicit-copy-unique.rs
match-in-macro.rs
match-join.rs
match-naked-record-expr.rs
match-naked-record.rs
match-path.rs
match-pattern-drop.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
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-vec-rvalue.rs
match-with-ret-arm.rs
max-min-classes.rs
method-attributes.rs
mid-path-type-params.rs
mlist.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
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
monomorphized-callees-with-ty-params-3314.rs
morestack1.rs
morestack2.rs
morestack3.rs
morestack4.rs
morestack5.rs
morestack6.rs
morestack-address.rs
move-1-unique.rs
move-1.rs
move-2-unique.rs
move-2.rs
move-3-unique.rs
move-3.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
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
moves-based-on-type-capture-clause.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
moves-based-on-type-cross-crate.rs
multi-let.rs
multibyte.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
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
mutable-alias-vec.rs
mutable-vec-drop.rs
mutual-recursion-group.rs
native-always-waits.rs
xfail two tests that hang on Android ( #11419 )
2014-01-12 19:31:26 -08:00
native-print-no-runtime.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
negative.rs
nested_item_main.rs
nested-block-comment.rs
nested-class.rs
nested-enum-same-names.rs
nested-exhaustive-match.rs
librustc: Remove @
pointer patterns from the language
2014-01-13 14:45:21 -08:00
nested-function-names-issue-8587.rs
nested-matchs.rs
nested-pattern.rs
nested-patterns.rs
librustc: Remove @
pointer patterns from the language
2014-01-13 14:45:21 -08:00
new-box-syntax.rs
librustc: Implement placement box
for GC and unique pointers.
2014-01-09 16:05:34 -08:00
new-impl-syntax.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
new-import-syntax.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
new-style-constants.rs
new-style-fixed-length-vec.rs
newlambdas-ret-infer2.rs
newlambdas-ret-infer.rs
newlambdas.rs
newtype-polymorphic.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
newtype-struct-drop-run.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
newtype-struct-with-dtor.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
newtype-struct-xc-2.rs
newtype-struct-xc.rs
newtype-temporary.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
newtype.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
nil-decl-in-foreign.rs
nil-pattern.rs
no-std-xcrate2.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
no-std-xcrate.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
non-boolean-pure-fns.rs
non-legacy-modes.rs
nul-characters.rs
nullable-pointer-iotareduction.rs
nullable-pointer-size.rs
nullary-or-pattern.rs
numeric-method-autoexport.rs
objects-coerce-freeze-borrored.rs
objects-coerce-from-managed-to-borrowed.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
objects-owned-object-borrowed-method-header.rs
objects-owned-object-borrowed-method-headerless.rs
objects-owned-object-owned-method.rs
once-move-out-on-heap.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
once-move-out-on-stack.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
one-tuple.rs
opeq.rs
operator-associativity.rs
operator-overloading.rs
option-ext.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
option-unwrap.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
or-pattern.rs
osx-frameworks.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
output-slot-variants.rs
over-constrained-vregs.rs
overload-index-operator.rs
owned-implies-static.rs
packed-struct-borrow-element.rs
packed-struct-generic-layout.rs
packed-struct-generic-size.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
packed-struct-layout.rs
packed-struct-match.rs
packed-struct-size-xc.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
packed-struct-size.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
packed-struct-vec.rs
packed-tuple-struct-layout.rs
packed-tuple-struct-size.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
paren-free.rs
parse-fail.rs
pass-by-copy.rs
path.rs
pattern-bound-var-in-for-each.rs
pattern-in-closure.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
placement-new-arena.rs
pred-not-bool.rs
preempt.rs
priv-impl-prim-ty.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
privacy1.rs
privacy-reexport.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
private-class-field.rs
private-method.rs
pub_use_mods_xcrate_exe.rs
pub-extern-privacy.rs
pub-use-xcrate.rs
pure-sum.rs
purity-infer.rs
raw-str.rs
rcvr-borrowed-to-region.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
rcvr-borrowed-to-slice.rs
readalias.rs
rec-align-u32.rs
rec-align-u64.rs
rec-auto.rs
rec-extend.rs
rec-tup.rs
rec.rs
record-pat.rs
recursion.rs
reexport-should-still-link.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
reexport-star.rs
reexported-static-methods-cross-crate.rs
reflect-visit-data.rs
remove reference counting headers from ~
2014-01-14 22:01:40 -05:00
reflect-visit-type.rs
remove reference counting headers from ~
2014-01-14 22:01:40 -05:00
regions-addr-of-interior-of-unique-box.rs
regions-addr-of-ret.rs
regions-appearance-constraint.rs
regions-borrow-at.rs
regions-borrow-estr-uniq.rs
regions-borrow-evec-at.rs
regions-borrow-evec-fixed.rs
regions-borrow-evec-uniq.rs
regions-borrow-uniq.rs
regions-bot.rs
regions-copy-closure.rs
regions-creating-enums2.rs
regions-creating-enums5.rs
regions-dependent-addr-of.rs
regions-dependent-autofn.rs
regions-dependent-autoslice.rs
regions-early-bound-lifetime-in-assoc-fn.rs
regions-escape-into-other-fn.rs
regions-expl-self.rs
regions-fn-subtyping-2.rs
regions-fn-subtyping.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-mock-tcx.rs
regions-mock-trans.rs
regions-nullary-variant.rs
regions-params.rs
regions-return-interior-of-option.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
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
repeat-expr-in-static.rs
repeated-vector-syntax.rs
resolve-issue-2428.rs
resource-assign-is-not-copy.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
resource-destruct.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
resource-in-struct.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
ret-bang.rs
ret-none.rs
return-from-closure.rs
return-nil.rs
select-macro.rs
self-in-mut-slot-default-method.rs
self-in-mut-slot-immediate-value.rs
Use the right type for self in methods and remove obsoleted items.
2014-01-11 16:40:23 +02:00
self-shadowing-import.rs
self-type-param.rs
send_str_hashmap.rs
send_str_treemap.rs
send-iloop.rs
send-resource.rs
send-type-inference.rs
sendable-class.rs
sendfn-is-a-block.rs
sendfn-spawn-with-fn-arg.rs
seq-compare.rs
shadow.rs
shape_intrinsic_tag_then_rec.rs
shebang.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
shift.rs
signal-exit-status.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
signed-shift-const-eval.rs
simd-binop.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
small-enum-range-edge.rs
small-enums-with-fields.rs
Remove std::either
2014-01-03 10:25:23 -08:00
smallest-hello-world.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
spawn2.rs
spawn-fn.rs
spawn-types.rs
spawn.rs
spawning-with-debug.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -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
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
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-append.rs
str-concat.rs
str-growth.rs
str-idx.rs
str-multiline.rs
string-self-append.rs
struct_variant_xc.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
struct-destructuring-cross-crate.rs
struct-field-assignability.rs
struct-like-variant-construct.rs
struct-like-variant-match.rs
struct-literal-dtor.rs
struct-new-as-field-name.rs
struct-order-of-eval-1.rs
struct-order-of-eval-2.rs
struct-pattern-matching.rs
Remove a fixme
2014-01-05 21:36:53 -05:00
struct-return.rs
structured-compare.rs
super.rs
supertrait-default-generics.rs
supported-cast.rs
swap-1.rs
swap-2.rs
swap-overlapping.rs
syntax-extension-bytes.rs
syntax-extension-cfg.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
syntax-extension-minor.rs
syntax-extension-shell.rs
syntax-extension-source-utils.rs
tag-align-dyn-u64.rs
tag-align-dyn-variants.rs
tag-align-shape.rs
tag-align-u64.rs
tag-disr-val-shape.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
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
task-comm-4.rs
task-comm-5.rs
task-comm-6.rs
task-comm-7.rs
task-comm-9.rs
task-comm-10.rs
task-comm-11.rs
task-comm-12.rs
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-killjoin-rsrc.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
task-killjoin.rs
task-life-0.rs
task-spawn-move-and-copy.rs
tempfile.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
terminate-in-initializer.rs
test-ignore-cfg.rs
test-runner-hides-main.rs
threads.rs
trait-bounds-basic.rs
trait-bounds-in-arc.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
trait-bounds-recursion.rs
trait-bounds.rs
trait-cast-generic.rs
Remove unnecessary substitution of type params when generating
2014-01-08 00:56:16 +01:00
trait-cast.rs
Don't allow newtype structs to be dereferenced. #6246
2014-01-04 14:44:12 -08:00
trait-coercion-generic.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
trait-coercion.rs
librustc: Don't translate an expr twice when implicitly coercing to a trait object. Fixes #11197 .
2014-01-13 20:52:44 -05:00
trait-composition-trivial.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
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
trait-default-method-xc.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
trait-generic.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
Remove ApproxEq and assert_approx_eq!
2014-01-09 15:41:46 +11:00
trait-inheritance-num3.rs
trait-inheritance-num5.rs
trait-inheritance-num.rs
Remove ApproxEq and assert_approx_eq!
2014-01-09 15:41:46 +11:00
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
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
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-region-pointer-simple.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
trait-static-method-overwriting.rs
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
trait-to-str.rs
trait-typedef-cc.rs
trait-with-bounds-default.rs
traits-default-method-macro.rs
traits-default-method-mut.rs
traits-default-method-self.rs
traits-default-method-trivial.rs
transmute-non-immediate-to-immediate.rs
trivial-message.rs
tup.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
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -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
type-use-i1-versus-i8.rs
typeck-macro-interaction-issue-8852.rs
typeclasses-eq-example-static.rs
typeclasses-eq-example.rs
typeid-intrinsic.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
typestate-cfg-nesting.rs
typestate-multi-decl.rs
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
uint.rs
unary-minus-suffix-inference.rs
unfold-cross-crate.rs
unify-return-ty.rs
uniq-cc-generic.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
uniq-cc.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08: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-copy-box.rs
unique-create.rs
unique-decl-init-copy.rs
unique-decl-init.rs
unique-decl-move-temp.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
Remove re-exports of std::io::stdio::{print, println} in the prelude.
2014-01-11 10:46:00 +11:00
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
unused-move-capture.rs
unused-move.rs
unwind-box.rs
unwind-resource2.rs
unwind-resource.rs
unwind-unique.rs
use_inline_dtor.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
use-crate-name-alias.rs
use-import-export.rs
use-trait-before-def.rs
use-uninit-match2.rs
use-uninit-match.rs
use.rs
Bump version to 0.9
2014-01-02 12:55:20 -08:00
utf8_chars.rs
utf8_idents.rs
utf8.rs
variadic-ffi.rs
variant-attributes.rs
variant-structs-trivial.rs
vec-concat.rs
vec-drop.rs
vec-fixed-length.rs
vec-growth.rs
vec-ivec-deadlock.rs
vec-late-init.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-self-append.rs
vec-slice-drop.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
vec-slice.rs
vec-tail-matching.rs
vec-to_str.rs
vec-trailing-comma.rs
vec.rs
vector-no-ann-2.rs
vector-sort-failure-safe.rs
warn-ctypes-inhibit.rs
weird-exprs.rs
test: De-@mut
the test suite
2014-01-03 14:02:01 -08:00
while-cont.rs
while-flow-graph.rs
while-loop-constraints-2.rs
while-prelude-drop.rs
while-with-break.rs
while.rs
writealias.rs
x86stdcall2.rs
x86stdcall.rs
xc_conditions_client_2.rs
xc_conditions_client_3.rs
xc_conditions_client_4.rs
xc_conditions_client.rs
xcrate-address-insignificant.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
xcrate-static-addresses.rs
xcrate-trait-lifetime-param.rs
xcrate-unit-struct.rs
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
yield1.rs
yield2.rs
yield.rs
zero-size-type-destructors.rs