| Age | Commit message (Expand) | Author | Lines |
| 2013-06-10 | debugged a compiler ICE when merging local::borrow changes into the main io b... | toddaaro | -22/+60 |
| 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 |
| 2013-05-26 | Add documentation for libstd/bool.rs. | Steve Klabnik | -19/+194 |
| 2013-05-26 | inline bump_box_refcount | Daniel Micay | -0/+1 |
| 2013-05-26 | make transmute_copy use memcpy, and inline it | Daniel Micay | -0/+21 |
| 2013-05-26 | use uninit for cast::transmute_copy | Daniel Micay | -1/+1 |
| 2013-05-26 | add memset32/memset64 | Daniel Micay | -0/+34 |
| 2013-05-26 | C++0x -> C++11 | Daniel Micay | -1/+1 |
| 2013-05-26 | make the memcpy/memmove intrinsics higher-level | Daniel Micay | -23/+58 |
| 2013-05-25 | testsuite: Add a test for listing the root directory... | Tim Chevalier | -1/+15 |
| 2013-05-25 | core: Fail with a better error message when list_dir gets an empty path | Tim Chevalier | -0/+11 |
| 2013-05-26 | Add some documentation | James Miller | -1/+25 |
| 2013-05-26 | Add AtomicOption type | James Miller | -33/+91 |
| 2013-05-26 | Make AtomicPtr use *mut, instead of ~ | James Miller | -47/+15 |