| Age | Commit message (Expand) | Author | Lines |
| 2017-09-12 | Add an example of std::str::encode_utf16 | rwakulszowa | -0/+13 |
| 2017-09-12 | Auto merge of #44344 - jonhoo:entry_or_default, r=BurntSushi | bors | -0/+27 |
| 2017-09-12 | Disable the new Hasher tests on Emscripten. | kennytm | -0/+3 |
| 2017-09-12 | impl Hasher for {&mut Hasher, Box<Hasher>} | kennytm | -2/+61 |
| 2017-09-11 | Try using ref to raw conversion | Jacob Kiesel | -2/+2 |
| 2017-09-11 | Add doc example to str::from_boxed_utf8_unchecked | Tommy Ip | -0/+11 |
| 2017-09-11 | Removed trailing whitespace | 42triangles | -1/+1 |
| 2017-09-11 | Added an example for `std::str::into_boxed_bytes()` | 42triangles | -0/+11 |
| 2017-09-10 | Add doc example to String::as_mut_str | Tommy Ip | -1/+16 |
| 2017-09-10 | Rollup merge of #44467 - toidiu:ak-44382, r=frewsxcv | Guillaume Gomez | -7/+16 |
| 2017-09-10 | Rollup merge of #44457 - napen123:master, r=frewsxcv | Guillaume Gomez | -0/+28 |
| 2017-09-09 | documentation update to demonstrate mutability | toidiu | -7/+16 |
| 2017-09-09 | Add doc examples for str::as_bytes_mut | Ethan Dagner | -0/+28 |
| 2017-09-09 | Add doc example to String::as_str | Tommy Ip | -0/+10 |
| 2017-09-05 | Fix ownership issues | Jacob Kiesel | -1/+3 |
| 2017-09-05 | Remove unneeded copy | Jacob Kiesel | -1/+2 |
| 2017-09-05 | Avoid weird or_insert_with example | Jon Gjengset | -3/+1 |
| 2017-09-05 | Add or_default to Entry APIs | Jon Gjengset | -0/+29 |
| 2017-09-04 | Make slice::split_at_mut example demonstrate mutability | Niels Egberts | -20/+25 |
| 2017-09-03 | alloc: Implement downcast Rc<Any> -> Rc<T> | Ulrik Sverdrup | -0/+61 |
| 2017-08-30 | Rollup merge of #44160 - AndyGauge:api-docs-macros, r=steveklabnik | Alex Crichton | -7/+22 |
| 2017-08-30 | Rollup merge of #44044 - mattico:string-splice-return, r=dtolnay | Alex Crichton | -107/+24 |
| 2017-08-29 | broken links resolved | Andy Gauge | -2/+2 |
| 2017-08-29 | API docs: macros. Part of #29329 Standard Library Documentation Checklist. | Andy Gauge | -7/+22 |
| 2017-08-29 | Auto merge of #44049 - alexcrichton:nounwind-allocators, r=BurntSushi | bors | -0/+34 |
| 2017-08-28 | Auto merge of #43076 - Zoxc:gen, r=arielb1 | bors | -1/+13 |
| 2017-08-28 | std: Mark allocation functions as nounwind | Alex Crichton | -0/+34 |
| 2017-08-28 | Auto merge of #44114 - daboross:patch-1, r=dtolnay | bors | -2/+4 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -31/+25 |
| 2017-08-27 | Clarify that VecDeque::swap can panic | David Ross | -2/+4 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -5/+0 |
| 2017-08-26 | Remove Splice struct return value from String::splice | Matt Ickstadt | -107/+24 |
| 2017-08-26 | Rollup merge of #44090 - GuillaumeGomez:str-doc, r=steveklabnik | Corey Farwell | -1/+2 |
| 2017-08-26 | Rollup merge of #44072 - lukaramu:fix-doc-headings, r=steveklabnik | Corey Farwell | -23/+23 |
| 2017-08-25 | Add missing link in string doc | Guillaume Gomez | -1/+2 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -2/+0 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -66/+612 |
| 2017-08-25 | Auto merge of #44031 - scottmcm:swap_with_slice, r=alexcrichton | bors | -1/+26 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -23/+23 |
| 2017-08-23 | Auto merge of #42565 - murarth:rc-from-slice, r=aturon | bors | -65/+586 |
| 2017-08-21 | Add [T]::swap_with_slice | Scott McMurray | -1/+26 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -33/+42 |
| 2017-08-19 | Implement `From<&[T]>` and others for `Arc`/`Rc` | Murarth | -65/+586 |
| 2017-08-18 | Add missing links for String module and type | Guillaume Gomez | -32/+41 |
| 2017-08-18 | Add missing url for fmt module | Guillaume Gomez | -1/+1 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -6/+6 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -6/+6 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -38/+391 |
| 2017-08-16 | Auto merge of #43710 - zackmdavis:field_init_shorthand_power_slam, r=Mark-Sim... | bors | -38/+38 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -38/+38 |