about summary refs log tree commit diff
path: root/src/libcore/rt/thread.rs
AgeCommit message (Expand)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-44/+0
2013-04-29test: Fix tests.Patrick Walton-4/+4
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-3/+3
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-1/+1
2013-03-19libcore: Make a couple of constructors public. rs=testfixingPatrick Walton-1/+1
2013-03-18core: Refactor uv bindingsBrian Anderson-2/+2
2013-03-13Revamp foreign code not to consider the Rust modes. This requiresNiko Matsakis-2/+2
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-0/+44