| Age | Commit message (Expand) | Author | Lines |
| 2017-11-29 | Rollup merge of #46219 - rust-lang:frewsxcv-issue-45636, r=GuillaumeGomez | kennytm | -13/+106 |
| 2017-11-29 | Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton | kennytm | -261/+0 |
| 2017-11-28 | Rollup merge of #46262 - udoprog:linked-list-remove-if, r=dtolnay | kennytm | -0/+327 |
| 2017-11-26 | Rollup merge of #46269 - udoprog:check-links, r=KodrAus | kennytm | -0/+7 |
| 2017-11-26 | Rollup merge of #46201 - davidalber:eprint-in-fmt-doc, r=frewsxcv | kennytm | -0/+10 |
| 2017-11-26 | Check tail node in check_links | John-John Tedro | -0/+7 |
| 2017-11-25 | Implement LinkedList::drain_filter | John-John Tedro | -35/+283 |
| 2017-11-25 | Introduce LinkedList::remove_if | John-John Tedro | -0/+79 |
| 2017-11-25 | Auto merge of #46117 - SimonSapin:min-align, r=alexcrichton | bors | -0/+49 |
| 2017-11-24 | Improve documentation for slice swap/copy/clone operations. | Corey Farwell | -13/+106 |
| 2017-11-23 | Auto merge of #46225 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -9/+9 |
| 2017-11-23 | Rollup merge of #46218 - rust-lang:frewsxcv-rename-slice-swap-param, r=kennytm | Guillaume Gomez | -9/+9 |
| 2017-11-23 | Auto merge of #45881 - Centril:box-leak, r=alexcrichton | bors | -0/+53 |
| 2017-11-22 | Adding `eprint*!` to the list of macros in the `format!` family | David Alber | -0/+10 |
| 2017-11-22 | Rename param in `[T]::swap_with_slice` from `src` to `other`. | Corey Farwell | -9/+9 |
| 2017-11-22 | Box::leak: update unstable issue number (46179). | Mazdak | -1/+1 |
| 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-20 | alloc_jemalloc: don’t assume MIN_ALIGN for small sizes | Simon Sapin | -0/+5 |
| 2017-11-20 | alloc_system: don’t assume MIN_ALIGN for small sizes, fix #45955 | Simon Sapin | -0/+44 |
| 2017-11-19 | rustc: don't special-case Box<T> as having a pointer layout. | Eduard-Mihai Burtescu | -4/+14 |
| 2017-11-18 | Remove inherent `ascii_ctype` methods from `str` and `[u8]` | Lukas Kalbertodt | -261/+0 |
| 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-09 | Box::leak - made an oops, fixed now =) | Mazdak | -1/+4 |
| 2017-11-09 | Box::leak - updated documentation | Mazdak | -2/+2 |
| 2017-11-09 | Box::leak - relaxed constraints wrt. lifetimes | Mazdak | -2/+2 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -2/+10 |
| 2017-11-09 | Box::leak - fixed bug in documentation | Mazdak | -8/+16 |
| 2017-11-08 | Box::leak - improve documentation | Mazdak | -5/+6 |
| 2017-11-08 | added associated function Box::leak | Mazdak | -0/+41 |
| 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 |