.. |
multi-src
|
Sketch support for reading multi-file crates in rustc. Add test, not yet working.
|
2011-01-10 18:18:16 -08:00 |
native-mod-src
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
native-src
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
acyclic-unwind.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
alt-join.rs
|
Fix bug in handling of expr_alt (postcond for alts was being intersected with postcond for scrutinee)
|
2011-04-28 13:26:19 -07:00 |
alt-path.rs
|
Resolve type paths.
|
2011-01-27 16:39:31 -05:00 |
alt-pattern-drop.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
alt-pattern-lit.rs
|
Add alt-pattern-lit.rs test.
|
2011-02-10 19:13:39 -08:00 |
alt-pattern-simple.rs
|
Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb.
|
2010-09-20 23:56:43 -07:00 |
alt-phi.rs
|
Add testcase for bootstrap blocker and fix for each result type to nil.
|
2011-04-19 16:53:12 -07:00 |
alt-tag.rs
|
Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb.
|
2010-09-20 23:56:43 -07:00 |
alt-type-simple.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
argv.rs
|
|
|
arith-0.rs
|
Updated/added test cases.
|
2010-08-09 06:53:37 -07:00 |
arith-1.rs
|
Updated/added test cases.
|
2010-08-09 06:53:37 -07:00 |
arith-2.rs
|
Updated/added test cases.
|
2010-08-09 06:53:37 -07:00 |
arith-unsigned.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
auto-instantiate.rs
|
Add automatic parameter instantiation. Closes #45.
|
2010-08-26 14:47:18 -07:00 |
autoderef-full-lval.rs
|
ctxt_auto_deref_lval decides whether to autoderef the entire lval, not its base.
|
2010-07-19 19:06:55 -07:00 |
autoderef-objfn.rs
|
Autoderef objects when passing them as implicit (indirect) arg upon vtbl-dispatch. Add testcase and XFAIL it on LLVM. Closes #112.
|
2010-07-19 18:25:26 -07:00 |
basic-1.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
basic-2.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
basic.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
bind-exterior.rs
|
Merge obj-drop and closure-drop code, handles freeing bound exteriors now.
|
2010-08-25 16:21:50 -07:00 |
bind-interior.rs
|
New test, bind-interior.rs.
|
2011-01-06 12:56:30 -08:00 |
bind-obj-ctor.rs
|
|
|
bind-thunk.rs
|
|
|
bind-trivial.rs
|
|
|
bitwise.rs
|
|
|
bool-not.rs
|
Insure bools remain 0x1 or 0x0 by having boolean-NOT not just be a simple bit-NOT.
|
2010-08-25 17:17:14 -07:00 |
box-compare.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
box-in-tup.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
box-unbox.rs
|
Fix bug in box-unbox.rs test.
|
2011-01-27 13:52:02 -08:00 |
box.rs
|
Add minimal test for box/deref.
|
2010-12-02 15:02:17 -08:00 |
break.rs
|
Add support for break and cont to rustc
|
2011-03-27 14:11:23 +02:00 |
cast.rs
|
Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.
|
2010-07-26 15:22:21 -07:00 |
char.rs
|
|
|
child-outlives-parent.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
clone-with-exterior.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
comm.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
command-line-args.rs
|
|
|
complex.rs
|
rustc: Typecheck whiles and do-whiles. Add a workaround to complex.rs pending a solution to the one-armed-if problem.
|
2010-11-23 17:02:08 -08:00 |
const.rs
|
Translate const uses via runtime expression evaluation.
|
2010-09-14 11:44:25 -07:00 |
constrained-type.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
dead-code-one-arm-if.rs
|
|
|
decl-with-recv.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
deep.rs
|
|
|
deref-lval.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
deref.rs
|
|
|
destructor-ordering.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
div-mod.rs
|
|
|
drop-bind-thunk-args.rs
|
Fix bug in bind thunks failing top drop unbound args; add test and adjust rustc to use bind again.
|
2010-09-30 17:39:37 -07:00 |
drop-on-empty-block-exit.rs
|
Drop slots on block exits even when blocks have no statements. Part way to fixing bind leakage in rustc.
|
2010-09-30 16:10:30 -07:00 |
drop-on-ret.rs
|
|
|
drop-parametric-closure-with-bound-box.rs
|
test: Un-XFAIL drop-parametric-closure-with-bound-box.rs, oops.
|
2011-04-21 17:36:10 -07:00 |
else-if.rs
|
Add some nesting to the else-if test case
|
2011-03-22 08:11:38 -07:00 |
empty-mutable-vec.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
export-non-interference.rs
|
Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly work, possibly a little bumpy. Changes a lot.
|
2010-09-09 15:59:29 -07:00 |
expr-alt-box.rs
|
Add more tests for alt expressions
|
2011-04-02 20:35:51 -04:00 |
expr-alt-generic-box1.rs
|
Fix a typo in test expr-alt-generic-box1.rs
|
2011-04-13 21:46:20 -04:00 |
expr-alt-generic-box2.rs
|
Make block results work for generic types
|
2011-04-07 21:58:36 -04:00 |
expr-alt-generic.rs
|
Make block results work for generic types
|
2011-04-07 21:58:36 -04:00 |
expr-alt-struct.rs
|
Add more tests for alt expressions
|
2011-04-02 20:35:51 -04:00 |
expr-alt.rs
|
Add more tests for alt expressions
|
2011-04-02 20:35:51 -04:00 |
expr-block-box.rs
|
Cleanup typos and newlines
|
2011-04-01 00:05:13 -04:00 |
expr-block-fn.rs
|
Un-XFAIL expr-block-fn.rs
|
2011-04-10 16:25:09 -04:00 |
expr-block-generic-box1.rs
|
Make block results work for generic types
|
2011-04-07 21:58:36 -04:00 |
expr-block-generic-box2.rs
|
Make block results work for generic types
|
2011-04-07 21:58:36 -04:00 |
expr-block-generic.rs
|
Make block results work for generic types
|
2011-04-07 21:58:36 -04:00 |
expr-block.rs
|
Add another test for blocks as expressions
|
2011-03-31 23:15:11 -04:00 |
expr-if-box.rs
|
Un-XFAIL expr-if-box.rs
|
2011-03-31 23:15:11 -04:00 |
expr-if-generic-box1.rs
|
Make block results work for generic types
|
2011-04-07 21:58:36 -04:00 |
expr-if-generic-box2.rs
|
Un-XFAIL a few recently passing tests.
|
2011-04-19 15:41:45 -07:00 |
expr-if-generic.rs
|
Make block results work for generic types
|
2011-04-07 21:58:36 -04:00 |
expr-if-struct.rs
|
Handle structural types as the result of if expressions
|
2011-03-28 21:14:04 -07:00 |
expr-if.rs
|
Move str test from expr-if.rs to expr-if-box.rs in preperation for breaking that code path.
|
2011-03-31 23:15:11 -04:00 |
exterior.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
fact.rs
|
|
|
float2.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
float-signature.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
float.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
floatlits.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
fn-lval.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
foreach-box-drop.rs
|
Fix busted iter/put code. Un-XFAIL foreach-box-drop.rs.
|
2011-04-23 14:22:10 -07:00 |
foreach-nested-2.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
foreach-nested.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
foreach-put-structured.rs
|
|
|
foreach-simple-outer-slot.rs
|
|
|
foreach-simple.rs
|
|
|
fun-call-variants.rs
|
|
|
fun-indirect-call.rs
|
|
|
generic-alias-box.rs
|
Un-XFAIL a few recently passing tests.
|
2011-04-19 15:41:45 -07:00 |
generic-bind-2.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
generic-bind.rs
|
Fix generic-bind support for bound aliases and generics.
|
2011-03-08 16:32:39 -08:00 |
generic-box.rs
|
Poison ty_param values in trans; fix buggy parametric obj and box malloc paths. Add generic-box test.
|
2011-03-07 14:05:16 -08:00 |
generic-derived-type.rs
|
rustboot: Emit an error instead of asserting in trans when a T is passed by value
|
2010-10-28 15:07:05 -07:00 |
generic-drop-glue.rs
|
Change generic-drop-glue.rs to be meaningful again, and un-XFAIL on rustc.
|
2011-01-18 17:20:13 -08:00 |
generic-exterior-box.rs
|
rustboot: Emit an error instead of asserting in trans when a T is passed by value
|
2010-10-28 15:07:05 -07:00 |
generic-fn-box.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
generic-fn-infer.rs
|
Make legal and un-XFAIL generic-fn-infer.rs (on both compilers).
|
2011-01-17 16:03:38 -08:00 |
generic-fn-twice.rs
|
|
|
generic-fn.rs
|
rustboot: Emit an error instead of asserting in trans when a T is passed by value
|
2010-10-28 15:07:05 -07:00 |
generic-iter-frame.rs
|
rustboot: Emit an error instead of asserting in trans when a T is passed by value
|
2010-10-28 15:07:05 -07:00 |
generic-obj-with-derived-type.rs
|
Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.
|
2010-07-26 15:22:21 -07:00 |
generic-obj.rs
|
Fix bug in generic-obj.rs testcase.
|
2011-01-26 11:39:48 -08:00 |
generic-recursive-tag.rs
|
Modernize test/run-pass/generic-recursive-tag.rs. Un-XFAIL it in rustboot.
|
2011-03-07 15:12:41 -08:00 |
generic-tag-alt.rs
|
rustc: Make test/run-pass/generic-tag-alt.rs valid Rust; it was passing a dynamically-sized value by value instead of by alias
|
2011-03-09 14:12:08 -08:00 |
generic-tag-corruption.rs
|
Un-XFAIL generic-tag-corruption.rs.
|
2011-04-12 12:58:43 -07:00 |
generic-tag-local.rs
|
rustc: Substitute type parameters in type_of_variant(). Add a test case.
|
2011-03-09 13:31:25 -08:00 |
generic-tag-values.rs
|
Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb.
|
2010-09-20 23:56:43 -07:00 |
generic-tag.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
generic-temporary.rs
|
Un-XFAIL a few recently passing tests.
|
2011-04-19 15:41:45 -07:00 |
generic-tup.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
generic-type-synonym.rs
|
Fix bug in test and un-XFAIL 4 tests now passing on rustc.
|
2011-02-09 13:19:20 -08:00 |
generic-type.rs
|
|
|
hello.rs
|
|
|
i8-incr.rs
|
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129.
|
2010-07-27 19:21:51 -07:00 |
i32-sub.rs
|
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129.
|
2010-07-27 19:21:51 -07:00 |
import2.rs
|
Add sufficient import support to compile some simple single-crate programs.
|
2011-01-07 15:17:18 -08:00 |
import3.rs
|
Add sufficient import support to compile some simple single-crate programs.
|
2011-01-07 15:17:18 -08:00 |
import4.rs
|
Fix another import case we got wrong: The local environment should not
|
2011-01-11 13:59:52 -08:00 |
import5.rs
|
Add or enable some tests.
|
2011-01-13 18:52:06 -05:00 |
import6.rs
|
Fix the import handling in "complex" cases. When looking a.b.c and 'a' is a
|
2011-01-14 17:34:00 -05:00 |
import7.rs
|
Fix the last known (to me) bug in import resolution. We were not properly
|
2011-01-17 13:33:13 -08:00 |
import8.rs
|
Correctly handle "import foo = bar.zed;".
|
2011-01-28 11:54:59 -05:00 |
import.rs
|
|
|
inner-module.rs
|
|
|
int.rs
|
|
|
integral-indexing.rs
|
Move 'as' precedence up to just above relational; support indexing str and vec by all integral types. Closes #94.
|
2010-08-05 10:04:11 -07:00 |
item-name-overload.rs
|
|
|
iter-range.rs
|
Fix mem op= mem bug in trans.ml (via not terribly good fix). Closes #111.
|
2010-07-22 12:11:39 -07:00 |
iter-ret.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
large-records.rs
|
|
|
lazy-and-or.rs
|
|
|
lazy-init.rs
|
|
|
lazychan.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
leak-box-as-tydesc.rs
|
rustboot: Emit an error instead of asserting in trans when a T is passed by value
|
2010-10-28 15:07:05 -07:00 |
leak-tag-copy.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
lib-bitv.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
lib-box.rs
|
test: XFAIL lib-box on stage0. Upstream LLVM doesn't have the library reading patch yet.
|
2011-04-21 17:35:25 -07:00 |
lib-deque.rs
|
Fix temporary-spilling logic in trans_args, uncomment most of lib-deque.rs (which now passes on stage0).
|
2011-04-13 15:21:54 -07:00 |
lib-int.rs
|
Re-XFAIL lib-int.rs and lib-uint.rs.
|
2011-03-29 23:10:28 -07:00 |
lib-io.rs
|
Slight updates to match API drift in io, lib-io.rs passes.
|
2011-04-13 12:05:15 -07:00 |
lib-map.rs
|
Remove gc() call from end of lib-map.rs, works on stage0 otherwise (stage0 produces no gc info)
|
2011-04-13 15:47:05 -07:00 |
lib-option.rs
|
"xfail-stage0", not "XFAIL-stage0"
|
2011-04-07 13:53:11 -07:00 |
lib-rand.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
lib-sha1.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
lib-sort.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
lib-str-buf.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
lib-str.rs
|
Add support for upper-case hex and binary output to #fmt.
|
2011-04-13 22:14:54 -04:00 |
lib-task.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
lib-uint.rs
|
Re-XFAIL lib-int.rs and lib-uint.rs.
|
2011-03-29 23:10:28 -07:00 |
lib-vec-str-conversions.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
lib-vec.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
linear-for-loop.rs
|
Fix linear for loops on strings to not hit trailing null.
|
2010-09-22 15:27:35 -07:00 |
list.rs
|
Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb.
|
2010-09-20 23:56:43 -07:00 |
log-err-phi.rs
|
Fix #335, log context needs to be a scope to capture cleanups.
|
2011-04-20 04:55:55 +00:00 |
long-while.rs
|
Add long-while.rs to check on frame growth.
|
2011-03-28 18:07:29 -07:00 |
many.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
maybe-mutable.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
mlist-cycle.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
mlist.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
multi.rc
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
multiline-comment.rs
|
|
|
mutable-alias-vec.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
mutable-vec-drop.rs
|
Syntax tweak: move 'mutable' from pseudo-ty-param on vec ctor to low-precedence prefix inside paren.
|
2010-12-13 09:25:19 -08:00 |
mutual-recursion-group.rs
|
Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb.
|
2010-09-20 23:56:43 -07:00 |
native2.rs
|
Parse the abi in native modules.
|
2011-02-23 14:06:37 -05:00 |
native-mod.rc
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
native-opaque-type.rs
|
|
|
native.rc
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
nested-pattern.rs
|
Fix some nested patterns in rustc
|
2011-04-28 13:26:19 -07:00 |
obj-as.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
obj-drop.rs
|
|
|
obj-dtor-2.rs
|
Work on destructors, not entirely functional yet (no tydesc integration).
|
2011-04-14 16:50:59 -07:00 |
obj-dtor.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
obj-recursion.rs
|
|
|
obj-return-polytypes.rs
|
Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly work, possibly a little bumpy. Changes a lot.
|
2010-09-09 15:59:29 -07:00 |
obj-self-2.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
obj-self-3.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
obj-self.rs
|
Beginnings of support for magical self prefix; nothing profound happening yet.
|
2011-03-29 15:59:15 -07:00 |
obj-with-vec.rs
|
Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.
|
2010-07-26 15:22:21 -07:00 |
opeq.rs
|
|
|
operator-associativity.rs
|
Fix pexp parser to do left-associativity, not right. Closes #130.
|
2010-08-04 13:44:22 -07:00 |
output-slot-variants.rs
|
|
|
over-constrained-vregs.rs
|
Make vreg constrs per-quad, regfence on nontrivial constrs, back out workaround to _uint, add regression test. Closes #152.
|
2010-08-26 16:27:47 -07:00 |
path.rs
|
Fix expressions with paths with more than one element.
|
2011-02-07 14:57:34 -05:00 |
pred.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
preempt.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
readalias.rs
|
|
|
rec-auto.rs
|
|
|
rec-extend.rs
|
|
|
rec-tup.rs
|
|
|
rec.rs
|
|
|
return-nil.rs
|
|
|
rt-circular-buffer.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
seq-compare.rs
|
rustc: Make structured comparison glue instead of emitting it inline
|
2011-04-19 15:29:27 -07:00 |
simple-alt-generic-tag.rs
|
rustc: Add a test case for previous commit
|
2011-04-14 12:51:27 -07:00 |
simple-generic-alt.rs
|
rustc: Have demand_pat() extract type parameters from tags. Add a test case.
|
2011-03-09 14:09:02 -08:00 |
simple-generic-tag.rs
|
rustc: Don't try to load dynamically-sized types when translating tag variants. Add a test case for this.
|
2011-03-09 12:53:12 -08:00 |
simple-infer.rs
|
rustc: Fix inference for auto slots. Add a test case.
|
2011-03-18 17:43:56 -07:00 |
simple-obj.rs
|
|
|
size-and-align.rs
|
Un-XFAIL a few recently passing tests.
|
2011-04-19 15:41:45 -07:00 |
spawn-fn.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
spawn-module-qualified.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
spawn.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
stateful-obj.rs
|
|
|
str-append.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
str-concat.rs
|
Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.
|
2010-07-26 15:22:21 -07:00 |
str-idx.rs
|
Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.
|
2010-07-26 15:22:21 -07:00 |
structured-compare-recursive.rs
|
rustc: Make structured comparison glue instead of emitting it inline
|
2011-04-19 15:29:27 -07:00 |
structured-compare.rs
|
Implement preliminary form of structured compare. No boxes, vectors or strings yet.
|
2010-09-21 11:47:10 -07:00 |
syntax-extension-fmt.rs
|
Fix the interaction between various flags in #fmt
|
2011-04-26 20:49:03 -04:00 |
syntax-extension-shell.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
tag-and-generic-obj.rs
|
Brute force and ignorance workaround for tag-and-generic-obj; un-XFAIL it.
|
2011-04-05 21:08:13 -07:00 |
tag-in-block.rs
|
Split trans' collection in two passes. This allows us to handle tags
|
2011-03-14 16:56:03 -04:00 |
tag.rs
|
Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb.
|
2010-09-20 23:56:43 -07:00 |
tail-call-arg-leak.rs
|
Fix leaking arg slots on tail calls. Closes #160.
|
2010-09-13 13:37:24 -07:00 |
tail-cps.rs
|
|
|
tail-direct.rs
|
|
|
task-comm-0.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-1.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
task-comm-2.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
task-comm-3.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-4.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-5.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-6.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-7.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-8.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-9.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-10.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-11.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-12.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
task-comm-13-thread.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-13.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-15.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-16.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm-chan-nil.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-comm.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
task-killjoin.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
task-life-0.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
threads.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
tup.rs
|
|
|
type-in-nested-module.rs
|
Add testcase I meant to add in 9ee3475e09 .
|
2011-01-03 13:54:55 -08:00 |
type-param.rs
|
Look at the type params of an item_ty when resolving.
|
2011-01-19 16:13:33 -05:00 |
type-params-in-for-each.rs
|
Remove use of 'use' from type-params-in-for-each.rs, put out darwin fire.
|
2011-04-18 12:20:50 -07:00 |
type-sizes.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
typestate-cfg-nesting.rs
|
Un-XFAIL a few recently passing tests.
|
2011-04-19 15:41:45 -07:00 |
u8-incr-decr.rs
|
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129.
|
2010-07-27 19:21:51 -07:00 |
u8-incr.rs
|
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129.
|
2010-07-27 19:21:51 -07:00 |
u32-decr.rs
|
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129.
|
2010-07-27 19:21:51 -07:00 |
uint.rs
|
Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.
|
2010-07-26 15:22:21 -07:00 |
unit.rs
|
|
|
use-import-export.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
use-uninit-alt2.rs
|
Further work on typestate_check
|
2011-04-28 13:26:19 -07:00 |
use-uninit-alt.rs
|
Further work on typestate_check
|
2011-04-28 13:26:19 -07:00 |
use.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
user.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
utf8_chars.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
utf8.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
vec-alloc-append.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
vec-append.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
vec-concat.rs
|
|
|
vec-drop.rs
|
|
|
vec-in-tup.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
vec-late-init.rs
|
|
|
vec-push.rs
|
Consider unop deref as an lval. Un-XFAIL vec-push.
|
2011-04-28 16:37:18 -07:00 |
vec-ref-count.rs
|
Change vec-ref-count to handle 1 or 2, so long as non-leaky and non-creeping. un-XFAIL.
|
2011-04-28 14:50:03 -07:00 |
vec-slice.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
vec.rs
|
|
|
while-and-do-while.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
while-flow-graph.rs
|
Fix a bunch of typestate bugs in handling if and while statement wirings.
|
2010-08-19 18:42:32 -07:00 |
while-prelude-drop.rs
|
Isolate while-header bug to minimal testcase, fix in rustboot, remove workaround in rustc.
|
2010-11-19 14:59:58 -08:00 |
while-with-break.rs
|
Un-XFAIL a few recently passing tests.
|
2011-04-19 15:41:45 -07:00 |
writealias.rs
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
yield2.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
yield.rs
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |