| Age | Commit message (Expand) | Author | Lines |
| 2014-09-10 | Remove much of the modules section. | Steve Klabnik | -191/+2 |
| 2014-09-10 | hello_world.rs -> main.rs | Steve Klabnik | -18/+19 |
| 2014-09-10 | dave hates jokes :wink: | Steve Klabnik | -4/+1 |
| 2014-09-09 | Be explicit with rustdoc. | Steve Klabnik | -15/+16 |
| 2014-09-08 | guide: Remove reference to uninitialized bindings | Steve Klabnik | -11/+2 |
| 2014-09-07 | auto merge of #17019 : steveklabnik/rust/remove_compromise, r=thestinger | bors | -1/+1 |
| 2014-09-05 | don't say compromise | Steve Klabnik | -1/+1 |
| 2014-09-05 | Fix formatting in the guide. | Steve Klabnik | -1/+1 |
| 2014-09-01 | doc: Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-08-30 | rollup merge of #16881 : cmr/guide-typo | Alex Crichton | -1/+1 |
| 2014-08-30 | rollup merge of #16852 : steveklabnik/desugar_destructure | Alex Crichton | -1/+1 |
| 2014-08-30 | rollup merge of #16849 : nhowell/patch-1 | Alex Crichton | -5/+5 |
| 2014-08-30 | rollup merge of #16839 : treeman/issue-15358 | Alex Crichton | -1/+1 |
| 2014-08-30 | rollup merge of #16833 : SebastianZaha/fix-guide-typo | Alex Crichton | -1/+1 |
| 2014-08-30 | rollup merge of #16832 : SebastianZaha/fix-inconsistent-version-numbering | Alex Crichton | -8/+8 |
| 2014-08-30 | rollup merge of #16807 : nham/guide_added_ownership_rule | Alex Crichton | -6/+11 |
| 2014-08-30 | rollup merge of #16726 : tshepang/consistency | Alex Crichton | -1/+1 |
| 2014-08-30 | rollup merge of #16721 : tshepang/convenience | Alex Crichton | -3/+3 |
| 2014-08-30 | rollup merge of #16716 : tshepang/temp | Alex Crichton | -1/+1 |
| 2014-08-30 | doc: Add another restriction to the list of ownership rules. | nham | -6/+11 |
| 2014-08-30 | guide: function -> closure in explanation of closures | Corey Richardson | -1/+1 |
| 2014-08-30 | doc: make docs build | Tshepang Lekhonkhobe | -1/+1 |
| 2014-08-29 | desugar -> destructure | Steve Klabnik | -1/+1 |
| 2014-08-29 | Fix spelling mistakes in the guide | Nick Howell | -5/+5 |
| 2014-08-29 | Tweak error message for use of a keyword in ident position. | Jonas Hietala | -1/+1 |
| 2014-08-28 | Fix guide typo. | Sebastian Zaha | -1/+1 |
| 2014-08-28 | Cargo begins version number at 0.0.1 instead of 0.1.0. | Sebastian Zaha | -8/+8 |
| 2014-08-27 | auto merge of #16752 : MatejLach/rust/more_cargorun, r=steveklabnik | bors | -26/+21 |
| 2014-08-27 | auto merge of #16724 : tshepang/rust/misleading, r=brson | bors | -2/+1 |
| 2014-08-26 | Use cargo run in more places | Matej Lach | -26/+21 |
| 2014-08-26 | auto merge of #16720 : tshepang/rust/trailing-prompt, r=alexcrichton | bors | -10/+0 |
| 2014-08-24 | auto merge of #16722 : tshepang/rust/trailing-spaces, r=pcwalton | bors | -15/+15 |
| 2014-08-24 | doc: slight consistency fix | Tshepang Lekhonkhobe | -1/+1 |
| 2014-08-24 | doc: remove misleading/confusing info | Tshepang Lekhonkhobe | -2/+1 |
| 2014-08-24 | doc: remove trailing spaces from Guide | Tshepang Lekhonkhobe | -15/+15 |
| 2014-08-24 | doc: use the more convenient 'cargo run' command | Tshepang Lekhonkhobe | -2/+2 |
| 2014-08-24 | doc: remove trailing shell prompts | Tshepang Lekhonkhobe | -10/+0 |
| 2014-08-24 | doc: move misplaced comma | Tshepang Lekhonkhobe | -3/+3 |
| 2014-08-24 | doc: add missing word | Tshepang Lekhonkhobe | -1/+1 |
| 2014-08-23 | Guide: Make add_three_times_four() public | Daniel Hofstetter | -1/+2 |
| 2014-08-22 | auto merge of #16653 : steveklabnik/rust/module_wording, r=alexcrichton | bors | -3/+5 |
| 2014-08-21 | auto merge of #16635 : steveklabnik/rust/ordering_comment, r=huonw | bors | -5/+4 |
| 2014-08-21 | fix module wording in guide | Steve Klabnik | -3/+5 |
| 2014-08-21 | auto merge of #16487 : steveklabnik/rust/guide_ownership, r=brson | bors | -0/+167 |
| 2014-08-21 | auto merge of #16471 : EduardoBautista/rust/chapter-14-fixes, r=steveklabnik | bors | -40/+40 |
| 2014-08-21 | auto merge of #16447 : steveklabnik/rust/guide_vectors_extra, r=brson | bors | -0/+13 |
| 2014-08-21 | auto merge of #16331 : steveklabnik/rust/guide_macros_and_unsafe, r=brson | bors | -4/+177 |
| 2014-08-20 | Guide: unsafe | Steve Klabnik | -49/+151 |
| 2014-08-20 | fixes some syntax highlighting annotations | Christoph Burgdorf | -4/+4 |
| 2014-08-20 | Make note that Ordering is builtin. | Steve Klabnik | -6/+5 |