| Age | Commit message (Expand) | Author | Lines |
| 2013-05-27 | auto merge of #6724 : thestinger/rust/swap_fast, r=thestinger | bors | -80/+231 |
| 2013-05-27 | fix casts on 32-bit | Daniel Micay | -2/+2 |
| 2013-05-27 | auto merge of #6715 : Xazax-hun/rust/incoming, r=graydon | bors | -0/+82 |
| 2013-05-27 | auto merge of #6703 : sanxiyn/rust/allocation-lint, r=sanxiyn | bors | -189/+168 |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -161/+161 |
| 2013-05-28 | Use adjustments table for allocation lint | Seo Sanghyeon | -28/+7 |
| 2013-05-27 | Get rid of no-longer-needed #[doc(hidden)] attributes. | Lindsey Kuper | -13/+4 |
| 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 | -483/+693 |
| 2013-05-27 | auto merge of #6688 : graydon/rust/issue-3396-mystery-bug-in-metadata, r=Aatch | bors | -11/+2 |
| 2013-05-27 | auto merge of #6761 : ILyoan/rust/ctags, r=thestinger | bors | -3/+1 |
| 2013-05-26 | auto merge of #6719 : kud1ing/rust/rustc_w, r=bstrie | bors | -2/+7 |
| 2013-05-27 | update ctags define | ILyoan | -3/+1 |
| 2013-05-26 | auto merge of #6748 : steveklabnik/rust/bool_docs, r=thestinger | bors | -19/+194 |
| 2013-05-26 | auto merge of #6700 : ben0x539/rust/nestvariantdocs, r=thestinger | bors | -1/+38 |
| 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 | add an align parameter to call_memcpy | Daniel Micay | -14/+11 |
| 2013-05-26 | use uninit for cast::transmute_copy | Daniel Micay | -1/+1 |
| 2013-05-26 | add memset32/memset64 | Daniel Micay | -1/+86 |
| 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 | 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 |