.. |
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
|
|
|
native-src
|
|
|
acyclic-unwind.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
alt-pattern-drop.rs
|
Support a special const-value refcount, use it for const strings.
|
2010-11-09 14:15:07 -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-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
|
Modified parser to handle alt type andadded a few tests
|
2010-08-21 02:41:43 +03:00 |
append-units.rs
|
Support single-element append on vec, str. Closes #44.
|
2010-08-20 09:58:22 -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 |
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
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
basic-2.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
basic.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -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-in-tup.rs
|
Split out stratum-checking pass, implement more-strict (overly aggressive) impure-effect checking.
|
2010-11-02 15:24:46 -07:00 |
box-unbox.rs
|
|
|
box.rs
|
Add minimal test for box/deref.
|
2010-12-02 15:02:17 -08: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
|
Add tests and fix pexp bug. Closes #141.
|
2010-08-03 12:20:29 -07:00 |
clone-with-exterior.rs
|
|
|
comm.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -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 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 |
dead-code-one-arm-if.rs
|
|
|
deep.rs
|
|
|
deref.rs
|
|
|
destructor-ordering.rs
|
Change the destructor-ordering test to use channels instead of a shared mutable object.
|
2010-08-06 17:17:04 -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
|
rustboot: Emit an error instead of asserting in trans when a T is passed by value
|
2010-10-28 15:07:05 -07:00 |
else-if.rs
|
|
|
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 |
exterior.rs
|
Split out stratum-checking pass, implement more-strict (overly aggressive) impure-effect checking.
|
2010-11-02 15:24:46 -07:00 |
fact.rs
|
|
|
fn-lval.rs
|
|
|
foreach-nested-2.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 |
foreach-nested.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 |
foreach-put-structured.rs
|
|
|
foreach-simple-outer-slot.rs
|
|
|
foreach-simple.rs
|
|
|
fun-call-variants.rs
|
|
|
fun-indirect-call.rs
|
|
|
generic-bind.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-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-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
|
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 |
generic-tag-alt.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-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
|
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-tup.rs
|
Implement dynamic GEP enough to permit expr_field to work on tup(T,T,T).
|
2011-01-19 16:29:14 -08:00 |
generic-type-synonym.rs
|
|
|
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 |
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
|
Add XFAIL'ed test for return-in-iter, call unimpl when we find it. Closes #100.
|
2010-07-22 12:24:55 -07:00 |
large-records.rs
|
|
|
lazy-and-or.rs
|
|
|
lazy-init.rs
|
|
|
lazychan.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -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 |
lib-bitv.rs
|
Split out stratum-checking pass, implement more-strict (overly aggressive) impure-effect checking.
|
2010-11-02 15:24:46 -07:00 |
lib-deque.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 |
lib-int.rs
|
Fix edge case in uint->string conversion.
|
2010-08-25 13:54:27 -07:00 |
lib-io.rs
|
Test the buffered reader and writer in _io.
|
2010-08-20 12:57:38 -07:00 |
lib-map.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
lib-rand.rs
|
Expose an RNG (the one used by our runtime) to Rust via std.
|
2010-07-25 21:45:09 -07:00 |
lib-sort.rs
|
Add std.sort, with a simple mergesort.
|
2010-12-21 00:44:06 -08:00 |
lib-str.rs
|
Add some basic string functions: index, rindes, find, substr, split, concat, connect.
|
2010-09-22 15:27:40 -07:00 |
lib-task.rs
|
Rename lib tests, enable lib-int.rs using _str.eq for now.
|
2010-08-24 09:09:04 -07:00 |
lib-uint.rs
|
Workaround issue #152 in _uint.next_power_of_two
|
2010-08-26 11:57:48 -07:00 |
lib-vec-str-conversions.rs
|
Add native vec[u8] to str converter. Put in workaround for leak in str to vec[u8] converter. Add testcase exercising both. Drive-by fix a potential array-out-of-bounds write on rust_str buffers.
|
2010-08-11 16:06:45 -07:00 |
lib-vec.rs
|
Implement a map2() function in std._vec
|
2010-11-09 15:38:42 -08: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 |
many.rs
|
|
|
mlist-cycle.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 |
mlist.rs
|
Un-XFAIL 7 tests that have begun working on rustc lately. Fix one bug in mlist.rs.
|
2011-01-21 15:56:42 -08:00 |
multi.rc
|
Sketch support for reading multi-file crates in rustc. Add test, not yet working.
|
2011-01-10 18:18:16 -08:00 |
multiline-comment.rs
|
|
|
mutable-alias-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 |
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 |
native-mod.rc
|
|
|
native-opaque-type.rs
|
|
|
native.rc
|
|
|
obj-as.rs
|
|
|
obj-drop.rs
|
|
|
obj-dtor.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -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-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 |
pred.rs
|
|
|
preempt.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
readalias.rs
|
|
|
rec-auto.rs
|
|
|
rec-extend.rs
|
|
|
rec-tup.rs
|
|
|
rec.rs
|
|
|
return-nil.rs
|
|
|
rt-circular-buffer.rs
|
Remove the assumption that circular_buffer's buffer has a power of two size
|
2011-01-10 11:31:33 -08:00 |
simple-obj.rs
|
|
|
size-and-align.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 |
spawn-fn.rs
|
|
|
spawn-module-qualified.rs
|
Distill semantics of use-def maps to fewer and more-obvious words.
|
2010-07-27 11:19:43 -07:00 |
spawn.rs
|
|
|
stateful-obj.rs
|
|
|
str-append.rs
|
Add issue #163 testcase to str-append testcase.
|
2010-09-20 17:42:14 -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.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
|
Sketch out #fmt syntax extension in rustboot.
|
2010-10-01 14:54:40 -07:00 |
syntax-extension-shell.rs
|
Sketch out #fmt syntax extension in rustboot.
|
2010-10-01 14:54:40 -07: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
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
task-comm-1.rs
|
Added a message passing system based on lock free queues for inter-thread communication. Channels now buffer on the sending side, and no longer require blocking when sending. Lots of other refactoring and bug fixes.
|
2010-07-19 14:05:18 -07:00 |
task-comm-2.rs
|
Updated/added test cases.
|
2010-08-09 06:53:37 -07:00 |
task-comm-3.rs
|
Updated/added test cases.
|
2010-08-09 06:53:37 -07:00 |
task-comm-4.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
task-comm-5.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
task-comm-6.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
task-comm-7.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
task-comm-8.rs
|
Add a bunch of comm tests.
|
2010-07-28 20:30:30 -07:00 |
task-comm-9.rs
|
Fixed race in the rust kernel.
|
2010-09-07 23:37:51 -07:00 |
task-comm-10.rs
|
Ignore upcall_flush for channels that are disassociated from ports. This makes task-comm-10 break a little less hard, but it still leaks because messages pending in the channel are never freed.
|
2010-08-11 16:08:45 -07:00 |
task-comm-11.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
task-comm-12.rs
|
Small updates to test cases.
|
2010-09-07 18:41:07 -07:00 |
task-comm-13-thread.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
task-comm-13.rs
|
First pass on splitting stratum and opacity off of effects. WIP.
|
2010-11-02 11:11:58 -07:00 |
task-comm-15.rs
|
Small updates to test cases.
|
2010-09-07 18:41:07 -07:00 |
task-comm.rs
|
Updated/added test cases.
|
2010-08-09 06:53:37 -07:00 |
task-killjoin.rs
|
Don't attempt to wake tasks that aren't blocked.
|
2011-01-03 10:59:00 -08:00 |
task-life-0.rs
|
Added test cases.
|
2010-08-11 16:08:45 -07:00 |
threads.rs
|
Small updates to test cases.
|
2010-09-07 18:41:07 -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-sizes.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 |
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
|
|
|
use.rs
|
Fix two invalid import cases we were not detecting:
|
2011-01-11 13:58:39 -08:00 |
user.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 |
utf8.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 |
vec-alloc-append.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 |
vec-append.rs
|
Support a special const-value refcount, use it for const strings.
|
2010-11-09 14:15:07 -08:00 |
vec-concat.rs
|
|
|
vec-drop.rs
|
|
|
vec-in-tup.rs
|
Split out stratum-checking pass, implement more-strict (overly aggressive) impure-effect checking.
|
2010-11-02 15:24:46 -07:00 |
vec-late-init.rs
|
|
|
vec-slice.rs
|
|
|
vec.rs
|
|
|
while-and-do-while.rs
|
Fix buggy while and do-while translation in rustc. Add test.
|
2010-11-04 07:55:33 -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
|
implemented break for while-loop case
|
2010-09-30 13:45:57 -07:00 |
writealias.rs
|
Split out stratum-checking pass, implement more-strict (overly aggressive) impure-effect checking.
|
2010-11-02 15:24:46 -07:00 |
yield2.rs
|
|
|
yield.rs
|
|
|