..
companionmod-src
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
crate-attributes-src
Reformat
2011-08-20 11:04:00 -07:00
foreign-mod-src
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
foreign-src
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
module-polymorphism-files
test: Add a test for interesting module template polymorphism
2012-04-14 00:15:12 -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
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
multi-src
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
syntax-extension-source-utils-files
Fix a curious failure not seen during testing.
2012-08-24 16:39:16 -07:00
trait_mix
In typeck::collect::ensure_trait_methods, don't assume the trait was already checked
2012-08-13 17:38:58 -07:00
acyclic-unwind.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
alias-uninit-value.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
alignment-gep-tup-like-1.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
alignment-gep-tup-like-2.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
alloca-from-derived-tydesc.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
alt-bot-2.rs
Remove match check from test cases
2012-08-23 15:12:02 -07:00
alt-bot.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
alt-implicit-copy-unique.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
alt-implicit-copy.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
alt-join.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
alt-naked-record-expr.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
alt-naked-record.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
alt-path.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
alt-pattern-drop.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
alt-pattern-lit.rs
Remove match check from test cases
2012-08-23 15:12:02 -07:00
alt-pattern-no-type-params.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
alt-pattern-simple.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
alt-phi.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
alt-range.rs
Remove match check from test cases
2012-08-23 15:12:02 -07:00
alt-ref-binding-mut-option.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
alt-ref-binding-mut.rs
s/alt/match/
2012-08-06 16:13:52 -07:00
alt-ref-binding.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
alt-str.rs
Remove match check from test cases
2012-08-23 15:12:02 -07:00
alt-tag.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
alt-type-simple.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
alt-unique-bind.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
alt-with-ret-arm.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
anon-extern-mod.rs
rustc: "extern mod { ... }" should be written "extern { ... }" instead
2012-08-30 17:10:07 -07:00
argument-passing.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
argv.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07: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
Convert ret to return
2012-08-01 19:16:06 -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
assignability-trait.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
attr-before-view-item.rs
Support visibility modifiers and attributes on view items
2012-05-08 23:14:24 +02:00
attr-before-view-item2.rs
Support visibility modifiers and attributes on view items
2012-05-08 23:14:24 +02:00
auto-instantiate.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
auto-loop.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
auto-ref.rs
rustc: Implement automatic reference for method receivers
2012-08-15 16:20:33 -07:00
auto_serialize.rs
Fix auto_serialize test.
2012-08-30 16:27:31 -07:00
autobind.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
autoderef-and-borrow-method-receiver.rs
rustc: Don't translate the expression twice when adapting a borrowed method receiver. Closes #3357 .
2012-09-02 16:51:05 -07:00
autoderef-method-newtype.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
autoderef-method-priority.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
autoderef-method-twice-but-not-thrice.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
autoderef-method-twice.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
autoderef-method.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
bare-static-string.rs
test: Add a test case for bare static strings
2012-08-03 11:51:47 -07:00
basic-1.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
basic-2.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
basic.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
big-literals.rs
Change literal representation to not truncate
2011-12-07 21:08:28 +01:00
binary-minus-without-space.rs
Remove match check from test cases
2012-08-23 15:12:02 -07:00
bind-by-move.rs
convert std::arc tests to use camel case ARCs
2012-08-26 21:51:18 -04:00
binops.rs
Demode reinterpret_cast
2012-09-01 18:18:29 -07:00
bitv-perf-test.rs
CamelCasify lots of std
2012-08-28 18:52:44 -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
Convert ret to return
2012-08-01 19:16:06 -07:00
block-arg-can-be-followed-by-binop.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
block-arg-can-be-followed-by-block-arg.rs
Remove empty argument lists from do expressions
2012-07-04 17:21:29 -07:00
block-arg-can-be-followed-by-call.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
block-arg-in-parentheses.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
block-arg-used-as-any.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
block-arg-used-as-lambda.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
block-arg.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
block-explicit-types.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
block-expr-precedence.rs
Un-xfail various tests
2011-09-19 18:55:26 -07:00
block-fn-coerce.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
block-iter-1.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
block-iter-2.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
block-vec-map2.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
bool-not.rs
Reformat
2011-08-20 11:04:00 -07:00
borrow-by-val-method-receiver.rs
rustc: Fix an LLVM assertion that tripped when borrowing a by-val method receiver.
2012-09-03 15:59:10 -07:00
borrowck-borrow-from-at-vec.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
borrowck-borrow-from-expr-block.rs
Make comparisons between region pointers work
2012-08-02 23:53:45 -07:00
borrowck-fixed-length-vecs.rs
first steps to autoderef on method calls
2012-06-19 11:52:39 -07:00
borrowck-move-from-unsafe-ptr-ok.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
borrowck-mut-uniq.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
borrowck-mut-vec-as-imm-slice.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
borrowck-newtype-issue-2573.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
borrowck-pat-reassign-no-binding.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
borrowck-preserve-box-in-arm-not-taken.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
borrowck-preserve-box-in-discr.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
borrowck-preserve-box-in-field.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
borrowck-preserve-box-in-pat.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
borrowck-preserve-box-in-uniq.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
borrowck-preserve-box-sometimes-needed.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
borrowck-preserve-box.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
borrowck-preserve-cond-box.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
borrowck-preserve-expl-deref.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
borrowck-root-while-cond-2.rs
Fix #2979 : inference for lifetimes of & expressions
2012-07-30 14:49:28 -07:00
borrowck-root-while-cond.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
borrowck-univariant-enum.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
bounded-fn-type.rs
rustc: Parse and stub (broken) typechecking for bounded function types
2012-08-06 18:55:24 -07:00
box-annihilator-shared.rs
rt: Add tests for box annihilator.
2012-08-31 15:10:52 -07:00
box-annihilator-unique-vec.rs
rt: Add tests for box annihilator.
2012-08-31 15:10:52 -07:00
box-annihilator-unique.rs
rt: Add tests for box annihilator.
2012-08-31 15:10:52 -07:00
box-compare.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
box-in-tup.rs
Reformat
2011-08-20 11:04:00 -07:00
box-inside-if.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
box-inside-if2.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
box-pattern.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
box-unbox.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
box.rs
Reformat
2011-08-20 11:04:00 -07:00
boxed-class-type-substitution.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
boxed-trait-with-vstore.rs
rustc: "as Trait" can now be written "as @Trait".
2012-08-15 16:20:31 -07:00
break-value.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
break.rs
Switch 'cont' to 'again' everywhere. Close #2229 .
2012-07-09 14:37:48 -07:00
by-val-and-by-move.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
c-stack-as-value.rs
finish fixing broken un-unsupervise windows tests
2012-07-17 22:16:55 -04:00
c-stack-returning-int64.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
cap-clause-move.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
cap-clause-not-used.rs
new cap clause syntax
2012-05-04 12:33:08 -07:00
cast-region-to-uint.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
cast.rs
Reformat
2011-08-20 11:04:00 -07:00
cci_borrow.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
cci_capture_clause.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
cci_impl_exe.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
cci_iter_exe.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
cci_nested_exe.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
cci_no_inline_exe.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
cfg-family.rs
rustc: Enable #[cfg(windows)] and #[cfg(unix)]
2012-06-06 23:39:09 -07:00
cfg-target-family.rs
rustc: Add 'target_family' to default configuration
2012-06-06 23:39:09 -07:00
chan-leak.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
char.rs
Reformat
2011-08-20 11:04:00 -07:00
child-outlives-parent.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
class-attributes-1.rs
Update test for new struct field syntax (fixes build breakage)
2012-08-25 17:54:17 -07:00
class-attributes-2.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
class-cast-to-trait-cross-crate-2.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
class-cast-to-trait-cross-crate.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
class-cast-to-trait-multiple-types.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
class-cast-to-trait.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
class-dtor.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
class-exports.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
class-impl-parameterized-trait.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
class-impl-very-parameterized-trait.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07:00
class-implement-trait-cross-crate.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
class-implement-traits.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
class-implements-multiple-traits.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -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
Remove the class keyword
2012-08-17 10:13:45 -07:00
class-poly-methods-cross-crate.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
class-poly-methods.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
class-separate-impl.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
class-str-field.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
class-trait-bounded-param.rs
test: "iface" -> "trait" in filenames.
2012-08-02 17:58:56 -07:00
class-typarams.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
classes-cross-crate.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
classes-self-referential.rs
Camel case the option type
2012-08-26 15:56:16 -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
Remove the class keyword
2012-08-17 10:13:45 -07:00
classes-simple.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
classes.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
cleanup-copy-mode.rs
Convert ret to return
2012-08-01 19:16:06 -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
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
closure-inference.rs
new test showing off the improved inference
2012-02-05 09:56:18 -08:00
closure-inference2.rs
new test case
2012-02-05 10:37:07 -08:00
coherence-impl-in-fn.rs
rustc: Make entire crates privileged scopes for the purposes of coherence
2012-08-31 15:14:15 -07:00
comm.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
command-line-args.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
common-fields-trivial.rs
libsyntax: Parse common enum fields
2012-08-08 19:51:48 -07: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
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
compare-generic-enums.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
complex.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
conditional-compile-arch.rs
Support conditional compilation based on architecture
2011-11-15 16:33:09 -08:00
conditional-compile.rs
Try to work around check-fast breakage
2012-09-01 18:08:15 -07:00
const-bound.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -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-fields-and-indexing.rs
Finish translating const indexing. Close #1417 , close #570 , close #571 , close #1272 , close #2317 .
2012-08-09 16:05:34 -07:00
const-negative.rs
Add a test for negative constants. Closes #358
2011-09-22 21:59:09 -07:00
const-rec-and-tup.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
const-region-ptrs.rs
Translate const vecs, most of const slices. More for #2317 .
2012-08-03 21:44:52 -07:00
const-struct.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07:00
const-vecs-and-slices.rs
Const slices now work. Something odd about non-const cases though, see #3138 .
2012-08-07 15:04:40 -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
core-export-f64-sqrt.rs
Machine types are different from int/uint, etc (Issue #2187 )
2012-06-04 19:16:47 -07:00
crate-attributes.rc
rustc: Add a path attribute for crate directives
2011-11-24 15:31:18 -08:00
crate-method-reexport-grrrrrrr.rs
xfail crate-method-reexport-grrrrrrr.rs, which has been burning the build for days
2012-08-20 13:22:51 -07: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
rustc: Make < and = into traits
2012-08-29 18:25:22 -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
cycle-collection.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
cycle-collection2.rs
Remove bind. Issue #2189
2012-06-20 17:27:28 -07:00
cycle-collection4.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
cycle-collection5.rs
Remove bind. Issue #2189
2012-06-20 17:27:28 -07:00
dead-code-one-arm-if.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
decl-with-recv.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
deep-vector.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
deep-vector2.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
deep.rs
Convert ret to return
2012-08-01 19:16:06 -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
do-for-empty-args.rs
Add tests for various ways to write 'do' and 'for' without args
2012-07-04 17:30:46 -07:00
do-for-no-args.rs
syntax: Support dropping argument list from for/do
2012-07-01 22:36:24 -07:00
do-pure.rs
Remove empty argument lists from do expressions
2012-07-04 17:21:29 -07:00
do-stack.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
do1.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
do2.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
do3.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
double-unbox.rs
Reformat for new mode syntax, step 1
2011-09-12 12:04:14 +02:00
drop-on-empty-block-exit.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
drop-on-ret.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
dupe-first-attr.rc
freebsd support
2012-01-01 20:18:55 -08:00
dvec-index-op.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
dvec-test.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07:00
early-ret-binop-add.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
early-vtbl-resolution.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
else-if.rs
Reformat
2011-08-20 11:04:00 -07:00
empty-mutable-vec.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
empty-tag.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07:00
enum-disr-val-pretty.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
estr-internal.rs
More shape fixes for evecs.
2012-05-03 14:11:54 -07:00
estr-shared.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
estr-slice.rs
new region inference, seperate infer into modules, improve error msgs
2012-08-20 22:00:06 -07:00
estr-uniq.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -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
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
exec-env.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
explicit-i-suffix.rs
Add a test for explicit i suffix on integer literals
2012-06-12 14:09:11 -07:00
explicit-self-closures.rs
Track the type of self properly. Closes #3247 .
2012-08-22 13:18:29 -07:00
explicit-self-generic.rs
Fix generation of generic methods with explicit self
2012-08-21 20:15:22 -07:00
explicit-self.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
export-abstract-tag.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
export-glob-imports-target.rs
rustc: Implement a new resolve pass behind a compile flag
2012-07-02 18:30:12 -07:00
export-glob.rs
rustc: Implement a new resolve pass behind a compile flag
2012-07-02 18:30:12 -07:00
export-multi.rs
Reformat
2011-08-20 11:04:00 -07:00
export-non-interference.rs
Detect and report types which could never be instantiated.
2012-03-28 17:02:54 -07:00
export-non-interference2.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
export-non-interference3.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -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 < and = into traits
2012-08-29 18:25:22 -07:00
expr-alt-box.rs
Remove match check from test cases
2012-08-23 15:12:02 -07:00
expr-alt-fail-all.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
expr-alt-fail.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
expr-alt-generic-box1.rs
Remove match check from test cases
2012-08-23 15:12:02 -07:00
expr-alt-generic-box2.rs
Remove match check from test cases
2012-08-23 15:12:02 -07:00
expr-alt-generic-unique1.rs
Remove match check from test cases
2012-08-23 15:12:02 -07:00
expr-alt-generic-unique2.rs
Remove match check from test cases
2012-08-23 15:12:02 -07:00
expr-alt-generic.rs
Fix check-fast.
2012-08-31 15:58:36 -07:00
expr-alt-struct.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07:00
expr-alt-unique.rs
Remove match check from test cases
2012-08-23 15:12:02 -07:00
expr-alt.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
expr-block-box.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-block-fn.rs
new region inference, seperate infer into modules, improve error msgs
2012-08-20 22:00:06 -07:00
expr-block-generic-box1.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
expr-block-generic-box2.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
expr-block-generic-unique1.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
expr-block-generic-unique2.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
expr-block-generic.rs
Fix check-fast.
2012-08-31 15:58:36 -07: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-ref.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-elseif-ref2.rs
Reformat
2011-08-20 11:04:00 -07:00
expr-empty-ret.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
expr-fn.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
expr-if-box.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -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
Convert ret to return
2012-08-01 19:16:06 -07:00
expr-if-generic-box2.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
expr-if-generic.rs
Fix check-fast.
2012-08-31 15:58:36 -07:00
expr-if-struct.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07: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
Convert ret to return
2012-08-01 19:16:06 -07:00
exterior.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
extern-1.rs
Change crust -> extern.
2012-07-03 16:49:46 -07:00
extern-call-deep.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
extern-call-deep2.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
extern-call-scrub.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
extern-call.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
extern-crosscrate.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
extern-mod-syntax.rs
libsyntax: Parse "extern mod foo;"
2012-08-14 14:24:00 -07:00
extern-stress.rs
Remove empty argument lists from do expressions
2012-07-04 17:21:29 -07:00
extern-take-value.rs
Change crust -> extern.
2012-07-03 16:49:46 -07:00
extern-yield.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
fact.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
fat-arrow-alt.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
fixed-point-bind-box.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
fixed-point-bind-unique.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
fixed_length_copy.rs
Clean out transitional lint.
2012-08-01 13:35:40 -07:00
fixed_length_vec_glue.rs
rustc: Implement and enforce instance coherence
2012-07-17 15:46:43 -07:00
float-nan.rs
Merge branch 'master' into kmath
2012-01-05 16:25:51 +01:00
float-signature.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
float.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
float2.rs
Make 1.f parse as a field access on the integer 1
2011-12-16 11:46:57 +01:00
floatlits.rs
Reformat
2011-08-20 11:04:00 -07:00
fn-bare-assign.rs
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -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
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07: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
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07: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-lval.rs
Convert ret to return
2012-08-01 19:16:06 -07: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 to new closure syntax
2012-07-01 19:19:32 -07:00
for-loop-fail.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
foreach-nested.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
foreach-put-structured.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
foreach-simple-outer-slot.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
foreign-dupe.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
foreign-fn-linkname.rs
Rename str::bytes to str::to_bytes
2012-08-23 15:46:10 -07:00
foreign-lib-path.rs
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
foreign-mod-unused-const.rs
test: Add a test for unused constants in foreign modules
2012-08-30 16:10:50 -07:00
foreign-mod.rc
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
foreign-no-abi.rs
fix no-longer-unsupervise test cases on windows
2012-07-17 21:48:15 -04:00
foreign-struct.rs
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
foreign.rc
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
foreign2.rs
Change all test/run-pass uses of rustrt::unsupervise() to something else
2012-07-17 21:19:23 -04:00
fun-call-variants.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
fun-indirect-call.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
functional-struct-update.rs
rustc: Make functional record and struct update use ".." instead of "with".
2012-08-13 16:07:12 -07:00
generic-alias-box.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
generic-alias-unique.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
generic-box.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
generic-derived-type.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
generic-drop-glue.rs
Switch to new param kind bound syntax
2012-01-05 15:50:02 +01:00
generic-exterior-box.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
generic-exterior-unique.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
generic-fn-box.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
generic-fn-infer.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
generic-fn-twice.rs
Port the tests to the expr foo::<T> syntax.
2011-08-16 15:05:57 -07:00
generic-fn-unique.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
generic-fn.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
generic-ivec-leak.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
generic-ivec.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -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
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
generic-tag-corruption.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07: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
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07: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
Convert ret to return
2012-08-01 19:16:06 -07:00
generic-tup.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
generic-type-synonym.rs
Reformat for new mode syntax, step 1
2011-09-12 12:04:14 +02:00
generic-type.rs
Port the tests to the decl foo<T> syntax.
2011-08-16 15:05:56 -07:00
generic-unique.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
global-scope.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
guards.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
hashmap-memory.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
hello.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
html-literals.rs
Eliminate some extraneous curly brackets inside invocations of macro_rules!.
2012-08-23 11:14:14 -07: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.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
if-ret.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
impl-implicit-trait.rs
syntax: Fix parsing of inherent traits
2012-08-07 13:01:22 -07:00
impl-variance.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
import-from-foreign.rs
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
import-from.rs
Reformat
2011-08-20 11:04:00 -07:00
import-glob-0.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
import-glob-1.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
import-glob-crate.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
import-in-block.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
import-trailing-comma.rs
Allow trailing commas in import lists. Closes #2582 .
2012-06-13 11:53:35 -07:00
import.rs
Register new snapshots, purge log_err and log_full in favour of log(...).
2011-12-22 17:53:53 -08:00
import2.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
import3.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
import4.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
import5.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
import6.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
import7.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
import8.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
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
infer-with-expected.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
inferred-suffix-in-pattern-range.rs
Remove the 'to' keyword
2012-09-01 18:38:18 -07:00
infinite-loops.rs
Add an infinite loop construct
2012-03-09 16:40:58 -08:00
init-res-into-things.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
inner-module.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
instantiable.rs
test file I had lying around and had forgotten to commit
2012-05-18 10:38:18 -07:00
int-conversion-coherence.rs
rustc: Implement and enforce instance coherence
2012-07-17 15:46:43 -07:00
int.rs
Reformat
2011-08-20 11:04:00 -07:00
integer-literal-suffix-inference.rs
Remove obsolete comment.
2012-06-20 17:56:40 -07:00
integral-indexing.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
intrinsic-alignment.rs
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
intrinsic-atomics-cc.rs
fix atomic intrinsic test cases
2012-08-23 17:19:35 -04:00
intrinsic-atomics.rs
fix atomic intrinsic test cases
2012-08-23 17:19:35 -04:00
intrinsic-frame-address.rs
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
intrinsic-move-val.rs
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
invoke-external-foreign.rs
Change 'native' and 'crust' to 'extern'.
2012-06-26 16:18:37 -07:00
irrefutable-unit.rs
Don't refute "()" in let-bindings ( fixes #3104 ).
2012-08-21 21:05:01 -04:00
issue-333.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
issue-506.rs
Fix issue-506.rs by adding a void-returning stub in the runtime ( close #2957 )
2012-08-16 21:07:55 -04:00
issue-507.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
issue-687.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
issue-783.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
issue-868.rs
Add test for issue 868
2012-07-26 14:29:47 -07:00
issue-912.rs
Add test cases
2012-06-21 19:58:52 -07:00
issue-979.rs
Camel case the option type
2012-08-26 15:56:16 -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
fix no-longer-unsupervise test cases on windows
2012-07-17 21:48:15 -04:00
issue-1257.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
issue-1460.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07:00
issue-1466.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -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
Rename str::bytes to str::to_bytes
2012-08-23 15:46:10 -07:00
issue-1701.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
issue-1821.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
issue-1866.rs
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
issue-1895.rs
Remove code from parser that was awaiting snapshot
2012-06-14 19:09:02 -07:00
issue-1974.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
issue-1989.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
issue-2101.rs
CamelCasify lots of std
2012-08-28 18:52:44 -07:00
issue-2185.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
issue-2196.rs
test: Add xfailed test for #2196
2012-04-16 13:51:40 -07:00
issue-2214.rs
Demode reinterpret_cast
2012-09-01 18:18:29 -07:00
issue-2242-d.rs
core: Camel case some lesser-used modules
2012-08-13 18:59:48 -07:00
issue-2288.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
issue-2311-2.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
issue-2311.rs
Change remaining "iface" occurrences to "trait"; deprecate "iface"
2012-07-31 11:52:16 -07:00
issue-2312.rs
Add a test for issue #2312
2012-08-06 11:08:52 -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
CamelCasify lots of std
2012-08-28 18:52:44 -07:00
issue-2414-c.rs
Allow impls to be re-exported
2012-06-13 15:52:00 -07:00
issue-2445-b.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
issue-2445.rs
Fix a test that mysteriously resolves correctly when not check-fasting
2012-08-28 10:58:16 -07:00
issue-2463.rs
Allow optional comma before with in FRU. Closes #2463 .
2012-05-31 12:20:26 -07:00
issue-2472.rs
xfail-fast issue-2472
2012-08-14 22:05:26 -07:00
issue-2487-a.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
issue-2502.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
issue-2526-a.rs
tests: Rename to avoid colliding with real rust-zmq.
2012-07-23 17:15:30 -07:00
issue-2548.rs
Adding a test case for #2548
2012-08-03 10:22:16 -07:00
issue-2550.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
issue-2611.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
issue-2631-b.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
issue-2633-2.rs
Issue #2633 : remove last_use entries that are subject to a loan
2012-06-17 16:17:40 -07:00
issue-2633.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
issue-2642.rs
Don't consider loops to be breaking if they contain inner loops that break
2012-06-20 18:53:38 -07:00
issue-2708.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
issue-2718.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07:00
issue-2723-b.rs
add xfail-fast directive due to aux-build
2012-07-13 10:47:20 -07:00
issue-2734.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
issue-2735-2.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
issue-2735-3.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
issue-2735.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
issue-2748-a.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
issue-2748-b.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
issue-2804-2.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
issue-2804.rs
CamelCasify lots of std
2012-08-28 18:52:44 -07:00
issue-2834.rs
Change calls of proto! to use parens.
2012-08-23 11:14:15 -07:00
issue-2869.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
issue-2904.rs
libcore: update bytes/str reader to work with regions.
2012-08-23 17:42:50 -07:00
issue-2930.rs
Change calls of proto! to use parens.
2012-08-23 11:14:15 -07:00
issue-2935.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
issue-2936.rs
In ty::impl_traits, treat structs properly
2012-08-28 19:51:11 -07:00
issue-2989.rs
Add test for #2989
2012-09-01 14:09:57 -07:00
issue-3012-2.rs
xfail-fast issue 3012-2
2012-08-16 14:44:34 -07:00
issue-3029.rs
Add xfailed test case for #3029
2012-07-26 14:51:10 -07:00
issue-3037.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
issue-3091.rs
Make comparisons between region pointers work
2012-08-02 23:53:45 -07:00
issue-3149.rs
Fix check-fast breakage
2012-08-14 10:46:20 -07:00
issue-3168.rs
Xfail-fast, because these tests use failure
2012-08-10 18:35:41 -07:00
issue-3176.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07:00
issue-3186.rs
rustc: Enum idents are not in the value namespace. Closes #3186
2012-08-13 15:17:54 -07:00
issue-3220.rs
Parenthesize unary move exprs in prettyprinter
2012-08-23 16:59:05 -07:00
issue2170exe.rs
rustc: Switch to the new resolution pass
2012-07-09 10:27:13 -07:00
issue2378c.rs
test for #2378
2012-05-18 20:00:50 -07:00
istr.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
item-attributes.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
item-name-overload.rs
Reformat
2011-08-20 11:04:00 -07:00
iter-all.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
iter-any.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
iter-contains.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
iter-count.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
iter-eachi.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
iter-filter-to-vec.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
iter-flat-map-to-vec.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
iter-foldl.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
iter-map-to-vec.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
iter-min-max.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
iter-range.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
iter-to-vec.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
ivec-add.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
ivec-pass-by-value.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
ivec-tag.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
keyword-changes-2012-07-31.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
kindck-owned-trait-contains-1.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
labeled-break.rs
rustc: Parse labeled loop, break, and again
2012-08-15 16:20:34 -07:00
lambda-infer-unresolved.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -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
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
last-use-in-block.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
last-use-in-cap-clause.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
last-use-is-capture.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
lazy-and-or.rs
Convert ret to return
2012-08-01 19:16:06 -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
Camel case various core constructors
2012-08-27 17:22:18 -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
leaky_comm.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -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
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
lint-non-camel-case-with-trailing-underscores.rs
lint: Allow trailing underscores in camel case idents
2012-08-08 15:05:49 -07: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
Convert ret to return
2012-08-01 19:16:06 -07:00
liveness-loop-break.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
liveness-move-in-loop.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
log-err-phi.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
log-knows-the-names-of-variants-in-std.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
log-knows-the-names-of-variants.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
log-linearized.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
log-str.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07: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
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
loop-diverges.rs
A few tests for infinite loops
2012-03-11 20:17:27 -07:00
loop-scope.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
loop-unsafe.rs
Make test suite terminate.
2012-08-16 16:26:08 -07:00
lots-a-fail.rs
Add task::spawn_unlinked and start migrating away from task::unsupervise
2012-07-23 16:06:29 -04:00
macro-2.rs
Eliminate some extraneous curly brackets inside invocations of macro_rules!.
2012-08-23 11:14:14 -07:00
macro-3.rs
Eliminate some extraneous curly brackets inside invocations of macro_rules!.
2012-08-23 11:14:14 -07:00
macro-by-example-1.rs
Eliminate some extraneous curly brackets inside invocations of macro_rules!.
2012-08-23 11:14:14 -07:00
macro-by-example-2.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
macro-interpolation.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
macro.rs
Eliminate some extraneous curly brackets inside invocations of macro_rules!.
2012-08-23 11:14:14 -07:00
main-ivec.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
many.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
max-min-classes.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
maybe-mutable.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
method-attributes.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07: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-inside-fn.rs
test: Add a test for mods inside functions. Closes #493
2012-07-30 18:00:56 -07:00
mod-view-items.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
module-polymorphism.rc
Move fail upcall into rust libcore.
2012-07-23 10:45:58 -07:00
module-polymorphism.rs
Move fail upcall into rust libcore.
2012-07-23 10:45:58 -07:00
module-polymorphism2.rc
Move fail upcall into rust libcore.
2012-07-23 10:45:58 -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
Move fail upcall into rust libcore.
2012-07-23 10:45:58 -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
Move string append to libraries. Closes #2710 .
2012-07-06 13:37:56 -07:00
module-polymorphism4.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
monad.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
monomorphize-trait-in-fn-at.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
morestack-address.rs
Add a morestack_addr (temporary) intrinsic
2012-08-31 16:20:36 -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
Convert ret to return
2012-08-01 19:16:06 -07:00
morestack4.rs
rt: Add RUST_MAX_STACK env var with 8MB default
2012-01-11 13:57:11 -08:00
morestack5.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
morestack6.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
move-1-unique.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
move-1.rs
Convert ret to return
2012-08-01 19:16:06 -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
Convert ret to return
2012-08-01 19:16:06 -07:00
move-3.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
move-4-unique.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
move-4.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
move-arg-2-unique.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
move-arg-2.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07: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
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
mutable-huh-variance-vec1.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
mutable-huh-variance-vec2.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
mutable-vec-drop.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -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
negative.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
nested-alts.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
nested-class.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
nested-exhaustive-alt.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
nested-pattern.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
nested-patterns.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
new-import-syntax.rs
libsyntax: Allow "use" to be used in place of "import"
2012-08-13 17:55:54 -07:00
newlambdas-ret-infer.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
newlambdas-ret-infer2.rs
Add two tests, one xfailed, for inferring lambda kinds in return position
2012-07-01 19:19:36 -07:00
newlambdas.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
newtype-polymorphic.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
newtype.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
nil-decl-in-foreign.rs
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
nil-pattern.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
non-boolean-pure-fns.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
nullary-or-pattern.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
numeric-method-autoexport.rs
Get rid of places that expected foo.bar to implicitly bind.
2012-07-10 15:12:12 -07: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
Camel case core::ops
2012-09-02 18:13:56 -07:00
option-ext.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
option-unwrap.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
or-pattern.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
output-slot-variants.rs
Convert ret to return
2012-08-01 19:16:06 -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
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -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
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
pattern-bound-var-in-for-each.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
pipe-bank-proto.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07:00
pipe-detect-term.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
pipe-peek.rs
Change calls of proto! to use parens.
2012-08-23 11:14:15 -07:00
pipe-pingpong-bounded.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07:00
pipe-pingpong-proto.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
pipe-presentation-examples.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
pipe-select-macro.rs
Change calls of proto! to use parens.
2012-08-23 11:14:15 -07:00
pipe-select.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
pipe-sleep.rs
Change calls of proto! to use parens.
2012-08-23 11:14:15 -07:00
placement-new-arena.rs
CamelCasify lots of std
2012-08-28 18:52:44 -07:00
platform_thread.rs
Convert more core types to camel case
2012-08-15 17:46:05 -07:00
pred-not-bool.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
preempt.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
private-class-field.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
private-method.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
pure-fmt.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
pure-sum.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
purity-infer.rs
Infer purity for || style closures. Closes #3023 .
2012-08-24 14:21:27 -07:00
rcvr-borrowed-to-region.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
rcvr-borrowed-to-slice.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
readalias.rs
Reformat for new mode syntax, step 1
2011-09-12 12:04:14 +02:00
rec-align-u32.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
rec-align-u64.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
rec-auto.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
rec-extend.rs
Reformat
2011-08-20 11:04:00 -07:00
rec-tup.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
rec.rs
Reformat
2011-08-20 11:04:00 -07:00
record-pat.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
reflect-visit-data.rs
Camel case core::intrinsic
2012-09-02 15:19:52 -07:00
reflect-visit-type.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
region-return-interior-of-option-in-self.rs
refactor categorization out of borrowck into its own module.
2012-08-08 09:22:07 -07:00
region-return-interior-of-option.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
regions-addr-of-interior-of-unique-box.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
regions-addr-of-ret.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
regions-appearance-constraint.rs
Fix #2979 : inference for lifetimes of & expressions
2012-07-30 14:49:28 -07:00
regions-borrow-at.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
regions-borrow-estr-uniq.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
regions-borrow-evec-at.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
regions-borrow-evec-fixed.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
regions-borrow-evec-uniq.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
regions-borrow-uniq.rs
new borrowing tests (not all passing)
2012-04-13 21:06:56 -07:00
regions-bot.rs
prevent regions from escaping in ifaces; remove &r.T syntax
2012-07-18 11:48:58 -07:00
regions-copy-closure.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
regions-creating-enums2.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
regions-creating-enums5.rs
change region syntax to &r/T in place of &r.T
2012-07-13 10:20:50 -07:00
regions-escape-into-other-fn.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
regions-fn-subtyping-2.rs
More tests wrt #2263 .
2012-06-01 09:26:48 -07:00
regions-fn-subtyping.rs
prevent regions from escaping in ifaces; remove &r.T syntax
2012-07-18 11:48:58 -07:00
regions-infer-borrow-scope-addr-of.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
regions-infer-borrow-scope-view.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
regions-infer-borrow-scope-within-loop-ok.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
regions-infer-borrow-scope.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
regions-infer-call-2.rs
Fix intersection of two region params in infer, cc #2962
2012-07-19 10:14:16 -07:00
regions-infer-call.rs
Fix intersection of two region params in infer, cc #2962
2012-07-19 10:14:16 -07:00
regions-infer-contravariance-due-to-ret.rs
Infer variance of types with respect to the region parameter.
2012-08-23 06:30:43 -07:00
regions-infer-contravariance.rs
Infer variance of types with respect to the region parameter.
2012-08-23 06:30:43 -07:00
regions-mock-trans-impls.rs
CamelCasify lots of std
2012-08-28 18:52:44 -07:00
regions-mock-trans.rs
Demode reinterpret_cast
2012-09-01 18:18:29 -07:00
regions-nullary-variant.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
regions-params.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
regions-self-impls.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
regions-self-in-enums.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
regions-simple.rs
replace mutbl pass with borrowck
2012-05-10 21:14:43 -07:00
regions-static-closure.rs
more sound treatment of fn& regions; change all & to be distinct
2012-08-21 10:28:34 -07:00
regions-trait.rs
Infer variance of types with respect to the region parameter.
2012-08-23 06:30:43 -07:00
repeated-vector-syntax.rs
rustc: Translate repeated vector syntax
2012-08-03 18:49:44 -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
Remove the class keyword
2012-08-17 10:13:45 -07:00
resource-cycle.rs
Demode reinterpret_cast
2012-09-01 18:18:29 -07:00
resource-cycle2.rs
Demode reinterpret_cast
2012-09-01 18:18:29 -07:00
resource-cycle3.rs
Demode reinterpret_cast
2012-09-01 18:18:29 -07:00
resource-destruct.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
resource-generic.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
resource-in-struct.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
ret-bang.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
ret-break-cont-in-block.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07:00
ret-none.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
return-nil.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
rt-circular-buffer.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
rt-sched-1.rs
Demode reinterpret_cast
2012-09-01 18:18:29 -07:00
select-macro.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
self-shadowing-import.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
send-iloop.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
send-resource.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
send-type-inference.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
sendable-class.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
sendfn-deep-copy.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
sendfn-generic-fn.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
sendfn-is-a-block.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
sendfn-spawn-with-fn-arg.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
seq-compare.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
shadow.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
shape_intrinsic_tag_then_rec.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
shebang.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -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
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
simple-generic-alt.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07: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
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
spawn-fn.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
spawn-types.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
spawn.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
spawn2.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07: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 impls to new syntax
2012-08-08 18:19:24 -07:00
static-method-test.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07:00
static-method-xcrate.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07:00
str-append.rs
Remove modes from map API and replace with regions.
2012-08-02 15:53:28 -07:00
str-concat.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
str-growth.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
str-idx.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
str-multiline.rs
Remove modes from map API and replace with regions.
2012-08-02 15:53:28 -07:00
string-self-append.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
struct-literal-dtor.rs
rustc: Initialize the drop flag with the new struct literal syntax. Closes #3172 .
2012-08-09 19:45:37 -07:00
struct-pattern-matching.rs
Re-allow pattern-matching structs ( #3215 )
2012-08-20 18:22:11 -04:00
struct-return.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -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 < and = into traits
2012-08-29 18:25:22 -07: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
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
syntax-extension-fmt.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
syntax-extension-minor.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -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
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
tag-align-dyn-u64.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
tag-align-dyn-variants.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
tag-align-shape.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
tag-align-u64.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
tag-auto-disr-val-shape.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
tag-disr-val-shape.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
tag-exports.rs
rustc: Switch to the new resolution pass
2012-07-09 10:27:13 -07:00
tag-in-block.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
tag-variant-disr-val.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07: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
Convert ret to return
2012-08-01 19:16:06 -07:00
tail-cps.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
tail-direct.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
task-comm-0.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07:00
task-comm-1.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
task-comm-3.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07:00
task-comm-4.rs
Rewrite task-comm-NN to use pipes
2012-07-25 15:15:46 -07:00
task-comm-5.rs
Rewrite task-comm-NN to use pipes
2012-07-25 15:15:46 -07:00
task-comm-6.rs
Update the rock-paper-scissors example in the tutorial, and rename some types in core::pipes
2012-08-16 17:50:36 -07:00
task-comm-7.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07:00
task-comm-9.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07:00
task-comm-10.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07:00
task-comm-11.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07:00
task-comm-12.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
task-comm-13.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07:00
task-comm-14.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07:00
task-comm-15.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07:00
task-comm-16.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07:00
task-comm-17.rs
Convert to new closure syntax
2012-07-01 19:19:32 -07:00
task-comm-chan-cleanup.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
task-comm-chan-cleanup2.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
task-comm-chan-cleanup3.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
task-comm-chan-cleanup4.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
task-comm-chan-nil.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
task-comm.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
task-compare.rs
Comments only: annotate FIXMEs in tests
2012-06-14 15:35:43 -07:00
task-killjoin-rsrc.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
task-killjoin.rs
Add task::spawn_unlinked and start migrating away from task::unsupervise
2012-07-23 16:06:29 -04:00
task-life-0.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
task-spawn-move-and-copy.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
terminate-in-initializer.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
test-ignore-cfg.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
test-runner-hides-main.rs
Reformat
2011-08-20 11:04:00 -07:00
threads.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
too-much-recursion.rs
Add task::spawn_unlinked and start migrating away from task::unsupervise
2012-07-23 16:06:29 -04:00
trait-bounds.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
trait-cast.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
trait-composition-trivial.rs
xfail-fast run-pass/trait-composition-trivial
2012-08-04 17:37:30 -07:00
trait-generic.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
trait-mix.rc
In typeck::collect::ensure_trait_methods, don't assume the trait was already checked
2012-08-13 17:38:58 -07:00
trait-to-str.rs
xfail-fast run-pass/trait-to-str
2012-08-13 15:50:38 -07:00
traits-default-method-self.rs
Tag things that have to do with default methods with issue #2794 .
2012-08-31 19:09:01 -04:00
traits-default-method-trivial.rs
Compile default methods; un-xfail default methods test (cc: #2794 ).
2012-08-14 09:02:47 -07:00
traits.rs
Change remaining "iface" occurrences to "trait"; deprecate "iface"
2012-07-31 11:52:16 -07:00
trivial-message.rs
Convert core::pipes to camel case
2012-08-28 14:33:18 -07: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
tuple-struct-trivial.rs
Xfail a struct-test I can't figure out how to make work.
2012-08-16 14:26:35 -07:00
type-in-nested-module.rs
Reformat
2011-08-20 11:04:00 -07:00
type-namespace.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
type-param-constraints.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
type-param.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
type-params-in-for-each.rs
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
type-ptr.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
type-sizes.rs
Copy first batch of material from libstd to libcore.
2011-12-13 16:34:50 -08:00
typeclasses-eq-example-static.rs
Example from lkuper's intern talk, but now with static methods!
2012-08-09 11:20:15 -07:00
typeclasses-eq-example.rs
Add example from lkuper's intern talk to the test suite.
2012-08-09 11:10:09 -07:00
typestate-cfg-nesting.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
typestate-multi-decl.rs
Reformat
2011-08-20 11:04:00 -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
unary-minus-suffix-inference.rs
A test to exercise suffix inference for unary minus a little more.
2012-06-21 12:08:10 -07:00
unify-return-ty.rs
Demode reinterpret_cast
2012-09-01 18:18:29 -07:00
uniq-cc-generic.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
uniq-cc.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
unique-alt-discrim.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -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 the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07: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
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
unique-cmp.rs
Log and compare unique boxes
2011-09-21 17:08:40 -07:00
unique-containing-tag.rs
rustc: Put uniques into addrspace 1
2012-06-05 14:03:25 -07:00
unique-copy-box.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
unique-create.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -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
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -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
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
unique-in-vec-copy.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
unique-in-vec.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
unique-init.rs
Make creation of unique boxes work again
2011-09-20 17:51:17 -07:00
unique-kinds.rs
rustc: Make < and = into traits
2012-08-29 18:25:22 -07: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
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
unique-pat-3.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
unique-pat.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
unique-pinned-nocopy-2.rs
Remove the class keyword
2012-08-17 10:13:45 -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
Camel case various core constructors
2012-08-27 17:22:18 -07:00
unique-send.rs
Camel case various core constructors
2012-08-27 17:22:18 -07: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
Convert ret to return
2012-08-01 19:16:06 -07:00
unreachable-code-1.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
unreachable-code.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
unsafe-fn-called-from-unsafe-blk.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
unsafe-fn-called-from-unsafe-fn.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
unused-move-capture.rs
Remove code from parser that was awaiting snapshot
2012-06-14 19:09:02 -07:00
unwind-box.rs
Add task::spawn_unlinked and start migrating away from task::unsupervise
2012-07-23 16:06:29 -04:00
unwind-resource.rs
Camel case various core constructors
2012-08-27 17:22:18 -07:00
unwind-resource2.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
unwind-unique.rs
Add task::spawn_unlinked and start migrating away from task::unsupervise
2012-07-23 16:06:29 -04:00
use-crate-name-alias.rs
Use real crate name in crate_map name
2012-04-07 22:08:54 +08:00
use-import-export.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
use-mod.rs
rustc: Implement "use mod"
2012-08-31 11:20:50 -07:00
use-trait-before-def.rs
Convert impls to new syntax
2012-08-08 18:19:24 -07:00
use-uninit-alt.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
use-uninit-alt2.rs
Convert alt to match. Stop parsing alt
2012-08-06 15:36:30 -07:00
use.rs
Bump version to 0.4
2012-08-30 14:05:59 -07:00
utf8.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
utf8_chars.rs
Rename str::bytes to str::to_bytes
2012-08-23 15:46:10 -07:00
utf8_idents.rs
Convert ret to return
2012-08-01 19:16:06 -07:00
variant-attributes.rs
Move the world over to using the new style string literals and types. Closes #2907 .
2012-07-14 01:03:43 -07:00
variant-structs-trivial.rs
rustc: Parse variant structs; add a trivial test case
2012-08-07 18:55:19 -07:00
vec-concat.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
vec-drop.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
vec-fixed-length.rs
libsyntax: Implement [int*3] syntax for fixed length vector types
2012-08-13 20:00:03 -07:00
vec-growth.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
vec-ivec-deadlock.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
vec-late-init.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
vec-push.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
vec-self-append.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
vec-slice-drop.rs
Remove the class keyword
2012-08-17 10:13:45 -07:00
vec-slice.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
vec-trailing-comma.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
vec.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
vector-no-ann-2.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759 .
2012-06-29 17:41:45 -07:00
warn-ctypes-inhibit.rs
Nomenclature fixes in the lint checker. Fewer double-negatives.
2012-07-26 17:08:33 -07:00
weird-exprs.rs
Remove match check from test cases
2012-08-23 15:12:02 -07:00
while-cont.rs
Switch 'cont' to 'again' everywhere. Close #2229 .
2012-07-09 14:37:48 -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
Convert ret to return
2012-08-01 19:16:06 -07:00
while-with-break.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
while.rs
m1!{...} -> m1!(...)
2012-08-23 11:14:14 -07:00
writealias.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
x86stdcall.rs
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
x86stdcall2.rs
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
yield.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
yield1.rs
Camel case the option type
2012-08-26 15:56:16 -07:00
yield2.rs
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 09:58:19 -07:00
zip-same-length.rs
Convert ret to return
2012-08-01 19:16:06 -07:00