| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-25 | test: Clean out the test suite a bit | Alex Crichton | -37/+0 | |
| This updates a number of ignore-test tests, and removes a few completely outdated tests due to the feature being tested no longer being supported. This brings a number of bench/shootout tests up to date so they're compiling again. I make no claims to the performance of these benchmarks, it's just nice to not have bitrotted code. Closes #2604 Closes #9407 | ||||
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 | |
| 2013-08-22 | Enabled tests. | Vadim Chugunov | -1/+0 | |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -2/+2 | |
| Rename task::yield() to task::deschedule(). Fixes #8494. | ||||
| 2013-08-07 | Disable linked failure tests | Brian Anderson | -0/+1 | |
| The implementation currently contains a race that leads to segfaults. | ||||
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 | |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -8/+0 | |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 | |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 | |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 | |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -2/+0 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 | |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -1/+0 | |
| 2012-07-23 | Add task::spawn_unlinked and start migrating away from task::unsupervise | Ben Blum | -4/+2 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -2/+2 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -2/+2 | |
| 2012-04-05 | Rename task::task_builder to task::builder | Tim Chevalier | -1/+1 | |
| Closes #2120. | ||||
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -1/+1 | |
| 2012-02-20 | core: New task API | Brian Anderson | -14/+12 | |
| 2012-01-06 | port over the tests to use the new API | Niko Matsakis | -4/+4 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+1 | |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 | |
| 2011-11-11 | Rehabilitate run-pass/task-killjoin.rs | Brian Anderson | -9/+7 | |
| 2011-08-31 | Replace xfail-stageN with simply xfail-test | Marijn Haverbeke | -3/+1 | |
| Closes #799 | ||||
| 2011-08-31 | Revert "Replace xfail-stageN with simply xfail-test" | Marijn Haverbeke | -1/+3 | |
| This reverts commit 574194f6bcfb90b9f8486002b83babc4c21208c0. | ||||
| 2011-08-31 | Replace xfail-stageN with simply xfail-test | Marijn Haverbeke | -3/+1 | |
| Closes #799 | ||||
| 2011-08-17 | Using move-mode for spawn thunks to avoid race conditions. | Eric Holk | -2/+4 | |
| 2011-08-15 | XFAIL run-pass/task-killjoin | Brian Anderson | -0/+4 | |
| Seems to be failing with some consistency | ||||
| 2011-08-15 | Porting a bunch of tests over. | Eric Holk | -4/+4 | |
| 2011-08-11 | Bring run-pass/task-killjoin up to date and un-XFAIL | Brian Anderson | -12/+11 | |
| 2011-08-03 | Remove all xfail-stage0 directives | Brian Anderson | -1/+0 | |
| While it is still technically possible to test stage 0, it is not part of any of the main testing rules and maintaining xfail-stage0 is a chore. Nobody should worry about how tests fare in stage0. | ||||
| 2011-07-27 | Fix damage done by the pretty-printer | Marijn Haverbeke | -6/+41 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -41/+6 | |
| 2011-07-22 | Add xfail-stage3 directives to tests | Brian Anderson | -0/+2 | |
| The new test runners run stage 3 | ||||
| 2011-06-15 | Fix a bunch of compile-command lines to use RBUILD | Graydon Hoare | -1/+1 | |
| 2011-05-03 | Assume xfail-stage0 implies stage1 and stage2 in tests, for now. | Graydon Hoare | -0/+2 | |
| 2011-03-25 | Switch xfail system to use comments embedded in source files. | Graydon Hoare | -0/+1 | |
| 2011-01-03 | Don't attempt to wake tasks that aren't blocked. | Brian Anderson | -0/+36 | |
| It's possible for a supervised task to kill and wake its supervising task then immediately try to wake it again if the supervising task has joined the supervised. This is the easiest way to prevent that. | ||||
