index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-fail
Age
Commit message (
Expand
)
Author
Lines
2011-10-21
Remove some semicolons after block calls
Marijn Haverbeke
-1
/
+1
2011-10-21
Remove remaining uses of iter and for-each
Marijn Haverbeke
-12
/
+9
2011-10-20
Remove temporary fn# syntax
Brian Anderson
-5
/
+5
2011-10-20
Drop the 2 from the spawn*2 functions
Brian Anderson
-5
/
+5
2011-10-20
Convert tests to use bare-fn spawn
Brian Anderson
-14
/
+10
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-2
/
+2
2011-10-03
XFAIL run-fail/linked-failure4. Deadlocks on mac
Brian Anderson
-0
/
+1
2011-09-24
Handle ~fail. Closes #968
Brian Anderson
-0
/
+2
2011-09-23
Actually use unique boxes in run-fail/unwind-unique
Brian Anderson
-1
/
+1
2011-09-23
Create a bunch of test cases for unique boxes by copying box tests
Brian Anderson
-0
/
+10
2011-09-22
XFAIL spawnfail and task-comm-15
Brian Anderson
-0
/
+1
2011-09-21
Add an unwind test for failure during unique box construction
Brian Anderson
-0
/
+18
2011-09-21
Add more unwind tests for failure during construction of allocated things
Brian Anderson
-0
/
+36
2011-09-20
Add another testcase for #910
Jesse Ruderman
-0
/
+11
2011-09-20
Rehabilitate run-fail/trivial-message2
Brian Anderson
-13
/
+19
2011-09-20
Remove a bogus comment from run-fail/spawnfail
Brian Anderson
-1
/
+0
2011-09-20
Rehabilitate task-comm-14
Brian Anderson
-30
/
+0
2011-09-20
Add an assert to run-fail/unwind-alt
Brian Anderson
-0
/
+1
2011-09-20
Zero locals that are inited via alt expressions. Closes #945
Brian Anderson
-0
/
+12
2011-09-19
Un-xfail various tests
Brian Anderson
-1
/
+0
2011-09-19
Build tuples in two phases to avoid cleaning up partial tuples
Brian Anderson
-0
/
+13
2011-09-19
Register tuple cleanups after the tuple is built
Brian Anderson
-0
/
+9
2011-09-19
Build records in two phases to avoid cleanups on partial records
Brian Anderson
-0
/
+16
2011-09-19
Don't register record cleanups until the record is built
Brian Anderson
-0
/
+11
2011-09-16
Make move-mode arguments unwind correctly. Closes #939
Brian Anderson
-0
/
+9
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-1
/
+1
2011-09-14
Unsupervise tasks before the scheduler kills them. Unblock before yield->fail
Brian Anderson
-3
/
+2
2011-09-14
Make failure propagation to dead parents work
Brian Anderson
-0
/
+71
2011-09-14
Make linked task failure work again
Brian Anderson
-1
/
+0
2011-09-14
Add another XFAILed test for failing destructors
Brian Anderson
-0
/
+13
2011-09-14
Add another unwind test
Brian Anderson
-0
/
+12
2011-09-12
Merge branch 'unwind'
Brian Anderson
-6
/
+172
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-1
/
+1
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-1
/
+1
2011-09-11
Add some more unwind tests
Brian Anderson
-0
/
+44
2011-09-11
Zero locals when the initializer might call a function
Brian Anderson
-0
/
+7
2011-09-11
Invoke put functions
Brian Anderson
-0
/
+12
2011-09-11
Add an XFAILed test for failing destructors
Brian Anderson
-0
/
+12
2011-09-11
Remove the no-valgrind test directive now that unwinding is more worky
Brian Anderson
-1
/
+0
2011-09-11
XFAIL run-fail/linked-failure
Brian Anderson
-0
/
+1
2011-09-11
Begin valgrinding some run-fail tests that unwind correctly
Brian Anderson
-5
/
+0
2011-09-11
Add a number of unwinding tests
Brian Anderson
-0
/
+80
2011-09-11
Invoke upcall_fail
Brian Anderson
-0
/
+6
2011-09-11
Run cleanups during unwinding
Brian Anderson
-0
/
+10
2011-09-07
Child tasks take a ref to their parents
Brian Anderson
-0
/
+14
2011-09-02
Reformat. Issue #855
Brian Anderson
-8
/
+8
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-2
/
+0
2011-08-31
Start paring down std::str. Issue #855
Brian Anderson
-2
/
+2
[next]