| Age | Commit message (Expand) | Author | Lines |
| 2015-01-31 | updating the link to rustdoc | madmalik | -1/+1 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-30 | rollup merge of #21783: lukesteensen/patch-1 | Alex Crichton | -1/+1 |
| 2015-01-30 | rollup merge of #21780: steveklabnik/no_as_slice | Alex Crichton | -28/+8 |
| 2015-01-30 | rollup merge of #21718: alexcrichton/stabilize-from-str | Alex Crichton | -11/+13 |
| 2015-01-30 | Fix a missed io => old_io | Luke Steensen | -1/+1 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -11/+13 |
| 2015-01-30 | Don't use as_slice() in docs | Steve Klabnik | -28/+8 |
| 2015-01-30 | fix fallout | Jorge Aparicio | -0/+4 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -3/+3 |
| 2015-01-27 | Rollup merge of #21623 - dinfuehr:patch-1, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-01-27 | Rollup merge of #21618 - snowe2010:documentation, r=Gankro | Manish Goregaokar | -0/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -38/+38 |
| 2015-01-25 | more-strings.md: repaired links to API | Dominik Inführ | -2/+2 |
| 2015-01-25 | Add example for Lifetime Elision with two inputs | Tyler Thrailkill | -0/+1 |
| 2015-01-25 | docs: add wildcard syntax in `use` for modules | Garrett Heel | -0/+4 |
| 2015-01-24 | Rollup merge of #21560 - steveklabnik:remove_discuss_link, r=sanxiyn | Flavio Percoco Premoli | -3/+2 |
| 2015-01-24 | Rollup merge of #21108 - steveklabnik:gh16969, r=alexcrichton | Flavio Percoco Premoli | -2/+112 |
| 2015-01-23 | remove discuss link from the book | Steve Klabnik | -3/+2 |
| 2015-01-23 | Soup up 'method syntax' chapter of the Book | Steve Klabnik | -2/+112 |
| 2015-01-22 | Rollup merge of #21517 - SeanTAllen:master, r=steveklabnik | Steve Klabnik | -8/+8 |
| 2015-01-22 | Rollup merge of #21479 - steveklabnik:rustdoc_to_book, r=alexcrichton | Steve Klabnik | -0/+297 |
| 2015-01-22 | Rollup merge of #21450 - alfie:book2, r=steveklabnik | Steve Klabnik | -2/+1 |
| 2015-01-22 | Rollup merge of #21373 - angst7:pointer_doc_1, r=steveklabnik | Steve Klabnik | -4/+4 |
| 2015-01-22 | Rollup merge of #21056 - steveklabnik:return_strings, r=sfackler | Steve Klabnik | -0/+284 |
| 2015-01-22 | Return the String guide to its former glory. | Steve Klabnik | -0/+284 |
| 2015-01-22 | Reference correct fn during lifetime ellision | Sean T Allen | -8/+8 |
| 2015-01-22 | Auto merge of #21078 - js-ojus:master, r=steveklabnik | bors | -8/+35 |
| 2015-01-21 | Move rustdoc.md into the book | Steve Klabnik | -0/+297 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -3/+3 |
| 2015-01-21 | Fix type inference problems in tests and docs | Aaron Turon | -3/+3 |
| 2015-01-21 | rollup merge of #21433: alfie/typobook | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #21394: japaric/nonono | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #21393: loganchien/fix-if-stmt-doc-title | Alex Crichton | -1/+1 |
| 2015-01-21 | remove `NoSendItem` and `NoSyncItem` | Jorge Aparicio | -1/+1 |
| 2015-01-21 | docs: Update for clarity | Alfie John | -2/+1 |
| 2015-01-20 | docs: typo | Alfie John | -1/+1 |
| 2015-01-21 | Rollup merge of #21427 - steveklabnik:generics_fix, r=alexcrichton | Barosl LEE | -3/+3 |
| 2015-01-21 | Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton | Barosl LEE | -1/+1 |
| 2015-01-21 | Rollup merge of #21359 - WiSaGaN:bugfix/fix_marker, r=alexcrichton | Barosl LEE | -2/+2 |
| 2015-01-21 | Rollup merge of #21358 - glacjay:patch-2, r=alexcrichton | Barosl LEE | -0/+1 |
| 2015-01-21 | Rollup merge of #21357 - kimroen:patch-1, r=sanxiyn | Barosl LEE | -3/+2 |
| 2015-01-21 | Rollup merge of #21345 - glacjay:patch-1, r=alexcrichton | Barosl LEE | -1/+1 |
| 2015-01-21 | Rollup merge of #21048 - aroben:patch-1, r=steveklabnik | Barosl LEE | -1/+1 |
| 2015-01-20 | Small fix in TRPL 3.9 | Steve Klabnik | -3/+3 |
| 2015-01-20 | Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelix | bors | -4/+4 |
| 2015-01-20 | Change the title of if statement in trpl book. | Logan Chien | -1/+1 |
| 2015-01-18 | quick formatting fix | Matt Roche | -5/+1 |
| 2015-01-18 | Error message fixes and removed explicit returns in example code | Matt Roche | -4/+8 |
| 2015-01-18 | Fix std::marker. | Wangshan Lu | -2/+2 |