| Age | Commit message (Expand) | Author | Lines |
| 2017-09-14 | Rollup merge of #44572 - frewsxcv:frewsxcv-from-utf16-lossy, r=QuietMisdreavus | Corey Farwell | -0/+7 |
| 2017-09-14 | Rollup merge of #44559 - frewsxcv:frewsxcv-rm-loop, r=sfackler | Corey Farwell | -8/+6 |
| 2017-09-14 | Rollup merge of #44536 - Havvy:transmute-docs, r=steveklabnik | Corey Farwell | -0/+1 |
| 2017-09-14 | Rollup merge of #44534 - adlerd:drain_filter_doctest, r=bluss | Corey Farwell | -3/+6 |
| 2017-09-14 | Rollup merge of #44521 - rwakulszowa:str_utf16_doc, r=frewsxcv | Corey Farwell | -0/+13 |
| 2017-09-14 | Rollup merge of #44497 - tommyip:doc_example, r=frewsxcv | Corey Farwell | -0/+11 |
| 2017-09-14 | Rollup merge of #44485 - 42triangles:master, r=frewsxcv | Corey Farwell | -0/+11 |
| 2017-09-14 | Rollup merge of #44453 - tommyip:doc_string_as_mut_str, r=frewsxcv | Corey Farwell | -1/+16 |
| 2017-09-14 | Clarify return type of `String::from_utf16_lossy`. | Corey Farwell | -0/+7 |
| 2017-09-13 | Remove unneeded `loop`. | Corey Farwell | -8/+6 |
| 2017-09-13 | Fix example in transmute; add safety requirement to Vec::from_raw_parts | Havvy | -0/+1 |
| 2017-09-12 | Fix drain_filter doctest. | David Adler | -3/+6 |
| 2017-09-12 | Auto merge of #44015 - kennytm:hasher, r=alexcrichton | bors | -2/+64 |
| 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 | 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 | 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-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 |