| .. |
|
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 |
|
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
|
test: Simulate abstract methods with template modules
|
2012-04-14 02:14:05 -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 |
|
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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
remove alias analysis and replace with borrowck
|
2012-06-08 20:39:11 -07:00 |
|
alt-implicit-copy.rs
|
remove alias analysis and replace with borrowck
|
2012-06-08 20:39:11 -07:00 |
|
alt-join.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
alt-path.rs
|
Require alts to be exhaustive
|
2012-01-31 10:08:24 -08:00 |
|
alt-pattern-drop.rs
|
Fix alt-pattern-drop's breakage from af2d01e
|
2012-06-28 15:59:43 -04: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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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-unique-bind.rs
|
rustc: Put uniques into addrspace 1
|
2012-06-05 14:03:25 -07:00 |
|
alt-with-ret-arm.rs
|
add test that was failing from tedh
|
2012-03-24 21:59:16 -07:00 |
|
argument-passing.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
argv.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
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 |
|
assignability-iface.rs
|
Be less eager about implicit borrowing when doing method resolution. Closes #2796.
|
2012-07-06 15:55:18 -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
|
Switch to new param kind bound syntax
|
2012-01-05 15:50:02 +01:00 |
|
auto-loop.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
auto_serialize.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
autobind.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
autoderef-method-newtype.rs
|
support autoderef on method calls
|
2012-06-19 20:46:48 -07:00 |
|
autoderef-method-priority.rs
|
support autoderef on method calls
|
2012-06-19 20:46:48 -07:00 |
|
autoderef-method-twice-but-not-thrice.rs
|
two more tests for method autoderef
|
2012-06-19 20:52:33 -07:00 |
|
autoderef-method-twice.rs
|
two more tests for method autoderef
|
2012-06-19 20:52:33 -07:00 |
|
autoderef-method.rs
|
support autoderef on method calls
|
2012-06-19 20:46:48 -07:00 |
|
basic-1.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
basic-2.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
basic.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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 |
|
binops.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -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 to new closure syntax
|
2012-07-01 19:19:32 -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 to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
block-arg-used-as-any.rs
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -07:00 |
|
block-arg-used-as-lambda.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
block-arg.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
block-explicit-types.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
block-expr-precedence.rs
|
Un-xfail various tests
|
2011-09-19 18:55:26 -07:00 |
|
block-fn-coerce.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -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 |
|
borrowck-borrow-from-expr-block.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
handle moves in let initializers and allow moves from unsafe ptrs
|
2012-06-21 08:34:54 -07:00 |
|
borrowck-mut-vec-as-imm-slice.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
borrowck-newtype-issue-2573.rs
|
Treat enums with one variant specially in borrowck: #2573
|
2012-06-12 14:30:14 -07:00 |
|
borrowck-pat-reassign-no-binding.rs
|
remove alias analysis and replace with borrowck
|
2012-06-08 20:39:11 -07:00 |
|
borrowck-preserve-box-in-arm-not-taken.rs
|
remove alias analysis and replace with borrowck
|
2012-06-08 20:39:11 -07:00 |
|
borrowck-preserve-box-in-discr.rs
|
remove alias analysis and replace with borrowck
|
2012-06-08 20:39:11 -07:00 |
|
borrowck-preserve-box-in-field.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
borrowck-preserve-box-in-pat.rs
|
remove alias analysis and replace with borrowck
|
2012-06-08 20:39:11 -07:00 |
|
borrowck-preserve-box-in-uniq.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
borrowck-preserve-box-sometimes-needed.rs
|
remove alias analysis and replace with borrowck
|
2012-06-08 20:39:11 -07:00 |
|
borrowck-preserve-box.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
borrowck-preserve-cond-box.rs
|
remove alias analysis and replace with borrowck
|
2012-06-08 20:39:11 -07:00 |
|
borrowck-preserve-expl-deref.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
borrowck-univariant-enum.rs
|
Treat enums with one variant specially in borrowck: #2573
|
2012-06-12 14:30:14 -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-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-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-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 |
|
boxed-class-type-substitution.rs
|
rustc: Fix a missing application of the operator in fold_ty
|
2012-06-27 20:11:59 -07:00 |
|
break-value.rs
|
Add an infinite loop construct
|
2012-03-09 16:40:58 -08:00 |
|
break.rs
|
Switch 'cont' to 'again' everywhere. Close #2229.
|
2012-07-09 14:37:48 -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
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
c-stack-returning-int64.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -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
|
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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
cci_iter_exe.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07: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
|
test: Try to work around a resolve1 bug in class-cast-to-iface-cross-crate-2
|
2012-07-03 20:12:01 -07:00 |
|
class-cast-to-iface-cross-crate.rs
|
rustc: Implement a new resolve pass behind a compile flag
|
2012-07-02 18:30:12 -07:00 |
|
class-cast-to-iface-multiple-types.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
class-cast-to-iface.rs
|
Remove 'implements' keyword in favour of :, part of #2301.
|
2012-06-22 18:57:20 -07:00 |
|
class-dtor.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
class-exports.rs
|
Test for issue 2286
|
2012-05-02 14:02:44 -07:00 |
|
class-iface-bounded-param.rs
|
rustc: Implement a new resolve pass behind a compile flag
|
2012-07-02 18:30:12 -07:00 |
|
class-impl-parameterized-iface.rs
|
Merge branch 'incoming' of github.com:/mozilla/rust into incoming
|
2012-07-09 14:38:37 -07:00 |
|
class-impl-very-parameterized-iface.rs
|
Merge branch 'incoming' of github.com:/mozilla/rust into incoming
|
2012-07-09 14:38:37 -07:00 |
|
class-implement-iface-cross-crate.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
class-implement-ifaces.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
class-implements-multiple-ifaces.rs
|
rustc: Implement a new resolve pass behind a compile flag
|
2012-07-02 18:30:12 -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
|
Xfail-fast a recent test that doesn't work on check-fast.
|
2012-07-09 16:08:11 -07:00 |
|
class-poly-methods.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
class-separate-impl.rs
|
rustc: Implement a new resolve pass behind a compile flag
|
2012-07-02 18:30:12 -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
|
better support for classes with polymorphic methods
|
2012-06-04 11:46:23 -07:00 |
|
classes-cross-crate.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
classes-self-referential.rs
|
Issue #2572: (trans) Fix self-referential classes.
|
2012-06-14 18:51:31 -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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
cleanup-copy-mode.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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-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 |
|
comm.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
command-line-args.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
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
|
rustc: Conditionally compile view items. #2357
|
2012-07-09 14:09:03 -07:00 |
|
const-bound.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
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 |
|
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 |
|
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
|
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-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
|
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 |
|
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
|
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 |
|
dupe-first-attr.rc
|
freebsd support
|
2012-01-01 20:18:55 -08:00 |
|
dvec-test.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
empty-tag.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
enum-disr-val-pretty.rs
|
Fix various drift issues in the qq branch.
|
2012-02-03 20:54:18 -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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
exec-env.rs
|
add option exec-env to set env variables during test execution
|
2012-04-13 12:41:37 -07:00 |
|
explicit-i-suffix.rs
|
Add a test for explicit i suffix on integer literals
|
2012-06-12 14:09:11 -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
|
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
|
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-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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
expr-alt-generic-box1.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
expr-alt-generic-box2.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
expr-alt-generic-unique1.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
expr-alt-generic-unique2.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
expr-alt-generic.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07: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
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
expr-block-generic-box1.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
expr-block-generic-box2.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
expr-block-generic-unique1.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
expr-block-generic-unique2.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
expr-block-generic.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -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
|
Reformat
|
2011-08-20 11:04:00 -07:00 |
|
expr-fn.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07: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
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
expr-if-generic-box2.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
expr-if-generic.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07: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 |
|
extern-1.rs
|
Change crust -> extern.
|
2012-07-03 16:49:46 -07:00 |
|
extern-call-deep.rs
|
Change crust -> extern.
|
2012-07-03 16:49:46 -07:00 |
|
extern-call-deep2.rs
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -07:00 |
|
extern-call-scrub.rs
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -07:00 |
|
extern-call.rs
|
Change crust -> extern.
|
2012-07-03 16:49:46 -07:00 |
|
extern-crosscrate.rs
|
test: xfail-fast extern-crosscrate
|
2012-07-09 13:41:32 -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
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -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 |
|
fat-arrow-alt.rs
|
Add a test case for previous commit
|
2012-06-04 18:56:50 -07:00 |
|
fixed-point-bind-box.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
fixed-point-bind-unique.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
fixed_length_copy.rs
|
Fix copying of fixed length vectors. Closes #2630.
|
2012-06-15 15:31:19 -07:00 |
|
fixed_length_vec_glue.rs
|
Make the shape interpreter actually advance past fixed length vectors. Closes #2613.
|
2012-06-15 15:31:19 -07: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 |
|
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
|
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
|
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-constraint.rs
|
Finish cleanup of core::str
|
2012-02-23 17:00:19 +01:00 |
|
fn-lval.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
foreign-dupe.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
foreign-fn-linkname.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -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.rc
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
foreign-no-abi.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07: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
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
fun-call-variants.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
fun-indirect-call.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07: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-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
|
Port the tests to the expr foo::<T> syntax.
|
2011-08-16 15:05:57 -07:00 |
|
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
|
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
|
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
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07: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
|
Port the tests to the decl foo<T> syntax.
|
2011-08-16 15:05:56 -07:00 |
|
generic-unique.rs
|
Switch to new param kind bound syntax
|
2012-01-05 15:50:02 +01:00 |
|
global-scope.rs
|
Remove all xfail-stage0 directives
|
2011-08-03 10:55:59 -07:00 |
|
guards.rs
|
Change all uses of 'when' in alt-patterns to 'if'
|
2012-01-09 19:27:05 -08:00 |
|
hashmap-memory.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07: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
|
minor changes to tests so they pass borrowck
|
2012-06-06 18:37:58 -07:00 |
|
iface-generic.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
iface-to-str.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
impl-variance.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
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
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -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
|
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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
import5.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
import6.rs
|
test: Swap the order of two imports in import6 to eliminate a cycle
|
2012-06-25 15:12:50 -07:00 |
|
import7.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
Enable integer literal suffix inference.
|
2012-06-19 17:06:05 -07: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 |
|
integer-literal-suffix-inference.rs
|
Remove obsolete comment.
|
2012-06-20 17:56:40 -07:00 |
|
integral-indexing.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
intrinsic-alignment.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
intrinsic-atomics.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07: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 |
|
issue-333.rs
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
issue-506.rs
|
Fix test that was using rust_task_allow_kill incorrectly
|
2012-07-05 21:33:47 -07:00 |
|
issue-507.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
issue-687.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
issue-783.rs
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -07:00 |
|
issue-912.rs
|
Add test cases
|
2012-06-21 19:58:52 -07: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
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07: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
|
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
|
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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
issue-2101.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
issue-2185.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
issue-2196.rs
|
test: Add xfailed test for #2196
|
2012-04-16 13:51:40 -07:00 |
|
issue-2214.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
issue-2242-d.rs
|
Test for #2242 (xfailed for now)
|
2012-06-20 16:25:46 -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-2414-c.rs
|
Allow impls to be re-exported
|
2012-06-13 15:52:00 -07:00 |
|
issue-2445-b.rs
|
Add test cases for issue 2445
|
2012-06-25 13:18:43 -07:00 |
|
issue-2445.rs
|
Add test cases for issue 2445
|
2012-06-25 13:18:43 -07:00 |
|
issue-2463.rs
|
Allow optional comma before with in FRU. Closes #2463.
|
2012-05-31 12:20:26 -07:00 |
|
issue-2487-a.rs
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -07:00 |
|
issue-2502.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
issue-2526-a.rs
|
Traverse types in reachability
|
2012-06-13 11:57:01 -07:00 |
|
issue-2550.rs
|
Don't treat all class fields as mutable, except in trans
|
2012-06-11 10:16:17 -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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
Issue #2633: remove last_use entries that are subject to a loan
|
2012-06-17 16:17:40 -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
|
More test cases for classes with dtors
|
2012-06-24 15:11:25 -07:00 |
|
issue-2718.rs
|
Be a little more clever about calculating sizes for class types
|
2012-06-26 11:14:39 -07:00 |
|
issue-2734.rs
|
Add test case for issue #2734 (xfailed)
|
2012-06-28 19:26:12 -04:00 |
|
issue-2748-a.rs
|
Consider slices to be a structural type. Closes #2748.
|
2012-07-05 14:48:23 -07:00 |
|
issue-2748-b.rs
|
Consider slices to be a structural type. Closes #2748.
|
2012-07-05 14:48:23 -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
|
make --enforce-mut-vars always on, add mut annotations to remaining files
|
2012-03-22 09:58:19 -07:00 |
|
item-attributes.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
item-name-overload.rs
|
Reformat
|
2011-08-20 11:04:00 -07:00 |
|
iter-all.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
iter-any.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
iter-contains.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
iter-count.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
iter-eachi.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
iter-filter-to-vec.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
iter-map-to-vec.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
iter-min-max.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
iter-range.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
iter-to-vec.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
ivec-add.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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 to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
last-use-in-cap-clause.rs
|
new cap clause syntax
|
2012-05-04 12:33:08 -07:00 |
|
last-use-is-capture.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07: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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
Forgot to xfail-fast this
|
2012-06-12 19:05:34 -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 to new closure syntax
|
2012-07-01 19:19:32 -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
|
change the test suite //! kind syntax to //~ kind in order to avoid a
|
2012-06-30 12:23:59 +01: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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
log-knows-the-names-of-variants.rs
|
Use unboxed vecs for string shape glue.
|
2012-06-18 15:54:37 -07:00 |
|
log-linearized.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
log-str.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
Switch 'cont' to 'again' everywhere. Close #2229.
|
2012-07-09 14:37:48 -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 |
|
lots-a-fail.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
Get rid of basically all of the remaining old style vecs in tests.
|
2012-06-29 15:08:12 -07:00 |
|
macro.rs
|
Reformat
|
2011-08-20 11:04:00 -07:00 |
|
main-ivec.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
many.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
maybe-mutable.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07: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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
module-polymorphism.rc
|
Move string append to libraries. Closes #2710.
|
2012-07-06 13:37:56 -07:00 |
|
module-polymorphism.rs
|
test: Add a test for interesting module template polymorphism
|
2012-04-14 00:15:12 -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
|
Move string append to libraries. Closes #2710.
|
2012-07-06 13:37:56 -07:00 |
|
module-polymorphism4.rs
|
test: Simulate abstract methods with template modules
|
2012-04-14 02:14:05 -07:00 |
|
monad.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
morestack6.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07: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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
move-3.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
Parse ~[...] as [...]/~. Same for @ and &. Closes #2747.
|
2012-06-28 17:10:06 -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
|
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-class.rs
|
Fix resolve bug that made nested classes not work
|
2012-06-20 20:12:14 -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 |
|
newlambdas-ret-infer.rs
|
Add two tests, one xfailed, for inferring lambda kinds in return position
|
2012-07-01 19:19:36 -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
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -07:00 |
|
newtype-polymorphic.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
newtype.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -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
|
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 |
|
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-leaks.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
pattern-bound-var-in-for-each.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
pipe-bank-proto.rs
|
Bank protocol example from blog post
|
2012-07-06 15:25:06 -07:00 |
|
pipe-pingpong-proto.rs
|
You can have any protocol you want, provided it's pingpong.
|
2012-07-06 10:42:40 -07:00 |
|
pipe-select.rs
|
Updating tests to use pipes.
|
2012-07-06 10:42:41 -07:00 |
|
pipe-sleep.rs
|
Updating tests to use pipes.
|
2012-07-06 10:42:41 -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
|
Machine types are different from int/uint, etc (Issue #2187)
|
2012-06-04 19:16:47 -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 the test suite //! kind syntax to //~ kind in order to avoid a
|
2012-06-30 12:23:59 +01: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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
readalias.rs
|
Reformat for new mode syntax, step 1
|
2011-09-12 12:04:14 +02:00 |
|
rec-align-u32.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
rec-align-u64.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -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-data.rs
|
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
2012-07-04 19:18:13 -07:00 |
|
reflect-visit-type.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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
|
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
|
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
|
Machine types are different from int/uint, etc (Issue #2187)
|
2012-06-04 19:16:47 -07:00 |
|
regions-mock-trans.rs
|
Machine types are different from int/uint, etc (Issue #2187)
|
2012-06-04 19:16:47 -07:00 |
|
regions-nullary-variant.rs
|
Various regions fixes.
|
2012-04-23 08:02:59 -07:00 |
|
regions-params.rs
|
Eliminate usages of old sugared call syntax
|
2012-06-30 16:01:49 -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-cycle.rs
|
Remove resources
|
2012-06-24 15:09:57 -07:00 |
|
resource-cycle2.rs
|
Remove resources
|
2012-06-24 15:09:57 -07:00 |
|
resource-cycle3.rs
|
More test cases for classes with dtors
|
2012-06-24 15:11:25 -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
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07: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
|
Switch 'cont' to 'again' everywhere. Close #2229.
|
2012-07-09 14:37:48 -07: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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
rt-sched-1.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
send-resource.rs
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
sendfn-generic-fn.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
sendfn-is-a-block.rs
|
s/block()/fn()/g
|
2012-01-23 19:06:33 -08:00 |
|
sendfn-spawn-with-fn-arg.rs
|
Remove code from parser that was awaiting snapshot
|
2012-06-14 19:09:02 -07:00 |
|
seq-compare.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
shadow.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
shape_intrinsic_tag_then_rec.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07: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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
spawn-fn.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
spawn-types.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
A new times method on numeric types
|
2012-07-05 19:44:20 -07: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
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
syntax-extension-fmt.rs
|
Add more #fmt float tests
|
2012-06-02 16:45:20 -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
|
Allow defining token tree macros. They should work now!
|
2012-07-09 17:44:46 -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
|
rustc: Switch to the new resolution pass
|
2012-07-09 10:27:13 -07:00 |
|
tag-in-block.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07: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
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
tail-direct.rs
|
Remove be keyword.
|
2012-05-15 10:41:14 -07:00 |
|
task-comm-0.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
task-comm-1.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
task-comm-3.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -07:00 |
|
task-comm-9.rs
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -07:00 |
|
task-comm-10.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
task-comm-11.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
task-comm-12.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
task-comm-13.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
task-comm-14.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
task-comm-15.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
task-comm-16.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
task-comm-17.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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-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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07: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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
task-compare.rs
|
Comments only: annotate FIXMEs in tests
|
2012-06-14 15:35:43 -07:00 |
|
task-killjoin-rsrc.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
task-killjoin.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
task-life-0.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
task-spawn-move-and-copy.rs
|
Remove code from parser that was awaiting snapshot
|
2012-06-14 19:09:02 -07:00 |
|
terminate-in-initializer.rs
|
Switch 'cont' to 'again' everywhere. Close #2229.
|
2012-07-09 14:37:48 -07:00 |
|
test-ignore-cfg.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
test-runner-hides-main.rs
|
Reformat
|
2011-08-20 11:04:00 -07:00 |
|
threads.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
too-much-recursion.rs
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -07:00 |
|
traits.rs
|
Start sketching some traitorous code (xfail'd)
|
2012-07-02 17:12:30 -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
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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 |
|
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 |
|
unchecked-predicates.rs
|
Comments only: change TODOs to FIXMEs and annotate them
|
2012-07-05 16:10:29 -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 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
|
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
|
2012-06-25 20:00:46 -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
|
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
|
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
|
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
|
2012-06-25 20:00:46 -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
|
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
|
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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -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
|
change the test suite //! kind syntax to //~ kind in order to avoid a
|
2012-06-30 12:23:59 +01: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
|
Remove code from parser that was awaiting snapshot
|
2012-06-14 19:09:02 -07:00 |
|
unwind-box.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
unwind-resource.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
unwind-resource2.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
unwind-unique.rs
|
Convert to new closure syntax
|
2012-07-01 19:19: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-alt.rs
|
make --enforce-mut-vars always on, add mut annotations to remaining files
|
2012-03-22 09:58:19 -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.rs
|
test: Fix and un-xfail run-pass/use
|
2012-04-25 15:58:33 -07:00 |
|
utf8.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
utf8_chars.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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 |
|
variant-attributes.rs
|
rustc: Allow attributes on enum variants. Closes #1663
|
2012-01-25 16:24:06 -08: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-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
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41: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
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
weird-exprs.rs
|
Catch one missing residual 'cont' -> 'again' change.
|
2012-07-09 15:15:39 -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
|
make --enforce-mut-vars always on, add mut annotations to remaining files
|
2012-03-22 09:58:19 -07:00 |
|
while-with-break.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -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 |
|
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
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
yield1.rs
|
Convert to new closure syntax
|
2012-07-01 19:19: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 |
|
zip-same-length.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |