| Age | Commit message (Expand) | Author | Lines |
| 2013-05-26 | C++0x -> C++11 | Daniel Micay | -1/+1 |
| 2013-05-26 | make the memcpy/memmove intrinsics higher-level | Daniel Micay | -64/+111 |
| 2013-05-26 | auto merge of #6742 : Aatch/rust/mut-noalias, r=thestinger | bors | -1/+14 |
| 2013-05-26 | rustdoc: properly nest markup within enum variant lists (fixes #6605) | Benjamin Herr | -1/+38 |
| 2013-05-26 | Mark &mut parameters as noalias | James Miller | -1/+14 |
| 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-25 | librustc: Allow intra-crate start functions, for runtimeless operation. | Patrick Walton | -5/+2 |
| 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 | -1201/+909 |
| 2013-05-25 | auto merge of #6732 : Aatch/rust/atomic-types, r=brson | bors | -0/+344 |
| 2013-05-25 | Use an enum for keywords and intern them to improve parser performance | Björn Steinbrink | -245/+280 |
| 2013-05-24 | auto merge of #6728 : alexcrichton/rust/update-linenoise, r=Aatch | bors | -19/+211 |
| 2013-05-25 | Add basic atomic types | James Miller | -0/+344 |
| 2013-05-25 | Fix compilation errors with linenoise | Alex Crichton | -2/+2 |
| 2013-05-24 | auto merge of #6730 : hjr3/rust/exit_code, r=z0w0 | bors | -10/+14 |
| 2013-05-24 | auto merge of #6726 : alexcrichton/rust/filter-blocks, r=z0w0 | bors | -1/+18 |
| 2013-05-24 | Update the linenoise library | Alex Crichton | -19/+211 |
| 2013-05-24 | Actually filter view_items in blocks | Alex Crichton | -1/+18 |
| 2013-05-24 | Remove the clone function for the method | Olivier Saut | -5/+2 |
| 2013-05-24 | Remove the get function | Olivier Saut | -29/+22 |
| 2013-05-24 | Make rust {test, run} exit with appropriate code. | Herman J. Radtke III | -10/+14 |
| 2013-05-24 | Remove the #[merge] hack from the parser | Alex Crichton | -85/+1 |
| 2013-05-24 | Remove usage of the #[merge] hack with int modules | Alex Crichton | -1149/+941 |
| 2013-05-24 | show options for -W help and -W | Lenny222 | -2/+7 |
| 2013-05-24 | auto merge of #6680 : ben0x539/rust/slashslashslash, r=graydon | bors | -2/+9 |
| 2013-05-24 | Only trigger missing documentation warnings to public functions and fields. | Gábor Horváth | -14/+25 |
| 2013-05-24 | auto merge of #6712 : thestinger/rust/derive, r=catamorphism | bors | -24/+2 |
| 2013-05-24 | Warnings for missing documentations. | Gábor Horváth | -0/+71 |
| 2013-05-23 | auto merge of #6706 : brson/rust/glue, r=catamorphism | bors | -12/+13 |
| 2013-05-24 | use deriving for DeepClone | Daniel Micay | -24/+2 |
| 2013-05-23 | auto merge of #6710 : thestinger/rust/swap, r=catamorphism | bors | -122/+210 |
| 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 | indentation fix | Daniel Micay | -145/+145 |
| 2013-05-23 | add memcpy intrinsic to mirror memmove | Daniel Micay | -1/+58 |
| 2013-05-23 | swap_ptr: rm equality check | Daniel Micay | -3/+2 |
| 2013-05-23 | auto merge of #6690 : erickt/rust/cleanup-warnings, r=brson | bors | -1339/+1298 |
| 2013-05-23 | cleanup warnings from librustpkg | Erick Tryzelaar | -1/+0 |
| 2013-05-23 | cleanup warnings from compiletest | Erick Tryzelaar | -54/+53 |
| 2013-05-23 | cleanup warnings from librustdoc | Erick Tryzelaar | -87/+81 |
| 2013-05-23 | cleanup warnings from librusti | Erick Tryzelaar | -3/+3 |
| 2013-05-23 | cleanup warnings from librustc | Erick Tryzelaar | -18/+15 |
| 2013-05-23 | cleanup warnings from libsyntax | Erick Tryzelaar | -7/+4 |
| 2013-05-23 | cleanup warnings from libextra | Erick Tryzelaar | -474/+460 |
| 2013-05-23 | cleanup warnings from libstd | Erick Tryzelaar | -566/+545 |
| 2013-05-23 | core: remove iter_bytes helper functions | Erick Tryzelaar | -129/+137 |
| 2013-05-23 | auto merge of #6705 : brson/rust/issue-5192, r=catamorphism | bors | -14/+41 |