| Age | Commit message (Expand) | Author | Lines |
| 2015-12-13 | Auto merge of #30348 - shepmaster:box-any-docs, r=steveklabnik | bors | -3/+4 |
| 2015-12-13 | Auto merge of #30342 - salty-horse:doc_links, r=steveklabnik | bors | -14/+42 |
| 2015-12-11 | Correct reference to `Box<Any>` in `Any` docs | Jake Goulding | -3/+4 |
| 2015-12-12 | dec2flt: Remove unused macro argument | Robin Kruppe | -3/+3 |
| 2015-12-12 | dec2flt: Simplify imports and module surface | Robin Kruppe | -4/+4 |
| 2015-12-12 | Remove an accent in a comment | Robin Kruppe | -1/+1 |
| 2015-12-11 | Add missing links to str docs | Ori Avtalion | -14/+42 |
| 2015-12-10 | Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon | bors | -612/+2 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -612/+2 |
| 2015-12-10 | fix missing Panics tag and missing period | Letheed | -1/+3 |
| 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 |