rust/src/lib
Brian Anderson 25ae3d655c Rewrite spawn yet again
The motivation here is that the bottom of each stack needs to contain a C++
try/catch block so that we can unwind. This is already the case for main, but
not spawned tasks.

Issue #236
2011-09-07 10:32:58 -07:00
..
aio.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
bitv.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
box.rs Port the stdlib to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
char.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
comm.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
dbg.rs Eliminate const_refcount. Issue #855 2011-09-02 15:13:41 -07:00
deque.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
ebml.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
either.rs Reformat 2011-08-20 11:04:00 -07:00
extfmt.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
fs.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
fun_treemap.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
generic_os.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
getopts.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
int.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
io.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
linux_os.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
list.rs Reformat 2011-08-20 11:04:00 -07:00
macos_os.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
map.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
net.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
option.rs Reformat 2011-08-20 11:04:00 -07:00
posix_fs.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
ptr.rs Making more of the rust_task structure directly accessible from Rust. 2011-08-17 14:42:40 -07:00
rand.rs Reformat 2011-08-20 11:04:00 -07:00
run_program.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
sha1.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
sio.rs Remove std::str. Issue #855 2011-09-01 16:09:15 -07:00
smallintmap.rs Reformat 2011-08-20 11:04:00 -07:00
sort.rs Reformat 2011-08-20 11:04:00 -07:00
std.rc Remove #ifmt. Issue #855 2011-09-01 18:54:06 -07:00
str.rs Rename istr-stuff to str in the runtime. Issue #855 2011-09-02 22:11:46 -07:00
sys.rs Port the stdlib to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
task.rs Rewrite spawn yet again 2011-09-07 10:32:58 -07:00
term.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
test.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
time.rs Reformat 2011-08-20 11:04:00 -07:00
treemap.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
u8.rs Add a precondition on vec::zip 2011-08-30 16:39:22 -07:00
u64.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
ufind.rs Reformat 2011-08-20 11:04:00 -07:00
uint.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
unsafe.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
util.rs Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kinding-violations in rustc and libstd. 2011-08-23 15:58:53 -07:00
vec.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
win32_fs.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
win32_os.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00