about summary refs log tree commit diff
path: root/src/libstd/sys.rs
AgeCommit message (Collapse)AuthorLines
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-5/+1
Conflicts: src/libstd/rt/comm.rs src/libstd/rt/mod.rs src/libstd/rt/sched.rs src/libstd/rt/task.rs src/libstd/rt/test.rs src/libstd/rt/tube.rs src/libstd/rt/uv/uvio.rs src/libstd/rt/uvio.rs src/libstd/task/spawn.rs
2013-06-13std::rt: Tasks must have an unwinder. SimplerBrian Anderson-5/+1
2013-06-09remove unused import warningsHuon Wilson-1/+0
2013-06-04sys: get rid of shape functionsDaniel Micay-14/+0
borrowed pointers already implement Eq and Ord with deep comparisons
2013-05-30Require documentation by default for libstdAlex Crichton-0/+2
Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand.
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+352
This only changes the directory names; it does not change the "real" metadata names.
2011-12-14Remove some duplicated unused parts of std now that they're present in core.Graydon Hoare-96/+0
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+96