| Age | Commit message (Expand) | Author | Lines |
| 2015-09-17 | Rollup merge of #28474 - tshepang:repetition, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-09-17 | Rollup merge of #28314 - tbu-:pr_atomics_are_send, r=brson | Steve Klabnik | -0/+3 |
| 2015-09-17 | doc: no need to mention the method by name | Tshepang Lekhonkhobe | -1/+1 |
| 2015-09-16 | Auto merge of #28436 - ranma42:faster-partialord, r=bluss | bors | -23/+50 |
| 2015-09-16 | Explain explicit slicing in slice cmp and partial_cmp methods | Andrea Canciani | -0/+6 |
| 2015-09-16 | Remove inline attribute | Andrea Canciani | -2/+0 |
| 2015-09-16 | Remove boundary checks in slice comparison operators | Andrea Canciani | -2/+6 |
| 2015-09-16 | Reuse cmp in totally ordered types | Andrea Canciani | -3/+1 |
| 2015-09-16 | Improve PartialOrd for slices | Andrea Canciani | -18/+21 |
| 2015-09-16 | Specialize `PartialOrd` for totally ordered primitive types | Andrea Canciani | -4/+22 |
| 2015-09-16 | Simplify sample code for {Option, Result}::iter_mut | Adolfo Ochagavía | -2/+2 |
| 2015-09-15 | Add a comment that the `Atomic*` are all implicitly `Send` | Tobias Bucher | -0/+3 |
| 2015-09-15 | Auto merge of #28268 - petrochenkov:fnptr, r=alexcrichton | bors | -69/+71 |
| 2015-09-14 | Auto merge of #28248 - PeterReid:master, r=alexcrichton | bors | -15/+11 |
| 2015-09-14 | Auto merge of #28358 - dotdash:nounwind, r=alexcrichton | bors | -0/+2 |
| 2015-09-14 | Mark all extern functions as nounwind | Björn Steinbrink | -0/+2 |
| 2015-09-14 | Auto merge of #28368 - lfairy:write-impl, r=alexcrichton | bors | -0/+15 |
| 2015-09-13 | Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon | bors | -8/+11 |
| 2015-09-13 | Implement more traits for function pointers | Vadim Petrochenkov | -69/+71 |
| 2015-09-13 | Add a blanket impl for &mut std::fmt::Write | Chris Wong | -0/+15 |
| 2015-09-12 | Stop a private method on `SipHasher` from shadowing `Hasher::write` | Tobias Bucher | -8/+3 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -8/+11 |
| 2015-09-10 | Optimize string comparison by using memcmp | Erick Tryzelaar | -15/+20 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -3/+3 |
| 2015-09-07 | Use unsafe more idiomatically | Steve Klabnik | -1/+3 |
| 2015-09-04 | Fix for issue #28012: pow overflow inconsistency | Peter Reid | -15/+11 |
| 2015-09-04 | Auto merge of #28197 - petrochenkov:borrow, r=alexcrichton | bors | -0/+15 |
| 2015-09-04 | Auto merge of #28119 - nagisa:bytesderef, r=alexcrichton | bors | -30/+3 |
| 2015-09-03 | std: Account for CRLF in {str, BufRead}::lines | Alex Crichton | -4/+10 |
| 2015-09-04 | Rollup merge of #28191 - llogiq:iter, r=Manishearth | Manish Goregaokar | -6/+6 |
| 2015-09-04 | Rollup merge of #28188 - Manishearth:elide-core, r=alexcrichton | Manish Goregaokar | -72/+72 |
| 2015-09-03 | Implement `Borrow` for fixed-size arrays | Vadim Petrochenkov | -0/+15 |
| 2015-09-03 | take mapped function by mutable reference | llogiq | -4/+4 |
| 2015-09-03 | Elide lifetimes in libcore | Manish Goregaokar | -72/+72 |
| 2015-09-03 | clippy improvements to iterators | llogiq | -6/+6 |
| 2015-09-03 | Make `null()` and `null_mut()` const functions | Vadim Petrochenkov | -4/+4 |
| 2015-09-01 | Auto merge of #28088 - tbu-:pr_fixed_size_array, r=alexcrichton | bors | -12/+12 |
| 2015-08-31 | Change explicit BytesDeref impl into Cloned iterator | Simonas Kazlauskas | -30/+3 |
| 2015-08-31 | Auto merge of #28101 - ijks:24214-str-bytes, r=alexcrichton | bors | -0/+15 |
| 2015-08-31 | Implement `FixedSizeArray` for all fixed size arrays | Tobias Bucher | -12/+12 |
| 2015-08-30 | Add overrides to iterator methods for `str::Bytes` | Daan Rijks | -0/+15 |
| 2015-08-28 | Add .as_str() to str::Chars and str::CharIndices. See #27775. | Simon Sapin | -0/+24 |
| 2015-08-28 | Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichton | bors | -2/+4 |
| 2015-08-28 | Rollup merge of #28048 - steveklabnik:doc_unimplemented, r=alexcrichton | Manish Goregaokar | -0/+45 |
| 2015-08-28 | Rollup merge of #28039 - birkenfeld:option_result_ref_intoiter, r=alexcrichton | Manish Goregaokar | -0/+40 |
| 2015-08-27 | Auto merge of #28031 - durka:patch-6, r=alexcrichton | bors | -1/+1 |
| 2015-08-27 | Some extra examples for the unimplemented! macro | Steve Klabnik | -0/+45 |
| 2015-08-27 | core: Implement IntoIterator for Option and Result references | Georg Brandl | -0/+40 |
| 2015-08-27 | fix some more unstable issue annotations | Alex Burka | -2/+4 |
| 2015-08-27 | Auto merge of #28016 - ranma42:mini-rem-in-core, r=alexcrichton | bors | -2/+24 |