| Age | Commit message (Expand) | Author | Lines |
| 2014-07-23 | auto merge of #15899 : aochagavia/rust/guide, r=kballard | bors | -9/+4 |
| 2014-07-22 | Remove misleading code example from The Guide | Adolfo Ochagavía | -9/+4 |
| 2014-07-21 | Guide: fix headings | Steve Klabnik | -38/+38 |
| 2014-07-21 | Guessing game explanation | Steve Klabnik | -70/+879 |
| 2014-07-21 | Guide: improve error handling | Steve Klabnik | -49/+131 |
| 2014-07-20 | auto merge of #15803 : omp/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-07-20 | auto merge of #15745 : treeman/rust/tutorial-fixup, r=steveklabnik | bors | -22/+48 |
| 2014-07-18 | Fix typo. | David Vazgenovich Shakaryan | -1/+1 |
| 2014-07-18 | Include Strings guide with the others. | Steve Klabnik | -8/+7 |
| 2014-07-17 | Guide: strings | Steve Klabnik | -0/+129 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -13/+10 |
| 2014-07-17 | auto merge of #15706 : phi-gamma/rust/master, r=huonw | bors | -2/+2 |
| 2014-07-17 | Small fixes for tutorial. | Jonas Hietala | -22/+48 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -8/+8 |
| 2014-07-16 | complement-lang-faq.md: fix typos | Philipp Gesang | -2/+2 |
| 2014-07-15 | Fix cargo install instructions | Steve Klabnik | -53/+6 |
| 2014-07-15 | auto merge of #15421 : catharsis/rust/doc-ffi-minor-fixes, r=alexcrichton | bors | -7/+7 |
| 2014-07-15 | auto merge of #15534 : steveklabnik/rust/guide_stdin, r=brson | bors | -0/+106 |
| 2014-07-15 | auto merge of #15531 : steveklabnik/rust/guide_looping, r=brson | bors | -4/+137 |
| 2014-07-15 | auto merge of #15434 : steveklabnik/rust/guide_match, r=brson | bors | -0/+96 |
| 2014-07-15 | doc: missing quote in keyword Send | Yazhong Liu | -1/+1 |
| 2014-07-11 | Bump version to 0.12.0-pre | Brian Anderson | -16/+16 |
| 2014-07-09 | Remove car analogy. | Steve Klabnik | -10/+5 |
| 2014-07-09 | auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichton | bors | -9/+13 |
| 2014-07-09 | auto merge of #15422 : steveklabnik/rust/guide_compound_data_types, r=brson | bors | -3/+273 |
| 2014-07-09 | auto merge of #15374 : steveklabnik/rust/comments, r=brson | bors | -2/+45 |
| 2014-07-08 | Guide: Standard input | Steve Klabnik | -0/+106 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -14/+14 |
| 2014-07-08 | Guide: looping | Steve Klabnik | -4/+137 |
| 2014-07-08 | webfonts: serve Source Code Pro locally | Adrien Tétar | -2/+6 |
| 2014-07-08 | webfonts: proper fix | Adrien Tétar | -7/+7 |
| 2014-07-08 | Guide: match | Steve Klabnik | -0/+96 |
| 2014-07-08 | Guide: comments | Steve Klabnik | -2/+45 |
| 2014-07-08 | Guide: complex data types | Steve Klabnik | -3/+273 |
| 2014-07-07 | manual: Fix typo. | Ruud van Asseldonk | -3/+2 |
| 2014-07-06 | auto merge of #15467 : brson/rust/guideversion, r=alexcrichton | bors | -1/+0 |
| 2014-07-06 | auto merge of #15456 : aochagavia/rust/guide, r=alexcrichton | bors | -2/+2 |
| 2014-07-05 | doc: --version no longer displays the host triple | Brian Anderson | -1/+0 |
| 2014-07-05 | auto merge of #15431 : iliekturtles/rust/13279-error-msg-order, r=pcwalton | bors | -3/+4 |
| 2014-07-05 | Improved example in the Guide | Adolfo Ochagavía | -2/+2 |
| 2014-07-04 | rustc: Reorder error and note message to reduce confusion. | Mike Boutin | -3/+4 |
| 2014-07-04 | doc/guide-ffi: A few minor typo/language fixes | Anton Lofgren | -7/+7 |
| 2014-07-04 | add a missing closing parens | dgoon | -1/+1 |
| 2014-07-04 | auto merge of #15387 : huonw/rust/toc-space, r=alexcrichton | bors | -1/+2 |
| 2014-07-04 | auto merge of #15378 : mdinger/rust/Issue_15333, r=alexcrichton | bors | -10/+10 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -5/+5 |
| 2014-07-04 | doc: reduce spacing of table of contents. | Huon Wilson | -1/+2 |
| 2014-07-03 | correct a few spelling mistakes in the tutorial | Nathan Froyd | -3/+3 |
| 2014-07-03 | Guide: add mutable binding section | Steve Klabnik | -3/+39 |
| 2014-07-03 | Guide: functions | Steve Klabnik | -0/+146 |