| Age | Commit message (Expand) | Author | Lines |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -294/+292 |
| 2015-06-10 | Have std::fmt::Formatter implement std::fmt::Write. | Simon Sapin | -8/+16 |
| 2015-06-10 | core: impl Clone for option::IntoIter and iter::Once | Ulrik Sverdrup | -0/+2 |
| 2015-06-10 | Auto merge of #26182 - Manishearth:rollup, r=Manishearth | bors | -53/+121 |
| 2015-06-10 | Add a write_char method to std::fmt::Formatter. | Simon Sapin | -4/+17 |
| 2015-06-10 | Add error explanation for E0057, E0059–E0061 | Eduard Bopp | -4/+91 |
| 2015-06-10 | fixes __morestack symbol problem on BSDs | Dave Huseby | -2/+2 |
| 2015-06-10 | disabling socking timing tests because openbsd/bitrig get/set are not congrue... | Dave Huseby | -0/+6 |
| 2015-06-10 | Rollup merge of #26174 - mcast:trpl-assignment-empty-tuple, r=steveklabnik | Manish Goregaokar | -1/+3 |
| 2015-06-10 | Rollup merge of #26164 - tafia:early-dedup, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -33/+33 |
| 2015-06-10 | Rollup merge of #26145 - steveklabnik:gh25853, r=brson | Manish Goregaokar | -0/+24 |
| 2015-06-10 | Rollup merge of #26143 - steveklabnik:gh25851, r=alexcrichton | Manish Goregaokar | -18/+18 |
| 2015-06-10 | Rollup merge of #26142 - steveklabnik:gh25850, r=Gankro | Manish Goregaokar | -0/+42 |
| 2015-06-10 | Rust is now post-1.0 | Steven Allen | -6/+4 |
| 2015-06-10 | Improve examples for atomic types. | Johannes Oertel | -54/+71 |
| 2015-06-10 | mend bad Markdown | Matthew Astley | -1/+1 |
| 2015-06-10 | Auto merge of #26141 - eddyb:ast_map, r=nikomatsakis | bors | -63/+75 |
| 2015-06-10 | Auto merge of #26153 - dotdash:issue26127, r=luqmana | bors | -1/+22 |
| 2015-06-10 | trpl: why (assignment == empty tuple) #26120 | Matthew Astley | -1/+3 |
| 2015-06-10 | Revise E0133 description. | Nick Hamann | -2/+2 |
| 2015-06-10 | Add explanation for E0116 and update the error message. | Nick Hamann | -6/+31 |
| 2015-06-10 | collections: Remove redundant slicing for str | Ulrik Sverdrup | -45/+45 |
| 2015-06-10 | Add str::split_at | Ulrik Sverdrup | -0/+60 |
| 2015-06-10 | Auto merge of #26137 - steveklabnik:gh25623, r=alexcrichton | bors | -1/+2 |
| 2015-06-10 | Auto merge of #26130 - steveklabnik:gh25986, r=alexcrichton | bors | -3/+28 |
| 2015-06-10 | Auto merge of #26058 - Kimundi:issue15609, r=nikomatsakis | bors | -25/+192 |
| 2015-06-10 | early return if 1 element | Johann Tuffe | -1/+1 |
| 2015-06-10 | Auto merge of #26055 - arielb1:smart-fold, r=nikomatsakis | bors | -76/+129 |
| 2015-06-09 | std: Tweak process raising/lowering implementations | Alex Crichton | -101/+60 |
| 2015-06-09 | std: Stabilize a number of new fs features | Alex Crichton | -257/+654 |
| 2015-06-10 | Modify String::push to reallocate more conservatively in case of the characte... | marcell | -17/+17 |
| 2015-06-09 | Revert "Added AsRef implementations for Arc and Rc" | Alex Crichton | -19/+0 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -63/+75 |
| 2015-06-09 | Auto merge of #25836 - steveklabnik:gh25305, r=alexcrichton | bors | -3/+3 |
| 2015-06-10 | Use the correct type of undef value for ignored return values in trans_named_... | Björn Steinbrink | -1/+22 |
| 2015-06-09 | Add missing #[inline] to methods related to char. | marcell | -0/+12 |
| 2015-06-09 | Auto merge of #26150 - steveklabnik:rollup, r=steveklabnik | bors | -18/+47 |
| 2015-06-09 | Rollup merge of #26144 - steveklabnik:static_doc_fix, r=alexcrichton | Steve Klabnik | -1/+4 |
| 2015-06-09 | Rollup merge of #26140 - steveklabnik:gh25803, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2015-06-09 | Rollup merge of #26136 - steveklabnik:gh25597, r=alexcrichton | Steve Klabnik | -3/+7 |
| 2015-06-09 | Rollup merge of #26134 - steveklabnik:gh25586, r=alexcrichton | Steve Klabnik | -2/+4 |
| 2015-06-09 | Rollup merge of #26133 - steveklabnik:gh25573, r=alexcrichton | Steve Klabnik | -4/+0 |
| 2015-06-09 | Rollup merge of #26132 - astraw:fix-demangle-comment, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-06-09 | Rollup merge of #26131 - astraw:fix-trait-comment, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-06-09 | Rollup merge of #26129 - steveklabnik:gh26012, r=brson | Steve Klabnik | -0/+25 |
| 2015-06-09 | Rollup merge of #26125 - nsimplex:master, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2015-06-09 | Rollup merge of #26111 - tshepang:consistency, r=brson | Steve Klabnik | -1/+0 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -33/+33 |
| 2015-06-09 | make note of slicing syntax in TRPL: strings | Steve Klabnik | -0/+24 |