about summary refs log tree commit diff
path: root/src/libcore/rt/uv/file.rs
AgeCommit message (Collapse)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-48/+0
This only changes the directory names; it does not change the "real" metadata names.
2013-05-14core::rt: Move all the uv callback definitions to one placeBrian Anderson-5/+1
2013-05-13core::rt Restructure some modulesBrian Anderson-2/+2
Put all uv code under rt::uv, as if it were in its own crate. Pull local_sched out of rt::sched.
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-0/+52
Conflicts: src/libcore/rt/context.rs src/libcore/rt/sched.rs src/libcore/rt/thread.rs src/libcore/rt/uv.rs
2013-03-18core: Refactor uv bindingsBrian Anderson-0/+52
I can already see these are going to get massive. Putting them into multiple files.