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
Age
Commit message (
Expand
)
Author
Lines
2011-07-29
Get compile tests to run in parallel
Brian Anderson
-31
/
+86
2011-07-29
Disallow overloading a method with one of different type. Closes #703.
Lindsey Kuper
-7
/
+3
2011-07-29
Turn on kind propagation for typarams. Annotate a bunch of typarams in rustc ...
Graydon Hoare
-1
/
+1
2011-07-29
Remove support for obj dtors
Marijn Haverbeke
-185
/
+0
2011-07-29
Replace obj dtors with resources in stdlib and rustc
Marijn Haverbeke
-1
/
+1
2011-07-29
Fix iter_structural_ty_full for resource types
Marijn Haverbeke
-0
/
+19
2011-07-28
Drop the previous reference when receiving. Closes #763
Brian Anderson
-3
/
+38
2011-07-28
Reenable expr-scope test. Disable under check-fast
Brian Anderson
-5
/
+1
2011-07-28
Change macro syntax to accept a single expr, not a sequence of exprs.
Paul Stansifer
-11
/
+11
2011-07-28
Made task threads wait instead of sleep, so they can be woken up. This appear...
Eric Holk
-1
/
+0
2011-07-28
Adding a function to stdlib to set the min stack size, for programs
Eric Holk
-5
/
+11
2011-07-28
Re-removing a test case that was moved during the big test suite overhaul.
Eric Holk
-41
/
+0
2011-07-28
Per-thread scheduling. Closes #682.
Eric Holk
-0
/
+41
2011-07-28
Test case for issue #435.
Lindsey Kuper
-0
/
+27
2011-07-28
Parse, store and print type parameter kind constraints.
Graydon Hoare
-0
/
+25
2011-07-28
Disable expr-scope test, since it break windows
Marijn Haverbeke
-0
/
+4
2011-07-28
:: is allowed to start an expression. Close #762.
Josh Matthews
-0
/
+5
2011-07-27
Don't stop at first test failure
Brian Anderson
-1
/
+1
2011-07-27
Clean up output a bit when running verbose compile tests
Brian Anderson
-3
/
+7
2011-07-27
Capture stderr when running compile tests. Closes #755
Brian Anderson
-42
/
+74
2011-07-27
Refactor compiletest
Brian Anderson
-219
/
+248
2011-07-27
Have bind support non-alias parametric non-bound arguments.
Michael Sullivan
-5
/
+11
2011-07-27
Allow already bound functions to be bound again.
Michael Sullivan
-0
/
+12
2011-07-27
Remove the bind-alias test, since binding to aliases is fine.
Michael Sullivan
-9
/
+0
2011-07-27
Remove task::worker harder
Brian Anderson
-4
/
+4
2011-07-27
Remove task::worker
Brian Anderson
-25
/
+10
2011-07-27
Fix comment placement in compiletest
Brian Anderson
-26
/
+29
2011-07-27
Fix nil pattern case to handle for parser adjustment
Marijn Haverbeke
-1
/
+1
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-229
/
+524
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-6137
/
+4469
2011-07-26
Run compile tests in a way that's safe in a multithreaded environment
Brian Anderson
-62
/
+140
2011-07-26
Make the setenv tests threadsafe(ish)
Brian Anderson
-7
/
+9
2011-07-26
Dump all subprocess output to stdout when running verbose compiler tests
Brian Anderson
-0
/
+10
2011-07-26
Add a bunch of tests for blocks.
Michael Sullivan
-0
/
+90
2011-07-26
Clone all data before before putting it in a test closure
Brian Anderson
-3
/
+33
2011-07-26
Join the process server after running all compile tests
Brian Anderson
-5
/
+12
2011-07-26
Run test process from a dedicated task
Brian Anderson
-58
/
+146
2011-07-26
Add basic support for blocks and types in macros.
Paul Stansifer
-0
/
+4
2011-07-26
Resolve loop collection expressions in the right scope
Marijn Haverbeke
-0
/
+6
2011-07-26
Fixup test changes
Marijn Haverbeke
-1
/
+1
2011-07-26
Properly parse 'auto' for loop variable types
Marijn Haverbeke
-0
/
+7
2011-07-26
Remove uses of tuples from the test suite
Marijn Haverbeke
-264
/
+191
2011-07-25
Run test tasks in parallel according to RUST_THREADS. Issue #734
Brian Anderson
-1
/
+1
2011-07-25
Disable task-comm-15. Fails with multiple threads.
Brian Anderson
-1
/
+4
2011-07-25
Ignore various files that are probably not tests when searching for tests
Brian Anderson
-1
/
+5
2011-07-25
Add a pass that checks for unreachable alt arms
Marijn Haverbeke
-0
/
+10
2011-07-24
Add task::send and task::recv
Brian Anderson
-0
/
+8
2011-07-24
Add task::worker. Spawns a task and returns a channel to it
Brian Anderson
-0
/
+23
2011-07-24
Reindent lib-task.rs
Brian Anderson
-15
/
+15
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-399
/
+769
[prev]
[next]