| Age | Commit message (Expand) | Author | Lines |
| 2013-05-28 | auto merge of #6771 : thestinger/rust/highlight, r=luqmana | bors | -117/+165 |
| 2013-05-28 | auto merge of #6754 : thestinger/rust/noalias, r=nikomatsakis | bors | -0/+3 |
| 2013-05-28 | auto merge of #6770 : lkuper/rust/6762, r=catamorphism | bors | -0/+24 |
| 2013-05-28 | auto merge of #6769 : catamorphism/rust/issue-4994, r=thestinger | bors | -0/+51 |
| 2013-05-27 | auto merge of #6766 : fdr/rust/time-by-value, r=catamorphism | bors | -16/+15 |
| 2013-05-27 | auto merge of #6777 : alexcrichton/rust/less-memory, r=graydon | bors | -160/+192 |
| 2013-05-28 | Fix #6696 | Jihyun Yu | -2/+16 |
| 2013-05-27 | Prevent refcount cycles during linting | Alex Crichton | -160/+192 |
| 2013-05-27 | rustc: Switch ty::node_type_table to smallintmap, cut 400mb memory use off a ... | Graydon Hoare | -2/+2 |
| 2013-05-27 | Implementing suggestions from @nikomatsakis | Tom Lee | -101/+102 |
| 2013-05-28 | core::vec is missing methods for mutable slices | Junyoung Cho | -2/+9 |
| 2013-05-27 | auto merge of #6741 : pcwalton/rust/intra-crate-start, r=graydon | bors | -5/+2 |
| 2013-05-27 | testsuite: Update core to std | Tim Chevalier | -3/+3 |
| 2013-05-27 | testsuite: Test cases, one xfailed, one not | Tim Chevalier | -0/+58 |
| 2013-05-27 | testsuite: Add working test for #5550 | Tim Chevalier | -0/+15 |
| 2013-05-27 | testsuite: Add passing test for #4735 | Tim Chevalier | -0/+30 |
| 2013-05-27 | Added _RUST_STAGEN guard to rust_call_tydesc_glue | Tom Lee | -0/+7 |
| 2013-05-27 | Add _RUST_STAGE0 #ifdefs | Tom Lee | -0/+20 |
| 2013-05-27 | Omit unused implicit argument if return type is immediate. | Tom Lee | -111/+132 |
| 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 | Change `alt` to `match` in filenames. | Lindsey Kuper | -0/+0 |
| 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-27 | Add xfail'd test for #6762. | Lindsey Kuper | -0/+24 |
| 2013-05-27 | extra: Add reserve and reserve_at_least to extra::deque | Tim Chevalier | -0/+51 |
| 2013-05-27 | syntax highlight code examples in docstrings | Daniel Micay | -117/+165 |
| 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 | Increment copyright year of time.rs | Daniel Farina | -1/+1 |
| 2013-05-27 | Use passing by-value in gmtime, mktime | Daniel Farina | -15/+14 |
| 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 | mark unique pointer parameters as noalias | Daniel Micay | -0/+3 |
| 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 |