| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-16 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -15/+45 | |
| 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-15 | Merge remote-tracking branch 'brson/io-wip' into io | Brian Anderson | -19/+41 | |
| 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-15 | std::rt: Tasks contain a JoinLatch | Brian Anderson | -1/+32 | |
| 2013-06-14 | redesigned the pinning to pin deal with things on dequeue, not on enqueue | toddaaro | -3/+11 | |
| 2013-06-13 | std::rt: Tasks must have an unwinder. Simpler | Brian Anderson | -35/+4 | |
| 2013-06-13 | std::rt: Change the Task constructors to reflect a tree | Brian Anderson | -2/+24 | |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -1/+0 | |
| 2013-06-10 | debugged a compiler ICE when merging local::borrow changes into the main io ↵ | toddaaro | -2/+2 | |
| branch and modified the incoming new file lang.rs to be api-compatible | ||||
| 2013-06-02 | ptr: split out borrowed pointer utilities | Daniel Micay | -2/+3 | |
| The ptr module is intended to be for raw pointers. Closes #3111 | ||||
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -1/+0 | |
| Fix a laundry list of warnings involving unused imports that glutted up compilation output. There are more, but there seems to be some false positives (where 'remedy' appears to break the build), but this particular set of fixes seems safe. | ||||
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -3/+5 | |
| 2013-05-23 | cleanup warnings from libstd | Erick Tryzelaar | -1/+0 | |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+230 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
