| Age | Commit message (Expand) | Author | Lines |
| 2016-09-20 | Fix build error | Brian Anderson | -1/+0 |
| 2016-09-19 | Remove data structure specialization for .zip() iterator | Ulrik Sverdrup | -38/+14 |
| 2016-08-22 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -10/+48 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -0/+59 |
| 2016-08-14 | Rollup merge of #35622 - matthew-piziak:convert-docs-typos, r=apasel422 | Eduard-Mihai Burtescu | -4/+4 |
| 2016-08-14 | Rollup merge of #35588 - Antti:fix-atomics-docs, r=alexcrichton | Eduard-Mihai Burtescu | -1/+1 |
| 2016-08-14 | Rollup merge of #35392 - malbarbo:cell-from, r=brson | Eduard-Mihai Burtescu | -0/+22 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -7/+7 |
| 2016-08-13 | Minor fixups based on @eddyb's feedback | Andrew Cann | -4/+6 |
| 2016-08-13 | Control usage of `!` through a feature gate. | Andrew Cann | -0/+1 |
| 2016-08-13 | implement std::cmp::* traits for `!` | Andrew Cann | -0/+33 |
| 2016-08-13 | impl Debug + Display for ! | Andrew Cann | -0/+23 |
| 2016-08-12 | fix small typos in std::convert documentation | Matthew Piziak | -4/+4 |
| 2016-08-11 | Rollup merge of #35562 - birkenfeld:as-mut-doc, r=steveklabnik | Jonathan Turner | -2/+2 |
| 2016-08-11 | Rollup merge of #35279 - cengizIO:master, r=brson | Jonathan Turner | -8/+37 |
| 2016-08-11 | Use an existing constant name as an example. | Andrii Dmytrenko | -1/+1 |
| 2016-08-10 | Remove redundant `&mut ref mut` in doc for Result::as_mut() | Georg Brandl | -2/+2 |
| 2016-08-09 | Auto merge of #35425 - apasel422:refcell, r=alexcrichton | bors | -9/+116 |
| 2016-08-08 | Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichton | bors | -8/+8 |
| 2016-08-08 | Implement `RefCell::{try_borrow, try_borrow_mut}` | Andrew Paseltiner | -9/+116 |
| 2016-08-09 | extend lifetime on binary_search_by_key of SliceExt trait | Rahul Sharma | -8/+8 |
| 2016-08-06 | Indicate tracking issue for `exact_size_is_empty` unstability. | Corey Farwell | -1/+1 |
| 2016-08-06 | Rollup merge of #35281 - apasel422:repr, r=GuillaumeGomez | Eduard-Mihai Burtescu | -8/+8 |
| 2016-08-05 | Clean up `std::raw` docs | Andrew Paseltiner | -8/+8 |
| 2016-08-05 | Implement From for Cell, RefCell and UnsafeCell | Marco A L Barbosa | -0/+22 |
| 2016-08-05 | Rollup merge of #35042 - Havvy:copy_error_doc, r=GuillaumeGomez | Guillaume Gomez | -0/+6 |
| 2016-08-03 | Auto merge of #34520 - Manishearth:fix-unsafecell-docs, r=steveklabnik | bors | -0/+19 |
| 2016-08-04 | Be more explicit about duck typing | Cengiz Can | -20/+24 |
| 2016-08-04 | Use consistent spelling for word 'implementor' | Cengiz Can | -4/+4 |
| 2016-08-04 | Provide a cleaner documentation for 'write!' | Cengiz Can | -6/+31 |
| 2016-08-02 | core: fix `cargo build` for targets with "max-atomic-width": 0 | Jorge Aparicio | -0/+2 |
| 2016-08-01 | Add Derive not possible question to Copy | Ryan Scheel (Havvy) | -0/+6 |
| 2016-07-30 | Rollup merge of #35058 - jethrogb:no_panic_abs, r=alexcrichton | Manish Goregaokar | -0/+84 |
| 2016-07-29 | Rollup merge of #35072 - munyari:assert_debug, r=steveklabnik | Guillaume Gomez | -0/+18 |
| 2016-07-29 | Rollup merge of #35062 - frewsxcv:chars-as-str, r=GuillaumeGomez | Guillaume Gomez | -0/+13 |
| 2016-07-28 | Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton | bors | -11/+744 |
| 2016-07-28 | Add non-panicking abs() functions to all signed integer types. | Jethro Beekman | -0/+84 |
| 2016-07-28 | Add documentation example for `str::Chars::as_str`. | Corey Farwell | -0/+13 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -14/+14 |
| 2016-07-27 | Mention debug_assert! in assert! doc | Panashe M. Fundira | -1/+2 |
| 2016-07-27 | Revert section about panic! in assert! doc | Panashe M. Fundira | -3/+2 |
| 2016-07-27 | Correct minor typo in debug_assert doc | Panashe M. Fundira | -1/+1 |
| 2016-07-27 | Update docs for assert! and debug_assert! | Panashe M. Fundira | -2/+20 |
| 2016-07-26 | Rollup merge of #34732 - durka:patch-27, r=steveklabnik | Steve Klabnik | -3/+4 |
| 2016-07-26 | Rollup merge of #34609 - ubsan:transmute_docs, r=steveklabnik | Steve Klabnik | -5/+188 |
| 2016-07-26 | Restore `char::escape_default` and add `char::escape` instead | Tobias Bucher | -3/+39 |
| 2016-07-26 | Clarify UnsafeCell docs; fix #34496 | Manish Goregaokar | -0/+19 |
| 2016-07-24 | Rollup merge of #34976 - GuillaumeGomez:build_hasher_doc, r=steveklabnik | Manish Goregaokar | -0/+10 |
| 2016-07-23 | Fix indentation in src/libcore/lib.rs | Tobias Bucher | -9/+9 |
| 2016-07-23 | Escape fewer Unicode codepoints in `Debug` impl of `str` | Tobias Bucher | -2/+699 |