about summary refs log tree commit diff
path: root/src/libstd/rt/basic.rs
AgeCommit message (Expand)AuthorLines
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