Ben Blum
|
d0fb85359a
|
Add task::spawn_unlinked and start migrating away from task::unsupervise
|
2012-07-23 16:06:29 -04:00 |
|
Michael Sullivan
|
92743dc2a6
|
Move the world over to using the new style string literals and types. Closes #2907.
|
2012-07-14 01:03:43 -07:00 |
|
Gareth Daniel Smith
|
be0141666d
|
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
2012-07-04 19:18:13 -07:00 |
|
Ben Striegel
|
f2e2a14f36
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -07:00 |
|
Brian Anderson
|
41bca84dd9
|
core: Convert iter::repeat to the for protocol
|
2012-07-03 17:31:31 -07:00 |
|
Graydon Hoare
|
debb7e4641
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07: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 |
|
Tim Chevalier
|
da470ff5b8
|
Merge
|
2012-06-25 13:29:41 -07:00 |
|
Brian Anderson
|
fad307d7b4
|
core: Convert declarations to not use the trailing 'unsafe' notation
|
2012-06-25 12:48:39 -07:00 |
|
Brian Anderson
|
2f060eb880
|
core: Name is_failure to is_err, is_success to is_ok
|
2012-06-22 18:26:25 -07:00 |
|
Tim Chevalier
|
25aa360595
|
[NEEDS SNAPSHOT] Port remainder of resources to classes in libcore
|
2012-06-21 22:20:09 -07:00 |
|
Brian Anderson
|
95b9d538b8
|
Use #[cfg(unix)] and #[cfg(windows)] everywhere
|
2012-06-07 22:28:00 -07:00 |
|
Brian Anderson
|
432c6cbde9
|
core: Make range follow the for loop protocol
|
2012-05-26 02:28:00 -07:00 |
|
Michael Sullivan
|
8668d06400
|
Get rid of many implicit copies as a preliminary to Issue #2448.
|
2012-05-25 16:39:35 -07:00 |
|
Niko Matsakis
|
2db4259b35
|
Stop inferring bot/static when types/regions are unconstrained.
Also, some other changes that came up along the way:
- add a 'blk' region for the current block.
- detect unused type/region variables.
|
2012-04-30 19:53:02 -07:00 |
|
Jeff Olson
|
f06362d5bb
|
exporting priv::weaken_task and adding some debug logging
|
2012-04-20 15:23:21 -07:00 |
|
Brian Anderson
|
01dc4a8b26
|
core: Add priv::weaken_task
|
2012-04-07 19:56:41 -07:00 |
|
Brian Anderson
|
63942c969d
|
core: Add priv::chan_from_global_ptr
This allows singleton, globally accessible tasks to be created
|
2012-04-06 17:44:26 -07:00 |
|