| Age | Commit message (Expand) | Author | Lines |
| 2013-06-15 | Merge remote-tracking branch 'brson/io-wip' into io | Brian Anderson | -105/+788 |
| 2013-06-15 | std::rt: Tasks contain a JoinLatch | Brian Anderson | -32/+56 |
| 2013-06-15 | Merge remote-tracking branch 'toddaaro/io' into io | Brian Anderson | -93/+807 |
| 2013-06-14 | redesigned the pinning to pin deal with things on dequeue, not on enqueue | toddaaro | -213/+393 |
| 2013-06-13 | std::rt: Tasks must have an unwinder. Simpler | Brian Anderson | -57/+13 |
| 2013-06-13 | std::rt: Change the Task constructors to reflect a tree | Brian Anderson | -26/+81 |
| 2013-06-13 | std::rt: Add JoinLatch | Brian Anderson | -4/+665 |
| 2013-06-12 | added functionality to tell schedulers to refuse to run tasks that are not pi... | toddaaro | -18/+60 |
| 2013-06-12 | std::rt: Remove old files | Brian Anderson | -902/+0 |
| 2013-06-12 | A basic implementation of pinning tasks to schedulers. No IO interactions hav... | toddaaro | -42/+496 |
| 2013-06-10 | std::rt: Work around a dynamic borrowck bug | Brian Anderson | -3/+2 |
| 2013-06-10 | debugged a compiler ICE when merging local::borrow changes into the main io b... | toddaaro | -22/+60 |
| 2013-06-07 | std::rt: Reduce task stack size to 1MB | Brian Anderson | -1/+1 |
| 2013-06-06 | std::rt: Fix a race in the UvRemoteCallback dtor | Brian Anderson | -11/+15 |
| 2013-06-06 | std::rt: Fix stream test to be parallel | Brian Anderson | -4/+4 |
| 2013-06-06 | std::rt: Configure test threads with RUST_TEST_THREADS. Default is ncores x2 | Brian Anderson | -2/+17 |
| 2013-06-06 | std: Fix stage0 build | Brian Anderson | -0/+12 |
| 2013-06-05 | core::rt: Add `MegaPipe`, an unbounded, multiple producer/consumer, lock-free... | Brian Anderson | -0/+71 |
| 2013-06-05 | core::rt: Add SharedPort | Brian Anderson | -0/+132 |
| 2013-06-05 | core::rt: Implement SharedChan | Brian Anderson | -3/+64 |
| 2013-06-05 | std::rt: Remove in incorrect assert | Brian Anderson | -1/+3 |
| 2013-06-05 | std::rt: Destroy the task start closure while in task context | Brian Anderson | -1/+36 |
| 2013-06-05 | std::rt: Use AtomicUint instead of intrinsics in comm | Brian Anderson | -9/+9 |
| 2013-06-05 | core: Make atomic methods public | Brian Anderson | -31/+31 |
| 2013-05-30 | core::rt: deny(unused_imports, unused_mut, unused_variable) | Brian Anderson | -22/+11 |
| 2013-05-30 | core::rt: Fix two multithreading bugs and add a threadring test | Brian Anderson | -2/+66 |
| 2013-05-30 | core::rt: Begin recording scheduler metrics | Brian Anderson | -8/+123 |
| 2013-05-29 | core::rt: Add some notes about optimizations | Brian Anderson | -0/+14 |
| 2013-05-29 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -200/+816 |
| 2013-05-29 | auto merge of #6803 : Thiez/rust/native_fmax_fmin, r=brson | bors | -4/+19 |
| 2013-05-29 | Changed to a more efficient implementation. | Matthijs Hofstra | -16/+4 |
| 2013-05-29 | Replaced calls to external fmin/fmax by a Rust implementation. | Matthijs Hofstra | -4/+31 |
| 2013-05-29 | Fix vec::mut_slice | june0cho | -3/+3 |
| 2013-05-28 | auto merge of #6780 : june0cho/rust/issue5984, r=brson | bors | -2/+9 |
| 2013-05-28 | auto merge of #6740 : Aatch/rust/atomic-types, r=brson | bors | -68/+118 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -90/+90 |
| 2013-05-28 | auto merge of #6771 : thestinger/rust/highlight, r=luqmana | bors | -98/+140 |
| 2013-05-28 | core::vec is missing methods for mutable slices | Junyoung Cho | -2/+9 |
| 2013-05-27 | auto merge of #6724 : thestinger/rust/swap_fast, r=thestinger | bors | -25/+116 |
| 2013-05-27 | fix casts on 32-bit | Daniel Micay | -2/+2 |
| 2013-05-27 | auto merge of #6703 : sanxiyn/rust/allocation-lint, r=sanxiyn | bors | -5/+5 |
| 2013-05-27 | syntax highlight code examples in docstrings | Daniel Micay | -98/+140 |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -5/+5 |
| 2013-05-27 | Get rid of no-longer-needed #[doc(hidden)] attributes. | Lindsey Kuper | -11/+2 |
| 2013-05-27 | auto merge of #6763 : steveklabnik/rust/core_to_std, r=thestinger | bors | -20/+20 |
| 2013-05-27 | Fix docs to use std instead of core. | Steve Klabnik | -20/+20 |
| 2013-05-27 | Rename unwrap_input/unwrap_output as suggested by | gareth | -11/+11 |
| 2013-05-27 | Make test_change_working_directory change the current | gareth | -3/+5 |
| 2013-05-27 | Refactor core::run in order to address many of the issues | gareth | -304/+607 |
| 2013-05-26 | auto merge of #6748 : steveklabnik/rust/bool_docs, r=thestinger | bors | -19/+194 |