Brian Anderson
|
ea01ee2e9e
|
Convert 'use' to 'extern mod'. Remove old 'use' syntax
|
2012-09-11 19:25:43 -07:00 |
|
Patrick Walton
|
f686896f60
|
test: "import" -> "use"
|
2012-09-05 12:32:05 -07:00 |
|
Ben Blum
|
d0fb85359a
|
Add task::spawn_unlinked and start migrating away from task::unsupervise
|
2012-07-23 16:06:29 -04:00 |
|
Brian Anderson
|
d1fc2b5995
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
Brian Anderson
|
a3382b6f26
|
Eliminate usages of old sugared call syntax
|
2012-06-30 16:01:49 -07:00 |
|
Brian Anderson
|
432c6cbde9
|
core: Make range follow the for loop protocol
|
2012-05-26 02:28:00 -07:00 |
|
Tim Chevalier
|
98b07ddc82
|
Rename task::task_builder to task::builder
Closes #2120.
|
2012-04-05 14:09:32 -07:00 |
|
Brian Anderson
|
cd72b1f848
|
Overhaul constructor naming in libs
|
2012-03-13 11:07:22 -07:00 |
|
Brian Anderson
|
4220dcf1e9
|
core: New task API
|
2012-02-20 18:58:04 -08:00 |
|
Niko Matsakis
|
9f84f88276
|
port over the tests to use the new API
|
2012-01-06 22:40:31 -08:00 |
|
Graydon Hoare
|
fa9ad984fb
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
|
Marijn Haverbeke
|
3b5b93221e
|
Remove some semicolons after block calls
The remaining ones can be removed after the next snapshot. (Or
we can let the next pretty-print pass take care of them.)
|
2011-10-21 14:24:42 +02:00 |
|
Marijn Haverbeke
|
050170d2af
|
Remove remaining uses of iter and for-each
Issue #1056
|
2011-10-21 13:34:35 +02:00 |
|
Brian Anderson
|
ebc61e39d7
|
Remove temporary fn# syntax
|
2011-10-20 20:34:04 -07:00 |
|
Brian Anderson
|
686d6a485f
|
Drop the 2 from the spawn*2 functions
Issue #1022
|
2011-10-20 18:23:47 -07:00 |
|
Brian Anderson
|
ac671c3172
|
Convert tests to use bare-fn spawn
Issue #1022
|
2011-10-20 18:23:47 -07:00 |
|
Brian Anderson
|
28161fcf3c
|
Change run-pass/lots-a-fail.rs from xfail-fast to xfail-win32
All failing tasks leak on windows now
|
2011-10-20 16:00:13 -07:00 |
|
Brian Anderson
|
9029416e28
|
Tweak random thing to make windows build succeed. Awesome.
So, a recent commit made syntax-extension-fmt fail under check-fast.
This commit disables lots-a-fail under check-fast and voila! *grumble*
|
2011-09-24 14:44:42 -07:00 |
|
Brian Anderson
|
9371a1ad12
|
Un-xfail two tests under check-fast
Closes #937. Fixed by majick.
|
2011-09-19 18:23:34 -07:00 |
|
Brian Anderson
|
25394950ae
|
Handle the case where a child task tries to kill a parent while it is dying
Still looks pretty racy
|
2011-09-16 10:05:12 -07:00 |
|