| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-11 | tutorial: add note about mutability of vectors | Daniel Patterson | -2/+6 | |
| 2012-10-11 | Fix tutorial link to tasks | Tim Chevalier | -1/+3 | |
| Closes #3715 | ||||
| 2012-10-10 | Copyedit sections 11-13 of the tutorial. That's all, folks! | Tim Chevalier | -85/+103 | |
| 2012-10-10 | Copyedit sections 9 and 10 of the tutorial | Tim Chevalier | -45/+48 | |
| 2012-10-10 | Copyedit sections 7 and 8 of the tutorial | Tim Chevalier | -70/+75 | |
| 2012-10-10 | Copyedit sections 5 and 6 of the tutorial | Tim Chevalier | -45/+65 | |
| 2012-10-10 | Copyedit section 4 of tutorial | Tim Chevalier | -42/+49 | |
| 2012-10-10 | Copyedit section 3 of tutorial | Tim Chevalier | -45/+53 | |
| 2012-10-10 | Copyedit sections 1 and 2 of tutorial | Tim Chevalier | -32/+29 | |
| 2012-10-10 | Update tutorial install instructions | Brian Anderson | -2/+2 | |
| 2012-10-09 | doc: Tweak the wording of the memory model goals | Patrick Walton | -9/+10 | |
| 2012-10-09 | doc: Fix some inaccuracies in the tutorial. | Patrick Walton | -3/+2 | |
| * Pointers can refer to stack objects as well as heap objects. * Non-managed types can be cyclic if an arena is used. | ||||
| 2012-10-09 | doc: Remove duplicate word typo in the tutorial. | tav | -1/+1 | |
| 2012-10-07 | Work on the tutorial section on 'do' | Brian Anderson | -23/+22 | |
| 2012-10-07 | Tutorial | Brian Anderson | -9/+7 | |
| 2012-10-06 | More tutorial tweaking | Brian Anderson | -13/+10 | |
| 2012-10-06 | 'The' Rust Language Tutorial | Brian Anderson | -1/+1 | |
| 2012-10-06 | Remove some redundant info from tutorial | Brian Anderson | -13/+1 | |
| 2012-10-06 | docs: Fix capitalization of section title | Brian Anderson | -1/+1 | |
| 2012-10-06 | docs: Remove more uses of records | Brian Anderson | -3/+3 | |
| 2012-10-06 | tutorial: Add missing struct name | Jacob Harris Cryer Kragh | -4/+4 | |
| 2012-10-06 | Overhaul mods and crates section of tutorial | Brian Anderson | -162/+153 | |
| 2012-10-06 | docs: Edit the into bullets | Brian Anderson | -15/+11 | |
| 2012-10-06 | docs: Clean up trait and module examples | Brian Anderson | -8/+5 | |
| 2012-10-05 | docs: Remove some 'extern mod std's from tutorial | Brian Anderson | -8/+2 | |
| 2012-10-05 | docs: Simplify a tutorial example | Brian Anderson | -1/+1 | |
| 2012-10-05 | doc: Strings are vectors of u8, not [u8] | Brian Anderson | -1/+1 | |
| 2012-10-05 | docs: Add a section on pointer dereferencing | Brian Anderson | -0/+67 | |
| 2012-10-04 | docs: Fix example | Brian Anderson | -1/+1 | |
| 2012-10-04 | docs: Explain a little bit about dtors | Brian Anderson | -0/+30 | |
| 2012-10-04 | docs: Tweaks to section on constants | Brian Anderson | -8/+1 | |
| 2012-10-04 | docs: Add section on constants to tutorial | Brian Anderson | -0/+35 | |
| 2012-10-04 | docs: Minor tutorial tweaks | Brian Anderson | -2/+2 | |
| 2012-10-04 | docs: Don't talk about mutable vecs in tutorial. Use inherited mutability | Brian Anderson | -44/+55 | |
| 2012-10-04 | docs: minor tutorial fixes | Andrew Paseltiner | -11/+11 | |
| 2012-10-04 | docs: Tweaks | Brian Anderson | -16/+6 | |
| 2012-10-04 | More looking at the tutorial, small changes | Kevin Cantu | -59/+61 | |
| 2012-10-04 | docs: Explain underscore prefix in tutorial | Brian Anderson | -2/+7 | |
| 2012-10-03 | docs: Fix a broken test | Brian Anderson | -1/+1 | |
| 2012-10-03 | Revert "docs: Call () 'unit' instead of 'nil'" | Brian Anderson | -7/+7 | |
| This reverts commit c8ee49a5b68ad0b0a33eb30e757fadb0be47f8da. | ||||
| 2012-10-03 | docs: Typo | Brian Anderson | -1/+1 | |
| 2012-10-03 | docs: Call () 'unit' instead of 'nil' | Brian Anderson | -7/+7 | |
| 2012-10-03 | docs: The real answer | Brian Anderson | -1/+1 | |
| 2012-10-03 | A run through the tutorial, small changes | Kevin Cantu | -42/+58 | |
| 2012-10-02 | doc: Minor tutorial improvements | Brian Anderson | -30/+30 | |
| 2012-10-01 | docs: Typo | Brian Anderson | -1/+1 | |
| 2012-09-26 | tutorial: changing `again` to `loop` | Daniel Patterson | -3/+3 | |
| 2012-09-26 | tutorial: Convert a list to prose | Brian Anderson | -6/+3 | |
| 2012-09-26 | tutorial: Minor tweaks | Brian Anderson | -2/+2 | |
| 2012-09-26 | tutorial: Delete 'what to be aware of' | Brian Anderson | -9/+0 | |
| This section associates borrowed pointers purely with stack allocation, which is confusing. The following sections explain pointers in detail. | ||||
