rust/src/lib
2010-09-21 16:18:47 -07:00
..
_int.rs Add _uint module to std, move some code around. 2010-08-20 11:42:44 -07:00
_io.rs Test the buffered reader and writer in _io. 2010-08-20 12:57:38 -07:00
_str.rs Make _str.eq suitable for map.hashmap; add _str.hash that does simple djb-hash. 2010-08-24 09:59:02 -07:00
_task.rs Added support for task sleeping in the scheduler. 2010-08-11 21:24:04 -07:00
_u8.rs Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129. 2010-07-27 19:21:51 -07:00
_uint.rs Make vreg constrs per-quad, regfence on nontrivial constrs, back out workaround to _uint, add regression test. Closes #152. 2010-08-26 16:27:47 -07:00
_vec.rs Test multi-ref'ed vec growth more seriously than before. 2010-09-03 16:25:56 -07:00
dbg.rs Add a little pointer-cast helper to dbg. 2010-09-06 23:24:01 -07:00
deque.rs Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb. 2010-09-20 23:56:43 -07:00
linux_os.rs Add ungetc and re-indent _io.rs. 2010-08-20 12:12:11 -07:00
macos_os.rs Add ungetc and re-indent _io.rs. 2010-08-20 12:12:11 -07:00
map.rs Tighten pattern parsing on 0-ary constructors. 2010-09-21 16:18:47 -07:00
rand.rs Expose an RNG (the one used by our runtime) to Rust via std. 2010-07-25 21:45:09 -07:00
std.rc Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly work, possibly a little bumpy. Changes a lot. 2010-09-09 15:59:29 -07:00
sys.rs Change from 'spawner' to 'supervisor' in rust_task, and add an unsupervise call. 2010-07-05 14:43:40 -07:00
util.rs Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb. 2010-09-20 23:56:43 -07:00
win32_os.rs Add ungetc and re-indent _io.rs. 2010-08-20 12:12:11 -07:00