| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-15 | Merge remote-tracking branch 'brson/io-wip' into io | Brian Anderson | -1/+7 | |
| Conflicts: src/libstd/rt/sched.rs src/libstd/rt/task.rs src/libstd/rt/test.rs src/libstd/task/mod.rs src/libstd/task/spawn.rs | ||||
| 2013-06-14 | redesigned the pinning to pin deal with things on dequeue, not on enqueue | toddaaro | -1/+1 | |
| 2013-06-13 | std::rt: Tasks must have an unwinder. Simpler | Brian Anderson | -1/+1 | |
| 2013-06-13 | std::rt: Change the Task constructors to reflect a tree | Brian Anderson | -1/+8 | |
| 2013-05-27 | Get rid of no-longer-needed #[doc(hidden)] attributes. | Lindsey Kuper | -1/+1 | |
| There were several old `#[doc(hidden)]` attributes in libstd and libextra, left over from when rustdoc didn't hide private definitions, tagged with `FIXME #3538`. Since #3538 is now closed, I removed the `#[doc(hidden)]` attributes as well as the FIXMEs, but I left `#[doc(hidden)]` in libstd/task/spawn.rs and libstd/task/rt.rs since those two are apparently `pub`, as well as in libextra/std.rc since std/extra is `pub`. | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+791 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
