summary refs log tree commit diff
path: root/src/librustrt/rtio.rs
AgeCommit message (Expand)AuthorLines
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-24native: Implement clone/close_accept for unixAlex Crichton-0/+4
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-2/+2
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-2/+2
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-1/+1
2014-07-02Rename recvfrom -> recv_from, sendto -> send_to.OGINO Masanori-2/+2
2014-06-15Register new snapshotsAlex Crichton-28/+28
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+449