| Age | Commit message (Expand) | Author | Lines |
| 2014-11-10 | Rogue 'panic' -> 'fail' in guide. | Jeff Parsons | -1/+1 |
| 2014-11-08 | Reword &str coercion into viewing | mdinger | -2/+2 |
| 2014-11-06 | rollup merge of #18708 : qwitwa/master | Alex Crichton | -2/+2 |
| 2014-11-06 | 14.3 - helpfully implied code sample is broken | qwitwa | -2/+2 |
| 2014-11-06 | Update guide.md | tshakah | -1/+1 |
| 2014-11-05 | Update the guide examples and try not to leave user hanging as to what | Niko Matsakis | -3/+7 |
| 2014-11-04 | auto merge of #18338 : chastell/rust/guide_pointer_fixes, r=alexcrichton | bors | -8/+8 |
| 2014-11-04 | Guide: drop line-number cruft from elided error examples | Piotr Szotkowski | -5/+5 |
| 2014-11-04 | Guide: minor clarifications for the Pointers part | Piotr Szotkowski | -3/+3 |
| 2014-11-04 | auto merge of #18497 : gamazeps/rust/enumsmatch, r=steveklabnik | bors | -21/+50 |
| 2014-11-04 | Guide: explains the enum/match relationship | gamazeps | -21/+50 |
| 2014-11-03 | rollup merge of #18355 : chastell/guide_iterators_macros_unsafe_fixes | Alex Crichton | -20/+21 |
| 2014-11-02 | Convert some notes to help messages | P1start | -1/+1 |
| 2014-10-30 | auto merge of #18339 : chastell/rust/guide_pattern_fixes, r=nikomatsakis | bors | -8/+8 |
| 2014-10-30 | auto merge of #18377 : steveklabnik/rust/fix_wording_about_errors, r=nikomats... | bors | -2/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -8/+8 |
| 2014-10-29 | auto merge of #18340 : chastell/rust/guide_closures_fixes, r=steveklabnik | bors | -12/+12 |
| 2014-10-28 | Guide: Iterators: …are always lazy + rewrap as per request | Piotr Szotkowski | -5/+6 |
| 2014-10-28 | auto merge of #18273 : gamazeps/rust/issue18218, r=steveklabnik | bors | -3/+4 |
| 2014-10-27 | rollup merge of #18347 : cakebaker/ffi | Alex Crichton | -3/+3 |
| 2014-10-27 | rollup merge of #18321 : chastell/guide_refresh_testing_output | Alex Crichton | -58/+75 |
| 2014-10-27 | rollup merge of #18320 : chastell/guide_simplify_formatting | Alex Crichton | -7/+7 |
| 2014-10-27 | rollup merge of #18309 : cakebaker/fix_off_by_one | Alex Crichton | -1/+1 |
| 2014-10-27 | rollup merge of #18231 : cakebaker/fix_greater_than_forty_two_closure | Alex Crichton | -1/+1 |
| 2014-10-27 | Fix some wording about errors | Steve Klabnik | -2/+2 |
| 2014-10-26 | Guide: motivate Box and Rc pointers with need, uses, benefits, and examples. | John Kleint | -44/+78 |
| 2014-10-26 | Guide: Iterators, Macros and Unsafe wording fixes | Piotr Szotkowski | -16/+16 |
| 2014-10-26 | Guide: Closures fix suggested by @cakebaker | Piotr Szotkowski | -1/+1 |
| 2014-10-26 | Guide: Add link to FFI explanation | Daniel Hofstetter | -3/+3 |
| 2014-10-26 | Guide: Closures: minor wording fixes | Piotr Szotkowski | -12/+12 |
| 2014-10-26 | Guide: Patterns: use non-x variables in match blocks | Piotr Szotkowski | -8/+8 |
| 2014-10-25 | Guide: update Testing output and fix contents to match | Piotr Szotkowski | -49/+66 |
| 2014-10-25 | Guide: Cargo now adds bang and drops the semicolon for ‘Hello, world’ | Piotr Szotkowski | -9/+9 |
| 2014-10-25 | Guide: drop :d formatting where unnecessary | Piotr Szotkowski | -7/+7 |
| 2014-10-25 | Guide: Fix off-by-one error | Daniel Hofstetter | -1/+1 |
| 2014-10-25 | auto merge of #18176 : jkleint/rust/guide-borrow-wording, r=steveklabnik | bors | -15/+18 |
| 2014-10-24 | Changes a little the description of take in the guide | gamazeps | -3/+4 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -0/+3 |
| 2014-10-22 | Guide: Change >= to > in closure | Daniel Hofstetter | -1/+1 |
| 2014-10-22 | Guide: Adapt range values to variable name | Daniel Hofstetter | -2/+2 |
| 2014-10-21 | Guide: articulate the advantages of ownership over garbage collection. | John Kleint | -15/+18 |
| 2014-10-20 | auto merge of #18186 : cakebaker/rust/fix_test_count, r=alexcrichton | bors | -2/+2 |
| 2014-10-20 | Guide: Fix test count | Daniel Hofstetter | -2/+2 |
| 2014-10-20 | Guide: Fix typo in path | Daniel Hofstetter | -4/+4 |
| 2014-10-19 | auto merge of #18139 : JelteF/rust-1/patch-1, r=steveklabnik | bors | -2/+2 |
| 2014-10-19 | auto merge of #18135 : EduardoBautista/rust/fix-misaligned-carot, r=steveklabnik | bors | -1/+1 |
| 2014-10-18 | Fix fold explanation in the guide | Jelte Fennema | -2/+2 |
| 2014-10-18 | Fix misaligned carot in guide | Eduardo Bautista | -1/+1 |
| 2014-10-17 | Use match expression directly in guide.md | jrincayc | -8/+6 |
| 2014-10-14 | Guide: develop the exposition of arrays, vectors, and slices. | John Kleint | -50/+65 |