| Age | Commit message (Expand) | Author | Lines |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -23/+9 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -8/+6 |
| 2015-01-21 | Fix type inference problems in tests and docs | Aaron Turon | -8/+6 |
| 2015-01-21 | rollup merge of #21433: alfie/typobook | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #21394: japaric/nonono | Alex Crichton | -5/+1 |
| 2015-01-21 | rollup merge of #21393: loganchien/fix-if-stmt-doc-title | Alex Crichton | -1/+1 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 2015-01-21 | docs: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -23/+9 |
| 2015-01-21 | remove `NoSendItem` and `NoSyncItem` | Jorge Aparicio | -5/+1 |
| 2015-01-20 | Auto merge of #21439 - alexcrichton:rollup, r=alexcrichton | bors | -134/+134 |
| 2015-01-20 | Test fixes and rebase conflicts | Alex Crichton | -5/+5 |
| 2015-01-20 | docs: typo | Alfie John | -1/+1 |
| 2015-01-21 | Rollup merge of #21179 - nodakai:reference-mod-to-self, r=huonw | Barosl LEE | -4/+4 |
| 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-21 | Rollup merge of #21294 - alfie:typo, r=steveklabnik | Barosl LEE | -1/+1 |
| 2015-01-21 | Rollup merge of #21355 - alfie:suffix, r=steveklabnik | Barosl LEE | -107/+107 |
| 2015-01-21 | Rollup merge of #21280 - timparenti:old-guide-stub-grammar, r=alexcrichton | Barosl LEE | -12/+12 |
| 2015-01-21 | Rollup merge of #20998 - estsauver:20984, 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 #19353 - icorderi:docs/grammar, r=steveklabnik | bors | -0/+777 |
| 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 | Fix std::marker. | Wangshan Lu | -2/+2 |
| 2015-01-18 | fix formatting | Jay True | -0/+1 |
| 2015-01-18 | docs: replacing more deprecated integer suffixes | Alfie John | -80/+80 |
| 2015-01-18 | Remove redundant "Right now" | Kim Røen | -3/+2 |
| 2015-01-18 | docs: replace deprecated integer suffixes from examples | Alfie John | -28/+28 |
| 2015-01-18 | fix an error about the static lifetime | Jay True | -1/+1 |
| 2015-01-17 | docs: typo | Alfie John | -1/+1 |
| 2015-01-17 | Fix more rollup problems | Steve Klabnik | -0/+1 |
| 2015-01-17 | s/deriving/derives in Comments/Docs | Earl St Sauver | -1/+1 |
| 2015-01-17 | docs: grammar fix | Alfie John | -1/+1 |
| 2015-01-17 | doc: Remove extra whitespace in the middle of lines to provide alignment | Nick Howell | -70/+70 |
| 2015-01-17 | Add C -> Rust example to FFI chapter of the book. | Steve Klabnik | -28/+46 |
| 2015-01-17 | Fix up titles of TRPL chapters | Steve Klabnik | -10/+10 |
| 2015-01-17 | Fix typo. | Ms2ger | -1/+1 |
| 2015-01-17 | Intpocalypse, book edition. | Steve Klabnik | -185/+187 |
| 2015-01-17 | Evaluate # fn in docs | Steve Klabnik | -35/+47 |
| 2015-01-17 | Remove segmented stack info from the FFI chapter of the book. | Steve Klabnik | -23/+0 |
| 2015-01-17 | Replace obsolete constructions in into examples | Andrew Barchuk | -12/+12 |
| 2015-01-17 | Remove Thread::detach() call from intro example | Andrew Barchuk | -1/+1 |
| 2015-01-17 | Fix intro concurrency examples compilation warns | Andrew Barchuk | -5/+5 |
| 2015-01-17 | Add enum discriminats to the reference. | Steve Klabnik | -0/+21 |
| 2015-01-17 | Remove unnecessary explicit conversions to *const T | we | -1/+1 |