about summary refs log tree commit diff
path: root/src/libcore/task.rs
AgeCommit message (Expand)AuthorLines
2012-02-01make boxes self-describing (fixes #1493)" (take 2)Niko Matsakis-2/+0
2012-02-01Revert "make boxes self-describing (fixes #1493)" until a newNiko Matsakis-0/+2
2012-02-01make boxes self-describing (fixes #1493)Niko Matsakis-2/+0
2012-02-01Remove remaining references to option::t outside option itselfTim Chevalier-1/+1
2012-01-31Change option::t to optionTim Chevalier-1/+1
2012-01-19lib: ";" to "," in enumsPatrick Walton-3/+3
2012-01-19libcore: "tag" -> "enum"Patrick Walton-2/+2
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-4/+4
2012-01-19Use ctypes in native function declarationsHaitao Li-1/+1
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+79
2012-01-13libcore: Add task::tryBrian Anderson-0/+25
2012-01-13make "native fn" the type for bare functions, remove fn exprsNiko Matsakis-1/+1
2012-01-13deprecate fn exprs and the fn() type, preferring fn@ and native fnNiko Matsakis-5/+5
2012-01-09add rust_task_is_unwinding predicate and do not kill if already unwindingNiko Matsakis-1/+13
2012-01-09change spawn_connected argument to copy modeNiko Matsakis-1/+1
2012-01-08add spawn_connectedNiko Matsakis-13/+47
2012-01-08make spawned fn copy mode so that bare fns can be usedNiko Matsakis-2/+25
2012-01-07core: Update task spawning exampleBrian Anderson-3/+3
2012-01-06rewrite to use old C++-based mechanismNiko Matsakis-3/+20
2012-01-06simplify task implNiko Matsakis-127/+53
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-5/+5
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-2/+2
2011-12-19libcore: Remove stack alignment from task spawningBrian Anderson-2/+3
2011-12-18libcore: Remove task::set_min_stackBrian Anderson-12/+0
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+357