| Age | Commit message (Expand) | Author | Lines |
| 2017-11-21 | fix some typos | Martin Lindhe | -8/+8 |
| 2017-11-21 | Rollup merge of #46128 - Coding-Doctors:patch-1, r=dtolnay | kennytm | -1/+1 |
| 2017-11-21 | Rollup merge of #46122 - malbarbo:docs, r=steveklabnik | kennytm | -1/+1 |
| 2017-11-20 | Fix result for assert_eq | Benjamin Hoffmeyer | -1/+1 |
| 2017-11-20 | Fix doc tests for trim_right_matches | Benjamin Hoffmeyer | -1/+1 |
| 2017-11-20 | Print the address of the pointed value in Pointer impl for Rc and Arc | Marco A L Barbosa | -2/+2 |
| 2017-11-20 | Fix some docs summary nits | Marco A L Barbosa | -1/+1 |
| 2017-11-19 | rustc: don't special-case Box<T> as having a pointer layout. | Eduard-Mihai Burtescu | -4/+14 |
| 2017-11-14 | examples in Cow::into_owned don't need to wrap result in Cows | QuietMisdreavus | -2/+2 |
| 2017-11-14 | Fixed several pulldown warnings when documenting libstd. | kennytm | -1/+1 |
| 2017-11-10 | Rollup merge of #45878 - jhford:use-get-in-get-example, r=kennytm | kennytm | -4/+4 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -2/+10 |
| 2017-11-08 | get() example should use get() not get_mut() | John Ford | -4/+4 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -16/+490 |
| 2017-11-04 | Rollup merge of #45681 - Ljzn:patch-1, r=kennytm | kennytm | -1/+1 |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -20/+25 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -16/+0 |
| 2017-11-03 | Copy `AsciiExt` methods to `str` directly | Lukas Kalbertodt | -1/+277 |
| 2017-11-03 | Copy `AsciiExt` methods to `[u8]` directly | Lukas Kalbertodt | -0/+209 |
| 2017-11-02 | Auto merge of #45306 - whitequark:ref_slice, r=alexcrichton | bors | -0/+3 |
| 2017-11-01 | De-stabilize core::slice::{from_ref, from_ref_mut}. | whitequark | -1/+2 |
| 2017-11-01 | Fix typo. | Lance John | -1/+1 |
| 2017-10-23 | Bring back slice::ref_slice as slice::from_ref. | whitequark | -0/+2 |
| 2017-10-20 | Fix most rendering warnings from switching to CommonMark | steveklabnik | -4/+3 |
| 2017-10-17 | added non trivial examples of closures for str::find | Christian Poveda | -2/+2 |
| 2017-10-17 | added examples of closures | Christian Poveda | -1/+3 |
| 2017-10-13 | Rollup merge of #45133 - GuillaumeGomez:usize-index-msg, r=dtolnay | kennytm | -1/+25 |
| 2017-10-10 | Auto merge of #44877 - nvzqz:box-conversions, r=alexcrichton | bors | -4/+40 |
| 2017-10-09 | usize index message for vec | Guillaume Gomez | -1/+25 |
| 2017-10-08 | Rollup merge of #45052 - steveklabnik:gh44105, r=dtolnay | kennytm | -3/+5 |
| 2017-10-06 | Add unique feature in Box::from_unique docs | Nikolai Vazquez | -3/+7 |
| 2017-10-06 | Add missing word in Box::from_unique docs | Nikolai Vazquez | -2/+2 |
| 2017-10-06 | Create Box::from_unique function | Nikolai Vazquez | -3/+35 |
| 2017-10-06 | Revert to using mem::transmute in Box::from_raw | Nikolai Vazquez | -1/+1 |
| 2017-10-06 | Revert to using mem::transmute in Box::into_unique | Nikolai Vazquez | -3/+1 |
| 2017-10-06 | Auto merge of #44734 - mchlrhw:wip/hashmap-entry-and-then, r=BurntSushi | bors | -0/+34 |
| 2017-10-06 | Implement `entry_and_modify` | mchlrhw | -0/+34 |
| 2017-10-05 | Modify Rc/Arc language around mutability | steveklabnik | -3/+5 |
| 2017-10-05 | Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay | bors | -3/+3 |
| 2017-10-04 | Auto merge of #44890 - nvzqz:str-box-transmute, r=alexcrichton | bors | -8/+4 |
| 2017-10-01 | Resolves #36284 - vec.rs documentation | Sean Prashad | -5/+1 |
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -3/+3 |
| 2017-09-29 | Rollup merge of #44824 - dtolnay:22really21, r=alexcrichton | Mark Simulacrum | -6/+6 |
| 2017-09-27 | Remove mem::transmute used in Box<str> conversions | Nikolai Vazquez | -8/+4 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -39/+39 |
| 2017-09-26 | Remove uses of mem::transmute in Box methods | Nikolai Vazquez | -3/+5 |
| 2017-09-24 | Backport libs stabilizations to 1.21 beta | David Tolnay | -6/+6 |
| 2017-09-23 | Fix capacity comparison in reserve | Steven Fackler | -1/+1 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -39/+39 |
| 2017-09-22 | Add missing links for Arc | Guillaume Gomez | -5/+8 |