| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-08-15 | Auto merge of #43245 - Gankro:drain-filter, r=sfackler | bors | -0/+281 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -6/+6 |
| 2017-08-15 | Auto merge of #43500 - murarth:string-retain, r=alexcrichton | bors | -0/+72 |
| 2017-08-14 | Add method `String::retain` | Murarth | -0/+72 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -121/+203 |
| 2017-08-13 | Auto merge of #43815 - alexcrichton:optimize-alloc, r=sfackler | bors | -76/+133 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -5/+5 |
| 2017-08-13 | Rollup merge of #43803 - GuillaumeGomez:missing-links-doc, r=frewsxcv | Guillaume Gomez | -37/+62 |
| 2017-08-12 | std: Unsafe-away runtime checks in `Vec` | Alex Crichton | -76/+127 |
| 2017-08-12 | Add missing link in fmt::format function | Guillaume Gomez | -20/+22 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -5/+5 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -3/+3 |
| 2017-08-11 | std: Tag OOM functions as `#[cold]` | Alex Crichton | -0/+2 |
| 2017-08-11 | std: Tag `AllocErr` functions as `#[inline]` | Alex Crichton | -0/+4 |
| 2017-08-11 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -3/+33 |
| 2017-08-11 | Add (a lot of) missing links in fmt module docs | Guillaume Gomez | -32/+55 |
| 2017-08-11 | Rollup merge of #43793 - j-browne:master, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2017-08-11 | Rollup merge of #43721 - natboehm:patch-1, r=steveklabnik | Guillaume Gomez | -2/+32 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -3/+3 |
| 2017-08-10 | Fix broken links in Arc documentation | Justin Browne | -1/+1 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -6/+6 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -6/+6 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -11/+33 |
| 2017-08-08 | Fix trait name `Deref` | Natalie Boehm | -1/+1 |