about summary refs log tree commit diff
path: root/src/libstd/rt/basic.rs
AgeCommit message (Expand)AuthorLines
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-230/+0
2013-12-15std::rt: s/pausible/pausable/.Huon Wilson-12/+12
2013-12-10libstd: Remove `Cell` from the library.Patrick Walton-5/+3
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-2/+5
2013-12-08Remove dead codesKiet Tran-22/+0
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-8/+8
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-1/+1
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-2/+2
2013-11-13Implement native::IoFactoryAlex Crichton-3/+7
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-11-10Rework the idle callback to have a safer interfaceAlex Crichton-15/+6
2013-11-10Remove usage of ~fn() from uv async/idleAlex Crichton-12/+13
2013-10-24Implement a basic event loop built on LittleLockAlex Crichton-0/+256