| Age | Commit message (Expand) | Author | Lines |
| 2015-12-09 | doc: these are just renames, so avoid duplication | Tshepang Lekhonkhobe | -30/+2 |
| 2015-12-07 | Revert "PR #30130 Implement `Clone` for more arrays" | Ulrik Sverdrup | -28/+8 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -252/+295 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -252/+295 |
| 2015-12-04 | Don't use an explicit temporary for cloning an array | Tobias Bucher | -2/+1 |
| 2015-12-04 | Implement `Clone` for arrays without using slice patterns | Tobias Bucher | -10/+9 |
| 2015-12-04 | Implement `Clone` for `[T; 0]` to `[T; 32]` if `T: Clone` | Tobias Bucher | -8/+30 |
| 2015-11-29 | libcore/iter: fix typos | Ivan Stankovic | -4/+4 |
| 2015-11-26 | Auto merge of #30068 - wthrowe:unsized-pointer-impls, r=alexcrichton | bors | -4/+4 |
| 2015-11-26 | Mark raw pointer Send and Sync impls ?Sized | William Throwe | -4/+4 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-25 | Improve docs for std::char | Steve Klabnik | -16/+142 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -16/+17 |
| 2015-11-23 | Improve slice indexing assertion | Manish Goregaokar | -4/+22 |
| 2015-11-23 | Mark slice_error_fail as a cold path | Manish Goregaokar | -0/+1 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -16/+17 |
| 2015-11-20 | Add information about str::parse() in FromStr docs | Devon Hollowood | -0/+7 |
| 2015-11-18 | Auto merge of #29083 - petrochenkov:stability3, r=alexcrichton | bors | -3/+116 |
| 2015-11-18 | Fix typo in libcore documentation | Andrea Canciani | -1/+1 |
| 2015-11-18 | Auto merge of #29882 - devonhollowood:master, r=Manishearth | bors | -1/+0 |
| 2015-11-17 | Rollup merge of #29892 - steveklabnik:doc_fromiterator, r=alexcrichton | Steve Klabnik | -16/+132 |
| 2015-11-17 | Rollup merge of #29612 - steveklabnik:gh29502, r=alexcrichton | Steve Klabnik | -1/+4 |
| 2015-11-17 | More docs for FromIterator | Steve Klabnik | -16/+132 |
| 2015-11-17 | Remove claims of dependency-free libcore | Steve Klabnik | -1/+4 |
| 2015-11-18 | Review fixes | Vadim Petrochenkov | -4/+4 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -3/+116 |
| 2015-11-17 | Rollup merge of #29874 - steveklabnik:gh29711, r=alexcrichton | Manish Goregaokar | -0/+18 |
| 2015-11-17 | Remove 'raw_pointer_derive' lint (#14615) | Devon Hollowood | -1/+0 |
| 2015-11-16 | Make note about traits that can be derived | Steve Klabnik | -0/+18 |
| 2015-11-16 | Make `min_value()` and `max_value()` const functions | Andrea Canciani | -5/+5 |
| 2015-11-13 | Auto merge of #29808 - aphistic:trait-debug-example-fix, r=steveklabnik | bors | -1/+1 |
| 2015-11-12 | Fix the manual implementation example for the Debug trait so it matches the g... | Erik Davidson | -1/+1 |
| 2015-11-12 | Auto merge of #29712 - Toby-S:patch-1, r=steveklabnik | bors | -31/+342 |
| 2015-11-12 | Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik | bors | -10/+48 |
| 2015-11-12 | Auto merge of #29770 - ollie27:assert_eq_unsized, r=alexcrichton | bors | -1/+1 |
| 2015-11-12 | libcore: deny warnings in doctests | Kevin Butler | -10/+48 |
| 2015-11-12 | Fix article in Result.map and Result.map_err documentation | Danilo Bargen | -2/+2 |
| 2015-11-12 | docs: Fix variable name | Kohei Hasegawa | -6/+6 |
| 2015-11-11 | Allow none Sized types in assert_eq! | Oliver Middleton | -1/+1 |
| 2015-11-10 | Add examples to methods on integer types | Toby Scrace | -31/+342 |
| 2015-11-10 | Some cleanup on after #29684 | Steve Klabnik | -14/+13 |
| 2015-11-08 | Explain that size_hint cannot be trusted | Stepan Koltsov | -0/+23 |
| 2015-11-07 | Remove duplicate words from docs | Andrew Paseltiner | -2/+2 |
| 2015-11-06 | Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton | bors | -21/+0 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -21/+0 |
| 2015-11-05 | Tidy `core::marker` doc summaries | Andrew Paseltiner | -2/+2 |
| 2015-11-05 | Auto merge of #29593 - ben0x539:reflect-doc-comment, r=steveklabnik | bors | -5/+6 |
| 2015-11-05 | docs for Reflect: blank line after first sentence | Benjamin Herr | -5/+6 |
| 2015-11-05 | Rollup merge of #29539 - shepmaster:empty-iterator-docs, r=Gankro | Steve Klabnik | -0/+8 |
| 2015-11-03 | Mention what iterator terminators do with an empty iterator | Jake Goulding | -0/+8 |