| Age | Commit message (Expand) | Author | Lines |
| 2013-06-02 | ptr: split out borrowed pointer utilities | Daniel Micay | -48/+64 |
| 2013-06-02 | Add a get_mut method to accompany the get method. | gareth | -0/+9 |
| 2013-06-01 | auto merge of #6896 : nickdesaulniers/rust/issue4501, r=brson | bors | -10/+10 |
| 2013-06-01 | auto merge of #6815 : kballard/rust/hashmap-insert_or_modify_with, r=erickt | bors | -36/+35 |
| 2013-06-01 | Swap return value of pipes::init Fixes #4501 | Nick Desaulniers | -10/+10 |
| 2013-06-01 | Add new function hashmap.insert_or_update_with() | Kevin Ballard | -0/+15 |
| 2013-06-01 | Refactor some hashmap code into a new private function mangle() | Kevin Ballard | -37/+21 |
| 2013-06-01 | Fix vec::each* return values | Jed Davis | -2/+19 |
| 2013-06-01 | std: fix run tests when symlink is in the rust checkout path | Erick Tryzelaar | -6/+12 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -306/+329 |
| 2013-05-31 | auto merge of #6851 : alexcrichton/rust/bugfixes, r=pcwalton | bors | -3/+19 |
| 2013-05-31 | auto merge of #6876 : cmr/rust/from_elem_opts, r=Aatch | bors | -3/+15 |
| 2013-06-01 | Optimize vec::from_elem with manual inlining (borrowck 1.85x speedup on libstd) | Corey Richardson | -3/+15 |
| 2013-05-31 | auto merge of #6729 : bstrie/rust/ascstr, r=Aatch | bors | -23/+40 |
| 2013-05-31 | auto merge of #6864 : thestinger/rust/bool, r=pcwalton | bors | -49/+38 |
| 2013-05-31 | bool: rm functions duplicating methods | Daniel Micay | -49/+38 |
| 2013-05-31 | Add as_c_str method on strings | Ben Striegel | -23/+40 |
| 2013-05-31 | ptr: replace unnecessary unsafe code | Daniel Micay | -58/+18 |
| 2013-05-31 | mv the raw pointer {swap,replace}_ptr to std::ptr | Daniel Micay | -42/+43 |
| 2013-05-31 | auto merge of #6853 : bblum/rust/sized, r=pcwalton | bors | -1/+6 |
| 2013-05-31 | auto merge of #6833 : fdr/rust/fix-warnings, r=Aatch | bors | -20/+13 |
| 2013-05-30 | auto merge of #6841 : steveklabnik/rust/range_docs, r=thestinger | bors | -3/+12 |
| 2013-05-30 | Fix a bug with HashMap::consume | Alex Crichton | -3/+19 |
| 2013-05-30 | Add 'Sized' builtin kind; doesn't do anything yet | Ben Blum | -1/+6 |
| 2013-05-30 | Add example for uint::range_step. | Steve Klabnik | -3/+12 |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -20/+13 |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -23/+23 |
| 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 |