| Age | Commit message (Expand) | Author | Lines |
| 2015-09-26 | Elide lifetime in Deref doc example | Florian Hartwig | -1/+1 |
| 2015-09-26 | Auto merge of #28615 - sfackler:formatter-methods, r=alexcrichton | bors | -7/+29 |
| 2015-09-25 | Rollup merge of #28652 - SimonSapin:patch-11, r=sanxiyn | Steve Klabnik | -2/+2 |
| 2015-09-25 | Rollup merge of #28637 - SimonSapin:patch-6, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2015-09-26 | Add note about Copy for drop() | Manish Goregaokar | -0/+20 |
| 2015-09-25 | std: Update MatchIndices to return a subslice | Alex Crichton | -5/+9 |
| 2015-09-25 | Docs: &A and &mut A are references, not pointers | Simon Sapin | -2/+2 |
| 2015-09-24 | Auto merge of #28538 - alevy:make_fixedsizearray_unsafe, r=alexcrichton | bors | -2/+11 |
| 2015-09-24 | Utf8Error::valid_up_to: make documented semantics more precise/useful | Simon Sapin | -2/+2 |
| 2015-09-23 | Add accessors for Formatter flags | Steven Fackler | -7/+29 |
| 2015-09-23 | Explain in comment why FixedSizeArray is unsafe | Amit Aryeh Levy | -0/+9 |
| 2015-09-21 | Make function pointers implement traits for up to 12 parameters | Manish Goregaokar | -0/+7 |
| 2015-09-20 | Auto merge of #28539 - rkruppe:shuffle-num-internals, r=alexcrichton | bors | -73/+98 |
| 2015-09-20 | Reorganize core::num internals | Robin Kruppe | -73/+98 |
| 2015-09-19 | Make FixedSizeArray an unsafe trait | Amit Aryeh Levy | -2/+2 |
| 2015-09-18 | Overloaded augmented assignments | Jorge Aparicio | -0/+528 |
| 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 |