..
companionmod-src
rustc: Support 'companion mod's for crates and directory mods
2011-10-29 01:40:20 -07:00
crate-attributes-src
Reformat
2011-08-20 11:04:00 -07:00
module-polymorphism2-files /float-template
test: Add a test for interesting module template polymorphism
2012-04-14 00:15:12 -07:00
module-polymorphism3-files
test: Add a test for interesting module template polymorphism
2012-04-14 00:15:12 -07:00
module-polymorphism4-files
test: Simulate abstract methods with template modules
2012-04-14 02:14:05 -07:00
module-polymorphism-files
test: Add a test for interesting module template polymorphism
2012-04-14 00:15:12 -07:00
multi-src
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
native-mod-src
Reformat
2011-08-20 11:04:00 -07:00
native-src
Reformat
2011-08-20 11:04:00 -07:00
syntax-extension-source-utils-files
New syntax extensions: #line[], #col[], #file[], #stringify[], #include[]
2012-05-18 10:05:24 -07:00
acyclic-unwind.rs
Add an infinite loop construct
2012-03-09 16:40:58 -08:00
alias-uninit-value.rs
Change option::t to option
2012-01-31 17:05:20 -08:00
alignment-gep-tup-like-1.rs
correct use of GEP_tup_like in closure constr
2012-01-18 17:20:46 -08:00
alignment-gep-tup-like-2.rs
Send is no longer a subkind of copy. This allows for sendable, but non-copyable resources. Closes #2420 .
2012-05-22 14:10:32 -07:00
alloca-from-derived-tydesc.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
alt-bot-2.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
alt-bot.rs
Allow omission of the '.' after nullary tag patterns
2012-01-17 10:08:16 -08:00
alt-implicit-copy-unique.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
alt-implicit-copy.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
alt-join.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
alt-path.rs
Require alts to be exhaustive
2012-01-31 10:08:24 -08:00
alt-pattern-drop.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
alt-pattern-lit.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
alt-pattern-no-type-params.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
alt-pattern-simple.rs
Reformat
2011-08-20 11:04:00 -07:00
alt-phi.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
alt-range.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
alt-str.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
alt-tag.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
alt-type-simple.rs
Replace xfail-stageN with simply xfail-test
2011-08-31 16:32:16 +02:00
alt-with-ret-arm.rs
add test that was failing from tedh
2012-03-24 21:59:16 -07:00
argument-passing.rs
make all arguments modes immutable
2012-05-29 16:22:17 -07:00
argv.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
arith-0.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
arith-1.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
arith-2.rs
Reformat
2011-08-20 11:04:00 -07:00
arith-unsigned.rs
Reformat
2011-08-20 11:04:00 -07:00
artificial-block.rs
Reformat
2011-08-20 11:04:00 -07:00
assign-assign.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
attr-before-view-item2.rs
Support visibility modifiers and attributes on view items
2012-05-08 23:14:24 +02:00
attr-before-view-item.rs
Support visibility modifiers and attributes on view items
2012-05-08 23:14:24 +02:00
auto_serialize.rs
std: Rename the hashmap constructors to conform to new standards
2012-03-14 18:19:08 -07:00
auto-instantiate.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
auto-loop.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
autobind.rs
Update our code to new type parameter kind syntax
2011-10-25 15:56:55 +02:00
basic-1.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
basic-2.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
basic.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
big-literals.rs
Change literal representation to not truncate
2011-12-07 21:08:28 +01:00
binary-minus-without-space.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
bind-exterior.rs
bind-generic.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
bind-interior.rs
Make fn denote a bare function. Convert fn to fn@ as needed
2011-10-20 18:23:48 -07:00
bind-methods.rs
Support 'alt check' syntax
2012-02-15 11:53:32 +01:00
bind-native-fn.rs
Xfail-fast a case on window
2012-04-08 23:14:57 +08:00
bind-native.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
bind-parameterized-args-2.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
bind-parameterized-args.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
bind-thunk.rs
Make fn denote a bare function. Convert fn to fn@ as needed
2011-10-20 18:23:48 -07:00
bind-trivial.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
binops.rs
Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417 .
2012-05-22 14:59:15 -07:00
bitwise.rs
Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417 .
2012-05-22 14:59:15 -07:00
block-arg-call-as.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
block-arg-can-be-followed-by-binop.rs
new tests
2012-01-03 13:13:52 -08:00
block-arg-can-be-followed-by-block-arg.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
block-arg-can-be-followed-by-call.rs
new tests
2012-01-03 13:13:52 -08:00
block-arg-in-parentheses.rs
require a non-semi expr acting as a stmt to have unit return type
2012-01-05 10:44:38 -08:00
block-arg-used-as-any.rs
Rename fn*() to fn() as originally planned.
2012-01-19 07:11:50 -08:00
block-arg-used-as-lambda.rs
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
2012-01-09 16:12:48 -08:00
block-arg.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
block-explicit-types.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
block-expr-precedence.rs
Un-xfail various tests
2011-09-19 18:55:26 -07:00
block-fn-coerce.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
block-iter-1.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
block-iter-2.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
block-vec-map2.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
bool-not.rs
Reformat
2011-08-20 11:04:00 -07:00
borrowck-borrow-from-expr-block.rs
change region scope of call arguments, old one was unsound
2012-05-24 05:19:44 -07:00
borrowck-mut-vec-as-imm-slice.rs
allow mutable vectors and so forth to be used as immutable slices
2012-05-31 15:07:09 -07:00
borrowck-pat-reassign-no-binding.rs
add xfail-fast directives for borrowck tests
2012-05-16 12:44:54 -07:00
borrowck-preserve-box-in-arm-not-taken.rs
remove line so that pretty printer doesn't mess it up
2012-05-18 14:32:38 -07:00
borrowck-preserve-box-in-discr.rs
test that we preserve boxes in patterns---still one bug
2012-05-18 14:32:37 -07:00
borrowck-preserve-box-in-field.rs
add xfail-fast directives for borrowck tests
2012-05-16 12:44:54 -07:00
borrowck-preserve-box-in-pat.rs
xfail-test failing test
2012-05-18 14:32:38 -07:00
borrowck-preserve-box-in-uniq.rs
add xfail-fast directives for borrowck tests
2012-05-16 12:44:54 -07:00
borrowck-preserve-box-sometimes-needed.rs
test for troublesome case where preserve was freeing uninitialized memory
2012-05-30 11:26:15 -07:00
borrowck-preserve-box.rs
add xfail-fast directives for borrowck tests
2012-05-16 12:44:54 -07:00
borrowck-preserve-cond-box.rs
add xfail-fast directives for borrowck tests
2012-05-16 12:44:54 -07:00
borrowck-preserve-expl-deref.rs
test that we preserve boxes in patterns---still one bug
2012-05-18 14:32:37 -07:00
box-compare.rs
Reformat
2011-08-20 11:04:00 -07:00
box-in-tup.rs
Reformat
2011-08-20 11:04:00 -07:00
box-inside-if2.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
box-inside-if.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
box-pattern.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
box-unbox.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
box.rs
Reformat
2011-08-20 11:04:00 -07:00
break-value.rs
Add an infinite loop construct
2012-03-09 16:40:58 -08:00
break.rs
Remove do ... while
loops from the tests and docs.
2012-05-10 15:27:42 -07:00
bug-862.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
by-val-and-by-move.rs
test for issue #2443
2012-05-25 14:37:35 -07:00
c-stack-as-value.rs
re-enable tests for #1058 and #1059
2011-11-18 16:32:19 -08:00
c-stack-returning-int64.rs
core:: Eliminate str::sbuf. Replace with *u8
2012-03-14 18:19:08 -07:00
cap-clause-move.rs
new cap clause syntax
2012-05-04 12:33:08 -07:00
cap-clause-not-used.rs
new cap clause syntax
2012-05-04 12:33:08 -07:00
cast-region-to-uint.rs
allow region ptrs to be cast to uints
2012-05-18 19:07:19 -07:00
cast.rs
Reformat
2011-08-20 11:04:00 -07:00
cci_borrow.rs
Revert "test: xfail-win32 run-pass/cci_borrow.rs"
2012-06-01 18:27:38 -07:00
cci_capture_clause.rs
Revert "test: xfail-win32 run-pass/cci_capture_clause.rs"
2012-06-01 18:27:30 -07:00
cci_impl_exe.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
cci_iter_exe.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
cci_nested_exe.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
cci_no_inline_exe.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
chan-leak.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
char.rs
Reformat
2011-08-20 11:04:00 -07:00
check-pattern-bound.rs
Add companion-module core.rs that exports log levels and option/some/none everywhere.
2011-12-20 12:41:44 -08:00
child-outlives-parent.rs
port over the tests to use the new API
2012-01-06 22:40:31 -08:00
claim-nonterm.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
class-cast-to-iface-cross-crate-2.rs
Encode the ifaces a class implements in metadata
2012-05-02 13:38:56 -07:00
class-cast-to-iface-cross-crate.rs
Add a cross-crate test for casting classes to ifaces
2012-04-24 10:47:53 -07:00
class-cast-to-iface-multiple-types.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
class-cast-to-iface.rs
Allow classes to be cast to ifaces that are in the same crate
2012-04-23 21:15:03 -07:00
class-dtor.rs
First cut at dtors for classes
2012-05-14 14:26:10 -07:00
class-exports.rs
Test for issue 2286
2012-05-02 14:02:44 -07:00
class-iface-bounded-param.rs
fix classes and parameterized ifaces; remove needless self check
2012-05-24 06:49:40 -07:00
class-impl-parameterized-iface.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
class-impl-very-parameterized-iface.rs
Add another test case for #2288
2012-05-07 14:43:31 -07:00
class-implement-iface-cross-crate.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
class-implement-ifaces.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
class-implements-multiple-ifaces.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
class-method-cross-crate.rs
Make cross-crate calls to class methods work
2012-03-22 20:32:47 -07:00
class-methods-cross-crate.rs
Add another test for cross-crate method calls
2012-03-23 23:10:45 -07:00
class-methods.rs
Require "self" as base expression for intra-class method or field references
2012-03-29 12:22:01 -07:00
class-poly-methods-cross-crate.rs
Stop inferring bot/static when types/regions are unconstrained.
2012-04-30 19:53:02 -07:00
class-poly-methods.rs
Generic classes and generic class methods work cross-crate
2012-04-10 11:01:36 -07:00
class-separate-impl.rs
xfail-fast class-separate-impl
2012-05-02 15:10:54 -07:00
class-str-field.rs
Require "self" as base expression for intra-class method or field references
2012-03-29 12:22:01 -07:00
class-typarams.rs
also xfail class-typarams (doesn't work on Windows)
2012-04-03 17:47:07 -07:00
classes-cross-crate.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
classes-simple-cross-crate.rs
Encode both private and public class fields in metadata
2012-03-16 20:36:07 -07:00
classes-simple-method.rs
Require "self" as base expression for intra-class method or field references
2012-03-29 12:22:01 -07:00
classes-simple.rs
Allow references to "self" within classes
2012-03-28 14:19:00 -07:00
classes.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
cleanup-copy-mode.rs
Tidy up predicate names in libcore. Should close #1431 .
2012-04-04 18:08:55 -07:00
clone-with-exterior.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
close-over-big-then-small-data.rs
remove align_mode and rewrite GEP_tup_like to align correctly
2012-01-18 17:20:46 -08:00
closure-inference2.rs
new test case
2012-02-05 10:37:07 -08:00
closure-inference.rs
new test showing off the improved inference
2012-02-05 09:56:18 -08:00
comm.rs
port over the tests to use the new API
2012-01-06 22:40:31 -08:00
command-line-args.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
companionmod.rc
test: xfail-win32 run-pass/companionmod. not sure why it's broke
2012-06-01 21:28:55 -07:00
companionmod.rs
rustc: Support 'companion mod's for crates and directory mods
2011-10-29 01:40:20 -07:00
compare-generic-enums.rs
add a test that types w/ def_ids compare just fine to types w/o def_ids
2012-05-30 11:04:12 -07:00
complex.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
conditional-compile-arch.rs
Support conditional compilation based on architecture
2011-11-15 16:33:09 -08:00
conditional-compile.rs
Start porting tests to use classes with dtors instead of resources
2012-05-15 20:35:57 -07:00
const-bound.rs
Const kind checking. The rules are almost certainly incomplete and unsound...
2012-05-24 15:06:56 -07:00
const-const.rs
rustc: Allow consts to refer to other consts
2012-04-04 15:03:39 -07:00
const-contents.rs
Add test with implemented bits of issue #570 .
2011-11-09 14:33:06 -08:00
const-negative.rs
Add a test for negative constants. Closes #358
2011-09-22 21:59:09 -07:00
const.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
constrained-type.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
constraint-prop-expr-move.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
constraint-prop-move.rs
Finish cleanup of core::str
2012-02-23 17:00:19 +01:00
constraint-prop-swap.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
constraint-prop.rs
Finish cleanup of core::str
2012-02-23 17:00:19 +01:00
core-export-f64-sqrt.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
crate-attributes.rc
rustc: Add a path attribute for crate directives
2011-11-24 15:31:18 -08:00
crateresolve1.rs
test: Refactor the crateresolve tests
2012-04-06 10:58:03 -07:00
crateresolve2.rs
test: Un-xfail run-pass/crateresolve2
2012-04-07 17:39:59 -07:00
crateresolve3.rs
Use version and hash in crate_map name
2012-04-07 22:11:23 +08:00
crateresolve4.rs
Check version when resolving transitive dependent crates
2012-04-08 02:05:09 +08:00
crateresolve5.rs
test: Add another test using multiple versions of the same crate
2012-04-07 17:40:25 -07:00
crateresolve6.rs
test: Remove duplicated auxliary tests
2012-04-10 16:59:35 +08:00
crateresolve7.rs
test: Remove duplicated auxliary tests
2012-04-10 16:59:35 +08:00
crust-1.rs
rustc: Parse crust functions
2012-02-14 11:24:09 -08:00
crust-call-deep2.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
crust-call-deep.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
crust-call-scrub.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
crust-call.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
crust-stress.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
crust-take-value.rs
rustc: Translate the value of crust functions
2012-02-14 11:24:09 -08:00
crust-yield.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
cycle-collection2.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
cycle-collection4.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
cycle-collection5.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
cycle-collection.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
dead-code-one-arm-if.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
decl-with-recv.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
deep-vector2.rs
rustc: Don't copy vecs in seq_preconds. Huge perf win on some tests
2012-05-18 15:59:00 -07:00
deep-vector.rs
rustc: Don't recurse in seq_preconds. Consumes too much stack
2012-05-18 14:28:39 -07:00
deep.rs
Reformat
2011-08-20 11:04:00 -07:00
deref-lval.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
deref.rs
Reformat
2011-08-20 11:04:00 -07:00
div-mod.rs
Reformat
2011-08-20 11:04:00 -07:00
double-unbox.rs
Reformat for new mode syntax, step 1
2011-09-12 12:04:14 +02:00
drop-bind-thunk-args.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
drop-on-empty-block-exit.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
drop-on-ret.rs
Reformat
2011-08-20 11:04:00 -07:00
drop-parametric-closure-with-bound-box.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
dupe-first-attr.rc
freebsd support
2012-01-01 20:18:55 -08:00
dvec-test.rs
move io over to dvec
2012-05-18 20:00:50 -07:00
early-ret-binop-add.rs
Do not consider ty_bot to be a "resolved type".
2012-04-07 17:12:48 -07:00
early-ret-binop.rs
Allow tail expressions even in no_value blocks. Type checker
2012-01-03 13:13:52 -08:00
else-if.rs
Reformat
2011-08-20 11:04:00 -07:00
empty-mutable-vec.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
empty-tag.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
enum-disr-val-pretty.rs
Fix various drift issues in the qq branch.
2012-02-03 20:54:18 -07:00
enum-mach-type-compat.rs
test: Fix run-pass/enum-mach-type-compat on x86
2012-04-25 16:06:57 -07:00
estr-internal.rs
More shape fixes for evecs.
2012-05-03 14:11:54 -07:00
estr-shared.rs
Add some xfailed estr tests.
2012-04-11 11:08:40 -07:00
estr-slice.rs
Implement better shape code for evec, estr.
2012-05-03 13:09:02 -07:00
estr-uniq.rs
Get explicit unique estrs working.
2012-04-16 16:17:51 -07:00
evec-internal-boxes.rs
Get fixed-size evecs working.
2012-04-19 15:52:50 -07:00
evec-internal.rs
More shape fixes for evecs.
2012-05-03 14:11:54 -07:00
evec-slice.rs
More shape fixes for evecs.
2012-05-03 14:11:54 -07:00
exec-env.rs
add option exec-env to set env variables during test execution
2012-04-13 12:41:37 -07:00
export-abstract-tag.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
export-glob-imports-target.rs
Fix comment, add test that export glob works as import glob in scope.
2012-02-23 18:39:13 -08:00
export-glob.rs
Support basic, unsophisticated, somewhat wrong export-globs.
2012-02-23 18:39:14 -08:00
export-multi.rs
Reformat
2011-08-20 11:04:00 -07:00
export-non-interference2.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
export-non-interference3.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
export-non-interference.rs
Detect and report types which could never be instantiated.
2012-03-28 17:02:54 -07:00
export-tag-variant.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
export-unexported-dep.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
expr-alt-box.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
expr-alt-fail-all.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-alt-fail.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-alt-generic-box1.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
expr-alt-generic-box2.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
expr-alt-generic-unique1.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
expr-alt-generic-unique2.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
expr-alt-generic.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
expr-alt-struct.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
expr-alt-unique.rs
Rewrite exhaustiveness checker
2012-02-15 15:47:42 +01:00
expr-alt.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
expr-block-box.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-block-fn.rs
deprecate fn exprs and the fn() type, preferring fn@ and native fn
2012-01-13 06:27:34 -08:00
expr-block-generic-box1.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
expr-block-generic-box2.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
expr-block-generic-unique1.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
expr-block-generic-unique2.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
expr-block-generic.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
expr-block-ref.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-block-slot.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-block-unique.rs
Create a bunch of test cases for unique boxes by copying box tests
2011-09-23 15:15:30 -07:00
expr-block.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
expr-copy.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
expr-elseif-ref2.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-elseif-ref.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-empty-ret.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-fn.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
expr-if-box.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-if-fail-all.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-if-fail.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-if-generic-box1.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
expr-if-generic-box2.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
expr-if-generic.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
expr-if-struct.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
expr-if-unique.rs
Create a bunch of test cases for unique boxes by copying box tests
2011-09-23 15:15:30 -07:00
expr-if.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-scope.rs
Reformat
2011-08-20 11:04:00 -07:00
exterior.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
fact.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
fixed-point-bind-box.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
fixed-point-bind-unique.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
float2.rs
Make 1.f parse as a field access on the integer 1
2011-12-16 11:46:57 +01:00
float-nan.rs
Merge branch 'master' into kmath
2012-01-05 16:25:51 +01:00
float-signature.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
float.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
floatlits.rs
Reformat
2011-08-20 11:04:00 -07:00
fn-bare-assign.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
fn-bare-bind-generic.rs
Remove temporary fn# syntax
2011-10-20 20:34:04 -07:00
fn-bare-bind.rs
Remove temporary fn# syntax
2011-10-20 20:34:04 -07:00
fn-bare-coerce-to-block.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
fn-bare-coerce-to-shared.rs
Remove temporary fn# syntax
2011-10-20 20:34:04 -07:00
fn-bare-item.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
fn-bare-size.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
fn-bare-spawn.rs
deprecate fn exprs and the fn() type, preferring fn@ and native fn
2012-01-13 06:27:34 -08:00
fn-coerce-field.rs
deprecate fn exprs and the fn() type, preferring fn@ and native fn
2012-01-13 06:27:34 -08:00
fn-constraint.rs
Finish cleanup of core::str
2012-02-23 17:00:19 +01:00
fn-lval.rs
deprecate fn exprs and the fn() type, preferring fn@ and native fn
2012-01-13 06:27:34 -08:00
fn-type-infer.rs
deprecate fn exprs and the fn() type, preferring fn@ and native fn
2012-01-13 06:27:34 -08:00
for-destruct.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
for-loop-fail.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
foreach-nested.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
foreach-put-structured.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
foreach-simple-outer-slot.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
fun-call-variants.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
fun-indirect-call.rs
deprecate fn exprs and the fn() type, preferring fn@ and native fn
2012-01-13 06:27:34 -08:00
generic-alias-box.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
generic-alias-unique.rs
Send is no longer a subkind of copy. This allows for sendable, but non-copyable resources. Closes #2420 .
2012-05-22 14:10:32 -07:00
generic-bind-2.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
generic-bind.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
generic-box.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
generic-derived-type.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
generic-drop-glue.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
generic-exterior-box.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
generic-exterior-unique.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
generic-fn-box.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
generic-fn-infer.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
generic-fn-twice.rs
generic-fn-unique.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
generic-fn.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
generic-ivec-leak.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
generic-ivec.rs
Reformat
2011-08-20 11:04:00 -07:00
generic-recursive-tag.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
generic-tag-alt.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
generic-tag-corruption.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
generic-tag-local.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
generic-tag-values.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
generic-tag.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
generic-temporary.rs
deprecate fn exprs and the fn() type, preferring fn@ and native fn
2012-01-13 06:27:34 -08:00
generic-tup.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
generic-type-synonym.rs
Reformat for new mode syntax, step 1
2011-09-12 12:04:14 +02:00
generic-type.rs
generic-unique.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
global-scope.rs
guards.rs
Change all uses of 'when' in alt-patterns to 'if'
2012-01-09 19:27:05 -08:00
hashmap-memory.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
hello.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
i8-incr.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
i32-sub.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
if-bot.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
if-check-precond.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
if-check.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
if-ret.rs
Reformat
2011-08-20 11:04:00 -07:00
iface-cast.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
iface-generic.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
iface-to-str.rs
Make resolution of dictionaries on bounded params work
2012-01-03 16:37:41 +01:00
impl-variance.rs
rustc: Unify impl self types in the opposite order so variance is correct
2012-03-16 17:06:15 -07:00
import2.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import3.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import4.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import5.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import6.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import7.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import8.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
import-from-native.rs
Use attributes for native module ABI and link name
2011-11-16 11:35:13 -08:00
import-from.rs
Reformat
2011-08-20 11:04:00 -07:00
import-glob-0.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import-glob-1.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
import-glob-circular.rs
Reformat
2011-08-20 11:04:00 -07:00
import-glob-crate.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
import-in-block.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
import.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
infer-fn-tail-expr.rs
Reformat
2011-08-20 11:04:00 -07:00
infer-with-expected.rs
typeck: Take more care to pass down expected types
2012-04-25 17:45:29 +02:00
infinite-loops.rs
Add an infinite loop construct
2012-03-09 16:40:58 -08:00
init-res-into-things.rs
Start porting tests to use classes with dtors instead of resources
2012-05-15 20:35:57 -07:00
inner-module.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
instantiable.rs
test file I had lying around and had forgotten to commit
2012-05-18 10:38:18 -07:00
int.rs
Reformat
2011-08-20 11:04:00 -07:00
integral-indexing.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
intrinsic-alignment.rs
rt: Fix some record alignment issues on windows
2012-05-02 18:32:20 -07:00
invoke-external-native.rs
core: Clean up comments and exports
2012-03-10 00:35:02 -08:00
issue2170exe.rs
make anything used in a resource body always reachable
2012-04-09 16:36:59 -07:00
issue2378c.rs
test for #2378
2012-05-18 20:00:50 -07:00
issue-333.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
issue-506.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
issue-507.rs
core: New task API
2012-02-20 18:58:04 -08:00
issue-687.rs
Add an infinite loop construct
2012-03-09 16:40:58 -08:00
issue-783.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
issue-898.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
issue-933.rs
Handle predicates that recurse in a check() expression
2012-01-19 22:53:22 -08:00
issue-970.rs
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430 . Close #1428 .
2012-01-19 19:29:21 -08:00
issue-979.rs
Start porting tests to use classes with dtors instead of resources
2012-05-15 20:35:57 -07:00
issue-980.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
issue-1112.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
issue-1251.rs
rustc: Add suffix ".rc" to LLVM module identifier
2011-12-05 17:21:20 +08:00
issue-1257.rs
Remove do ... while
loops from the tests and docs.
2012-05-10 15:27:42 -07:00
issue-1460.rs
test: Add test for issue #1460
2012-02-05 20:42:05 -08:00
issue-1466.rs
add test for issue #1466 that runs with CC ZEAL enabled.
2012-04-13 12:41:37 -07:00
issue-1516.rs
Add a run-fail test for result::get, get rid of a FIXME. Also some random other tests, mostly xfailed.
2012-04-12 20:24:07 -07:00
issue-1660.rs
Don't compute pre- and postconditions for item_consts
2012-01-31 11:52:46 -08:00
issue-1696.rs
std: Rename the hashmap constructors to conform to new standards
2012-03-14 18:19:08 -07:00
issue-1701.rs
Add new syntax for patterns that match the head constructor only
2012-04-20 00:56:46 -07:00
issue-1821.rs
test: Add test for #1821
2012-02-13 15:58:14 -08:00
issue-1866.rs
Add a run-fail test for result::get, get rid of a FIXME. Also some random other tests, mostly xfailed.
2012-04-12 20:24:07 -07:00
issue-1895.rs
Use the correct prestate for calls
2012-03-01 09:16:26 -08:00
issue-1899.rs
Test for issue #1899 . It works now.
2012-04-19 20:54:23 -07:00
issue-1974.rs
rustc: Don't make the while loop body's basic block a child of the condition
2012-03-13 17:27:17 -07:00
issue-1989.rs
Fix for #1989 , #1469 : when marking in CC, walk fn@ box like other boxes
2012-04-19 20:34:26 -07:00
issue-2185.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
issue-2196.rs
test: Add xfailed test for #2196
2012-04-16 13:51:40 -07:00
issue-2311.rs
Resolve bounds in iface types
2012-05-29 16:50:21 -07:00
issue-2316-c.rs
Don't re-export a glob-imported ID when the same ID is defined within
2012-05-01 08:43:17 -07:00
issue-2380-b.rs
Test case for issue 2380
2012-05-29 17:05:17 -07:00
issue-2383.rs
In reachability, don't ignore nested items
2012-05-29 14:40:35 -07:00
issue-2463.rs
Allow optional comma before with
in FRU. Closes #2463 .
2012-05-31 12:20:26 -07:00
istr.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
item-attributes.rs
Remove native types from stdlib
2012-02-01 12:23:13 +01:00
item-name-overload.rs
Reformat
2011-08-20 11:04:00 -07:00
iter-all.rs
new, simpler approach to the iter library
2012-04-27 16:57:50 -07:00
iter-any.rs
new, simpler approach to the iter library
2012-04-27 16:57:50 -07:00
iter-contains.rs
new, simpler approach to the iter library
2012-04-27 16:57:50 -07:00
iter-count.rs
new, simpler approach to the iter library
2012-04-27 16:57:50 -07:00
iter-eachi.rs
new, simpler approach to the iter library
2012-04-27 16:57:50 -07:00
iter-filter-to-vec.rs
new, simpler approach to the iter library
2012-04-27 16:57:50 -07:00
iter-flat-map-to-vec.rs
new, simpler approach to the iter library
2012-04-27 16:57:50 -07:00
iter-foldl.rs
new, simpler approach to the iter library
2012-04-27 16:57:50 -07:00
iter-map-to-vec.rs
new, simpler approach to the iter library
2012-04-27 16:57:50 -07:00
iter-min-max.rs
new, simpler approach to the iter library
2012-04-27 16:57:50 -07:00
iter-range.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
iter-to-vec.rs
Stop inferring bot/static when types/regions are unconstrained.
2012-04-30 19:53:02 -07:00
ivec-add.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
ivec-pass-by-value.rs
Reformat
2011-08-20 11:04:00 -07:00
ivec-tag.rs
port over the tests to use the new API
2012-01-06 22:40:31 -08:00
lambda-infer-unresolved.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
lambda-no-leak.rs
rename sendfn to fn~, lambda to fn@
2012-01-10 13:31:06 -08:00
large-records.rs
Reformat
2011-08-20 11:04:00 -07:00
last-use-corner-cases.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
last-use-in-block.rs
Add an infinite loop construct
2012-03-09 16:40:58 -08:00
last-use-in-cap-clause.rs
new cap clause syntax
2012-05-04 12:33:08 -07:00
last-use-is-capture.rs
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
2012-01-09 16:12:48 -08:00
lazy-and-or.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
lazy-init.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
lazychan.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
leak-box-as-tydesc.rs
Reformat for new mode syntax, step 1
2011-09-12 12:04:14 +02:00
leak-tag-copy.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
leak-unique-as-tydesc.rs
Create a bunch of test cases for unique boxes by copying box tests
2011-09-23 15:15:30 -07:00
let-destruct-fresh-mem.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
let-destruct.rs
test: "tag" -> "enum" in run-pass and run-fail
2012-01-19 16:11:17 -08:00
linear-for-loop.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
list.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
liveness-assign-imm-local-after-loop.rs
new liveness pass to supercede last_use / initedness
2012-05-24 09:52:03 -07:00
liveness-assign-imm-local-after-ret.rs
new liveness pass to supercede last_use / initedness
2012-05-24 09:52:03 -07:00
liveness-loop-break.rs
remove initedness checking from typestate, as best I could
2012-05-24 09:52:16 -07:00
liveness-move-in-loop.rs
new liveness pass to supercede last_use / initedness
2012-05-24 09:52:03 -07:00
log-err-phi.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
log-knows-the-names-of-variants-in-std.rs
change list so that it must be used in a purely boxed fashion
2012-05-21 09:37:34 -07:00
log-knows-the-names-of-variants.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
log-linearized.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
log-str.rs
add a log_str() function and allow '%?' in fmt strings to use it
2012-01-11 10:32:54 -08:00
long-while.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
loop-break-cont-1.rs
Tweak some test cases and add a few new ones
2012-03-10 20:38:03 -08:00
loop-break-cont.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
loop-diverges.rs
A few tests for infinite loops
2012-03-11 20:17:27 -07:00
loop-scope.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
lots-a-fail.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
macro-2.rs
Reformat
2011-08-20 11:04:00 -07:00
macro-3.rs
Reformat
2011-08-20 11:04:00 -07:00
macro-by-example-1.rs
Reformat
2011-08-20 11:04:00 -07:00
macro-by-example-2.rs
Reformat
2011-08-20 11:04:00 -07:00
macro.rs
Reformat
2011-08-20 11:04:00 -07:00
main-ivec.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
many.rs
port over the tests to use the new API
2012-01-06 22:40:31 -08:00
maybe-mutable.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
method-attributes.rs
rustc: Allow attributes on methods. Closes #1709
2012-01-30 11:43:45 -08:00
mlist-cycle.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
mlist.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
mod-view-items.rs
Overhaul constructor naming in libs
2012-03-13 11:07:22 -07:00
module-polymorphism2.rc
test: Add a test for interesting module template polymorphism
2012-04-14 00:15:12 -07:00
module-polymorphism2.rs
test: Add a test for interesting module template polymorphism
2012-04-14 00:15:12 -07:00
module-polymorphism3.rc
test: Add a test for interesting module template polymorphism
2012-04-14 00:15:12 -07:00
module-polymorphism3.rs
test: Add a test for interesting module template polymorphism
2012-04-14 00:15:12 -07:00
module-polymorphism4.rc
test: Simulate abstract methods with template modules
2012-04-14 02:14:05 -07:00
module-polymorphism4.rs
test: Simulate abstract methods with template modules
2012-04-14 02:14:05 -07:00
module-polymorphism.rc
test: Add a test for interesting module template polymorphism
2012-04-14 00:15:12 -07:00
module-polymorphism.rs
test: Add a test for interesting module template polymorphism
2012-04-14 00:15:12 -07:00
monad.rs
reduce self type to a special type parameter
2012-05-09 07:11:59 -07:00
monomorphize-iface-in-fn-at.rs
add test for commit 9502fb99e0
2012-03-21 08:23:31 -07:00
morestack1.rs
test: Enable all morestack tests
2011-12-18 13:37:33 -08:00
morestack2.rs
rt: Add RUST_MAX_STACK env var with 8MB default
2012-01-11 13:57:11 -08:00
morestack3.rs
rt: Add RUST_MAX_STACK env var with 8MB default
2012-01-11 13:57:11 -08:00
morestack4.rs
rt: Add RUST_MAX_STACK env var with 8MB default
2012-01-11 13:57:11 -08:00
morestack5.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
morestack6.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
move-1-unique.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
move-1.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
move-2-unique.rs
Create a bunch of test cases for unique boxes by copying box tests
2011-09-23 15:15:30 -07:00
move-2.rs
Reformat
2011-08-20 11:04:00 -07:00
move-3-unique.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
move-3.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
move-4-unique.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
move-4.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
move-arg-2-unique.rs
Create a bunch of test cases for unique boxes by copying box tests
2011-09-23 15:15:30 -07:00
move-arg-2.rs
Pretty-print for new arg-mode syntax
2011-09-12 12:49:00 +02:00
move-arg.rs
Pretty-print for new arg-mode syntax
2011-09-12 12:49:00 +02:00
move-nullary-fn.rs
deprecate fn exprs and the fn() type, preferring fn@ and native fn
2012-01-13 06:27:34 -08:00
move-scalar.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
multi-let.rs
Reformat
2011-08-20 11:04:00 -07:00
multi.rc
rustc: Add a path attribute for crate directives
2011-11-24 15:31:18 -08:00
multiline-comment.rs
Reformat
2011-08-20 11:04:00 -07:00
mutable-alias-vec.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
mutable-huh-variance-vec1.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
mutable-huh-variance-vec2.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
mutable-vec-drop.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
mutual-recursion-group.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
native2.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
native-dupe.rs
Remove experimental GC code
2012-02-03 11:34:12 +01:00
native-fn-linkname.rs
implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove empty link_name.
2011-12-16 15:29:59 -08:00
native-lib-path.rs
rustc: -L also indicates the location of native libraries
2012-04-16 12:33:21 -07:00
native-mod.rc
Add "cdecl" as synonym for "c-stack-cdecl"
2011-11-09 16:47:44 -08:00
native-no-abi.rs
Add a test that native mods don't need to declare an ABI
2011-11-16 11:36:46 -08:00
native-struct.rs
test: xfail-win32 run-pass/native-struct
2012-05-02 19:07:35 -07:00
native.rc
Add "cdecl" as synonym for "c-stack-cdecl"
2011-11-09 16:47:44 -08:00
negative.rs
Add support for negative literals.
2011-09-14 00:47:14 -04:00
nested-alts.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
nested-exhaustive-alt.rs
Rewrite exhaustiveness checker
2012-04-25 09:15:17 +02:00
nested-pattern.rs
Change option::t to option
2012-01-31 17:05:20 -08:00
nested-patterns.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
newtype-polymorphic.rs
test: "tag" -> "enum" in run-pass and run-fail
2012-01-19 16:11:17 -08:00
newtype.rs
test: "tag" -> "enum" in run-pass and run-fail
2012-01-19 16:11:17 -08:00
nil-decl-in-native.rs
test: Add test for #901 . Closes #901
2012-02-05 17:54:52 -08:00
nil-pattern.rs
Reformat
2011-08-20 11:04:00 -07:00
non-boolean-pure-fns.rs
change list so that it must be used in a purely boxed fashion
2012-05-21 09:37:34 -07:00
nullary-or-pattern.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
opeq.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
operator-associativity.rs
Reformat
2011-08-20 11:04:00 -07:00
operator-overloading.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
option-ext.rs
simplify typing rule for vector addition: use mutability of LHS
2012-04-05 15:18:26 -07:00
or-pattern.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
osmain.rs
Rename task::task_builder to task::builder
2012-04-05 14:09:32 -07:00
output-slot-variants.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
over-constrained-vregs.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
paren-free.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
parse-fail.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
pass-by-copy.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
path.rs
Reformat. Issue #855
2011-09-02 22:11:42 -07:00
pattern-bound-var-in-for-each.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
placement-new-arena.rs
Adjust arena definition to be compatible with placement new
2012-03-21 05:46:31 -07:00
placement-new-leaky.rs
Implement an initial version of placement new.
2012-03-20 20:39:40 -07:00
pred-check.rs
Change "pred" to "pure fn" in all libraries and test cases
2011-08-25 18:24:45 -07:00
pred-not-bool.rs
Change "pred" to "pure fn" in all libraries and test cases
2011-08-25 18:24:45 -07:00
pred.rs
Change "pred" to "pure fn" in all libraries and test cases
2011-08-25 18:24:45 -07:00
preempt.rs
Add an infinite loop construct
2012-03-09 16:40:58 -08:00
private-class-field.rs
Require "self" as base expression for intra-class method or field references
2012-03-29 12:22:01 -07:00
private-method.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
ptr-is-null.rs
remove extra type parameter from ptr::is_null() and friends
2012-05-02 21:47:14 -07:00
pure-sum.rs
move purity checking into borrowck, addresses #1422
2012-05-11 14:05:58 -07:00
rcvr-borrowed-to-region.rs
Allow rcvrs to be borrowed; check rcvrs in borrowck properly
2012-06-02 10:08:04 -07:00
rcvr-borrowed-to-slice.rs
Allow rcvrs to be borrowed; check rcvrs in borrowck properly
2012-06-02 10:08:04 -07:00
readalias.rs
Reformat for new mode syntax, step 1
2011-09-12 12:04:14 +02:00
rebind-fn.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
rec-align-u32.rs
rt: Fix some record alignment issues on windows
2012-05-02 18:32:20 -07:00
rec-align-u64.rs
rt: Fix some record alignment issues on windows
2012-05-02 18:32:20 -07:00
rec-auto.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
rec-extend.rs
Reformat
2011-08-20 11:04:00 -07:00
rec-tup.rs
Reformat for new mode syntax, step 1
2011-09-12 12:04:14 +02:00
rec.rs
Reformat
2011-08-20 11:04:00 -07:00
record-pat.rs
Increase precedence of as operator
2012-02-09 11:58:08 +01:00
reflect-visit-type.rs
Re-xfail reflect-visit-type since it crashes check-fast.
2012-05-28 17:03:44 -07:00
regions-addr-of-ret.rs
change region scope of call arguments, old one was unsound
2012-05-24 05:19:44 -07:00
regions-borrow-at.rs
integrate simple notion of borrowing into trans
2012-04-13 21:06:57 -07:00
regions-borrow-estr-uniq.rs
Get evec slices and unique-evec slice-borrowing working.
2012-04-19 16:51:37 -07:00
regions-borrow-evec-at.rs
lots of work to make iface/impls parameterized by regions
2012-04-25 19:26:56 -07:00
regions-borrow-evec-fixed.rs
lots of work to make iface/impls parameterized by regions
2012-04-25 19:26:56 -07:00
regions-borrow-evec-uniq.rs
Get evec slices and unique-evec slice-borrowing working.
2012-04-19 16:51:37 -07:00
regions-borrow-uniq.rs
new borrowing tests (not all passing)
2012-04-13 21:06:56 -07:00
regions-bot.rs
add static region and also fix regions to be contravariant
2012-04-05 21:16:28 -07:00
regions-creating-enums2.rs
Various regions fixes.
2012-04-23 08:02:59 -07:00
regions-creating-enums5.rs
Various regions fixes.
2012-04-23 08:02:59 -07:00
regions-fn-subtyping-2.rs
More tests wrt #2263 .
2012-06-01 09:26:48 -07:00
regions-fn-subtyping.rs
Clarify comments in test.
2012-06-01 09:26:48 -07:00
regions-iface.rs
lots of work to make iface/impls parameterized by regions
2012-04-25 19:26:56 -07:00
regions-mock-trans-impls.rs
update syntax to include a slash
2012-04-19 21:01:11 -07:00
regions-mock-trans.rs
Stop inferring bot/static when types/regions are unconstrained.
2012-04-30 19:53:02 -07:00
regions-nullary-variant.rs
Various regions fixes.
2012-04-23 08:02:59 -07:00
regions-params.rs
new tests for things we'll have to fix eventually
2012-04-05 15:18:26 -07:00
regions-self-impls.rs
lots of work to make iface/impls parameterized by regions
2012-04-25 19:26:56 -07:00
regions-self-in-enums.rs
lots of work to make iface/impls parameterized by regions
2012-04-25 19:26:56 -07:00
regions-simple.rs
replace mutbl pass with borrowck
2012-05-10 21:14:43 -07:00
resolve-issue-2428.rs
Add a test for Issue #2428 .
2012-05-22 16:35:10 -07:00
resource-assign-is-not-copy.rs
Start porting tests to use classes with dtors instead of resources
2012-05-15 20:35:57 -07:00
resource-cycle2.rs
rt: Run resource destructors during cycle collection
2012-03-22 19:07:31 -07:00
resource-cycle.rs
rt: Run resource destructors during cycle collection
2012-03-22 19:07:31 -07:00
resource-destruct.rs
Convert more resource tests to use classes with dtors
2012-05-22 22:12:18 -04:00
resource-generic.rs
Convert more resource tests to use classes with dtors
2012-05-22 22:12:18 -04:00
resource-in-struct.rs
Port more test cases to use classes instead of resources
2012-06-01 20:40:34 -07:00
ret-bang.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
ret-break-cont-in-block.rs
Support returning from loop blocks
2012-03-27 12:33:13 +02:00
ret-none.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
return-nil.rs
Reformat
2011-08-20 11:04:00 -07:00
rt-circular-buffer.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
rt-sched-1.rs
core: Rename unsafe::leak to unsafe::forget. Closes #2031
2012-03-20 15:20:37 -07:00
self-shadowing-import.rs
Reformat
2011-08-20 11:04:00 -07:00
selftype-add-ints.rs
refactor region manip. to remove redundancy, get closer to fn subtyping
2012-05-30 11:04:12 -07:00
send-iloop.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
send-resource.rs
Port more test cases to use classes instead of resources
2012-06-01 20:40:34 -07:00
send-type-inference.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
sendable-class.rs
Tests for copyability and sendability rules for classes
2012-06-01 20:40:35 -07:00
sendfn-deep-copy.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
sendfn-generic-fn.rs
make "native fn" the type for bare functions, remove fn exprs
2012-01-13 06:27:35 -08:00
sendfn-is-a-block.rs
s/block()/fn()/g
2012-01-23 19:06:33 -08:00
sendfn-spawn-with-fn-arg.rs
deprecate fn exprs and the fn() type, preferring fn@ and native fn
2012-01-13 06:27:34 -08:00
seq-compare.rs
Reformat
2011-08-20 11:04:00 -07:00
shadow.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
shape_intrinsic_tag_then_rec.rs
Change option::t to option
2012-01-31 17:05:20 -08:00
shebang.rs
Added a test for #! comments
2012-05-22 18:03:26 -07:00
shift.rs
Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417 .
2012-05-22 14:59:15 -07:00
signed-shift-const-eval.rs
Add a test for the just closed issue #2426 .
2012-05-30 16:02:48 -07:00
simple-alt-generic-tag.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
simple-generic-alt.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
simple-generic-tag.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
simple-infer.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
size-and-align.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
spawn2.rs
port over the tests to use the new API
2012-01-06 22:40:31 -08:00
spawn-fn.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
spawn-types.rs
port over the tests to use the new API
2012-01-06 22:40:31 -08:00
spawn.rs
core: New task API
2012-02-20 18:58:04 -08:00
stable-addr-of.rs
Keep an explicit map of things that have to be spilled
2012-03-23 16:08:01 +01:00
static-impl.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
str-append.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
str-concat.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
str-growth.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
str-idx.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
str-multiline.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
string-self-append.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
struct-return.rs
Conditionalize test to only run double/byte/double test on x64 for now.
2012-03-20 17:34:21 -07:00
structured-compare-recursive.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
structured-compare.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
supported-cast.rs
Libc/os/run/rand/io reorganization. Close #1373 . Close #1638 .
2012-03-12 20:08:29 -07:00
swap-1.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
swap-2.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
swappable-test.rs
add swappable/dvec modules
2012-05-18 20:00:50 -07:00
syntax-extension-fmt.rs
(float) fix some rounding errors when showing as str
2012-06-02 16:38:18 -07:00
syntax-extension-minor.rs
Reformat
2011-08-20 11:04:00 -07:00
syntax-extension-shell.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
syntax-extension-source-utils.rs
add #include_bin[]
2012-05-18 10:05:25 -07:00
tag-align-dyn-u64.rs
unify size_of, align_of into one call (metrics)
2012-01-21 19:31:52 -08:00
tag-align-dyn-variants.rs
unify size_of, align_of into one call (metrics)
2012-01-21 19:31:52 -08:00
tag-align-shape.rs
unify size_of, align_of into one call (metrics)
2012-01-21 19:31:52 -08:00
tag-align-u64.rs
unify size_of, align_of into one call (metrics)
2012-01-21 19:31:52 -08:00
tag-auto-disr-val-shape.rs
test: Un-xfail run-pass/tag-auto-disr-val-shape
2012-01-25 12:44:13 -08:00
tag-disr-val-shape.rs
test: Un-xfail run-pass/tag-disr-val-shape
2012-01-25 12:34:37 -08:00
tag-exports.rs
Export all enum variants by default; new syntax for selectively exporting variants
2012-01-23 15:48:08 -08:00
tag-in-block.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
tag-variant-disr-val.rs
Rewrite exhaustiveness checker
2012-04-25 09:15:17 +02:00
tag.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
tail-call-arg-leak.rs
Remove be
keyword.
2012-05-15 10:41:14 -07:00
tail-cps.rs
Remove be
keyword.
2012-05-15 10:41:14 -07:00
tail-direct.rs
Remove be
keyword.
2012-05-15 10:41:14 -07:00
task-comm-0.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
task-comm-1.rs
core: New task API
2012-02-20 18:58:04 -08:00
task-comm-3.rs
make it illegal to implicitly capture mutable variables
2012-05-07 13:22:42 -07:00
task-comm-4.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
task-comm-5.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
task-comm-6.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
task-comm-7.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
task-comm-9.rs
Rename task::task_builder to task::builder
2012-04-05 14:09:32 -07:00
task-comm-10.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
task-comm-11.rs
port over the tests to use the new API
2012-01-06 22:40:31 -08:00
task-comm-12.rs
Rename task::task_builder to task::builder
2012-04-05 14:09:32 -07:00
task-comm-13.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
task-comm-14.rs
make it illegal to implicitly capture mutable variables
2012-05-07 13:22:42 -07:00
task-comm-15.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
task-comm-16.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
task-comm-17.rs
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-11 10:14:41 -08:00
task-comm-chan-cleanup2.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
task-comm-chan-cleanup3.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
task-comm-chan-cleanup4.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
task-comm-chan-cleanup.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
task-comm-chan-nil.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
task-comm.rs
make it illegal to implicitly capture mutable variables
2012-05-07 13:22:42 -07:00
task-compare.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
task-killjoin-rsrc.rs
Update task-killjoin-rsrc to use classes
2012-06-01 20:40:34 -07:00
task-killjoin.rs
Rename task::task_builder to task::builder
2012-04-05 14:09:32 -07:00
task-life-0.rs
port over the tests to use the new API
2012-01-06 22:40:31 -08:00
task-spawn-move-and-copy.rs
Recognize last uses for copied closed-over variables
2012-02-29 18:06:26 +01:00
terminate-in-initializer.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
test-ignore-cfg.rs
reorder args to the various vec, option fns so blk comes last
2011-12-16 07:17:23 -08:00
test-runner-hides-main.rs
Reformat
2011-08-20 11:04:00 -07:00
threads.rs
make it illegal to implicitly capture mutable variables
2012-05-07 13:22:42 -07:00
too-much-recursion.rs
Rename task::task_builder to task::builder
2012-04-05 14:09:32 -07:00
trivial-message.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
tstate-loop-break.rs
new liveness pass to supercede last_use / initedness
2012-05-24 09:52:03 -07:00
tup.rs
Reformat
2011-08-20 11:04:00 -07:00
type-in-nested-module.rs
Reformat
2011-08-20 11:04:00 -07:00
type-namespace.rs
Reformat
2011-08-20 11:04:00 -07:00
type-param-constraints.rs
Port more test cases to use classes instead of resources
2012-06-01 20:40:34 -07:00
type-param.rs
deprecate fn exprs and the fn() type, preferring fn@ and native fn
2012-01-13 06:27:34 -08:00
type-params-in-for-each.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
type-ptr.rs
Reformat. Issue #855
2011-09-02 22:11:42 -07:00
type-sizes.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
typestate-cfg-nesting.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
typestate-multi-decl.rs
Reformat
2011-08-20 11:04:00 -07:00
typestate-transitive.rs
Change "pred" to "pure fn" in all libraries and test cases
2011-08-25 18:24:45 -07:00
u8-incr-decr.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
u8-incr.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
u32-decr.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
uint.rs
Reformat
2011-08-20 11:04:00 -07:00
unchecked-predicates.rs
change list so that it must be used in a purely boxed fashion
2012-05-21 09:37:34 -07:00
unify-return-ty.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
uniq-cc-generic.rs
Prevent capturing non-copyable things in closures.
2012-05-23 15:46:43 -07:00
uniq-cc.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
unique-alt-discrim.rs
Fix ty_uniq case in maybe_auto_unbox
2011-09-22 18:14:18 -07:00
unique-assign-copy.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
unique-assign-drop.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
unique-assign-generic.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
unique-assign.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
unique-autoderef-field.rs
Autoderef indexes and fields of unique boxes
2011-09-22 16:06:25 -07:00
unique-autoderef-index.rs
Autoderef indexes and fields of unique boxes
2011-09-22 16:06:25 -07:00
unique-cmp.rs
Log and compare unique boxes
2011-09-21 17:08:40 -07:00
unique-containing-tag.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
unique-copy-box.rs
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
unique-create.rs
Make creation of unique boxes work again
2011-09-20 17:51:17 -07:00
unique-decl-init-copy.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
unique-decl-init.rs
Initialize unique box locals from other locals
2011-09-22 13:53:33 -07:00
unique-decl-move-temp.rs
Add tests for moving unique boxes
2011-09-22 15:43:08 -07:00
unique-decl-move.rs
Add tests for moving unique boxes
2011-09-22 15:43:08 -07:00
unique-decl.rs
Parse unique box types
2011-09-20 17:51:17 -07:00
unique-deref.rs
Add ability to deref unique boxes. Make unique boxes immediates.
2011-09-21 14:40:55 -07:00
unique-destructure.rs
Add let destructuring for unique boxes
2011-09-23 16:12:04 -07:00
unique-drop-complex.rs
Call drop glue on the thing in a unique box
2011-09-22 10:26:34 -07:00
unique-fn-arg-move.rs
Add tests for moving unique boxes
2011-09-22 15:43:08 -07:00
unique-fn-arg-mut.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
unique-fn-arg.rs
Add a test for unique boxes as fn args
2011-09-22 14:55:08 -07:00
unique-fn-ret.rs
Adda test for returning unique boxes
2011-09-22 17:00:53 -07:00
unique-generic-assign.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
unique-in-tag.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
unique-in-vec-copy.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
unique-in-vec.rs
Allow vectors to contain unique boxes. Closes #952
2011-09-22 17:00:53 -07:00
unique-init.rs
Make creation of unique boxes work again
2011-09-20 17:51:17 -07:00
unique-kinds.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
unique-log.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
unique-move-drop.rs
Add tests for moving unique boxes
2011-09-22 15:43:08 -07:00
unique-move-temp.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
unique-move.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
unique-mutable.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
unique-pat-2.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
unique-pat-3.rs
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
unique-pat.rs
Begin to support pattern matching on unique boxes
2011-09-23 15:15:30 -07:00
unique-pinned-nocopy-2.rs
Port more test cases to use classes instead of resources
2012-06-01 20:40:34 -07:00
unique-rec.rs
Support non-immediates in trans_uniq::copy_val
2011-09-24 21:28:58 -07:00
unique-send-2.rs
core: Make range follow the for loop protocol
2012-05-26 02:28:00 -07:00
unique-send.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
unique-swap.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
unit.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
unreachable-code-1.rs
Stop inferring bot/static when types/regions are unconstrained.
2012-04-30 19:53:02 -07:00
unsafe-fn-called-from-unsafe-blk.rs
make treatment of unchecked/unsafe blocks more uniform
2011-10-12 14:39:24 -07:00
unsafe-fn-called-from-unsafe-fn.rs
fix test to include a main() function
2011-10-12 14:26:47 -07:00
unused-move-capture.rs
Take move captures in account in mutability checker
2012-02-22 13:35:17 +01:00
unwind-box.rs
Rename task::task_builder to task::builder
2012-04-05 14:09:32 -07:00
unwind-resource2.rs
Port more test cases to use classes instead of resources
2012-06-01 20:40:34 -07:00
unwind-resource.rs
Port more test cases to use classes instead of resources
2012-06-01 20:40:34 -07:00
unwind-unique.rs
Rename task::task_builder to task::builder
2012-04-05 14:09:32 -07:00
use-crate-name-alias.rs
Use real crate name in crate_map name
2012-04-07 22:08:54 +08:00
use-iface-before-def.rs
Make sure iface_methods are set before they are accessed
2012-02-06 09:56:42 +01:00
use-import-export.rs
Reformat
2011-08-20 11:04:00 -07:00
use-uninit-alt2.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
use-uninit-alt.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
use.rs
test: Fix and un-xfail run-pass/use
2012-04-25 15:58:33 -07:00
utf8_chars.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
utf8_idents.rs
Add support in lexer for utf8 identifiers. No NFKC logic in char yet.
2011-12-29 14:45:18 -08:00
utf8.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
variant-attributes.rs
rustc: Allow attributes on enum variants. Closes #1663
2012-01-25 16:24:06 -08:00
vec-concat.rs
Get evec slices and unique-evec slice-borrowing working.
2012-04-19 16:51:37 -07:00
vec-drop.rs
Reformat
2011-08-20 11:04:00 -07:00
vec-growth.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
vec-ivec-deadlock.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
vec-late-init.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
vec-push.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
vec-self-append.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
vec-slice.rs
Replace xfail-stageN with simply xfail-test
2011-08-31 16:32:16 +02:00
vec.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
vector-no-ann-2.rs
Reformat
2011-08-20 11:04:00 -07:00
warn-ctypes-inhibit.rs
Support general warnings and errors in lint pass via flags and attrs. Close #1543 .
2012-04-12 17:31:49 -07:00
weird-exprs.rs
Remove do ... while
loops from the tests and docs.
2012-05-10 15:27:42 -07:00
while-cont.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
while-flow-graph.rs
Reformat
2011-08-20 11:04:00 -07:00
while-loop-constraints-2.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
while-prelude-drop.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
while-with-break.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
while.rs
Remove do ... while
loops from the tests and docs.
2012-05-10 15:27:42 -07:00
writealias.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
x86stdcall2.rs
freebsd support
2012-01-01 20:18:55 -08:00
x86stdcall.rs
freebsd support
2012-01-01 20:18:55 -08:00
yield1.rs
Rename task::task_builder to task::builder
2012-04-05 14:09:32 -07:00
yield2.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
yield.rs
Rename task::task_builder to task::builder
2012-04-05 14:09:32 -07:00
zip-same-length.rs
core Remove vec::enum_chars/uint. Closes #1955
2012-03-10 17:07:23 -08:00