| Age | Commit message (Expand) | Author | Lines |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -3/+2 |
| 2013-05-30 | libextra: Require documentation by default | Alex Crichton | -0/+2 |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -69/+699 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -111/+162 |
| 2013-05-29 | librustc: Redo the unsafe checker and make unsafe methods not callable from s... | Patrick Walton | -43/+61 |
| 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 |
| 2013-05-25 | auto merge of #6722 : alexcrichton/rust/issue-4219-no-merge-hack, r=brson | bors | -1149/+941 |
| 2013-05-25 | Add basic atomic types | James Miller | -0/+344 |
| 2013-05-24 | Remove usage of the #[merge] hack with int modules | Alex Crichton | -1149/+941 |
| 2013-05-24 | auto merge of #6712 : thestinger/rust/derive, r=catamorphism | bors | -24/+2 |
| 2013-05-24 | use deriving for DeepClone | Daniel Micay | -24/+2 |
| 2013-05-23 | auto merge of #6710 : thestinger/rust/swap, r=catamorphism | bors | -6/+44 |
| 2013-05-23 | optimize util::swap, &mut pointers never alias | Daniel Micay | -3/+35 |
| 2013-05-24 | make arm register definition consistent with rt | Jyun-Yan You | -1/+1 |
| 2013-05-23 | add memcpy intrinsic to mirror memmove | Daniel Micay | -0/+7 |
| 2013-05-23 | swap_ptr: rm equality check | Daniel Micay | -3/+2 |
| 2013-05-23 | cleanup warnings from libstd | Erick Tryzelaar | -566/+545 |
| 2013-05-23 | core: remove iter_bytes helper functions | Erick Tryzelaar | -36/+0 |