| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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. | ||||
| 2012-09-26 | tutorial: Swap order of pointers for emphasis on & | Brian Anderson | -1/+1 | |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 | |
| 2012-09-26 | tutorial: Remove all references to 'records'. Misc | Brian Anderson | -16/+16 | |
| 2012-09-26 | tutorial: Typo | Brian Anderson | -1/+1 | |
| 2012-09-24 | tutorial: Merge discussion of patterns and let bindings | Brian Anderson | -12/+8 | |
| 2012-09-24 | tutorial: A little more explanation of why managed boxes are useful | Brian Anderson | -1/+29 | |
| 2012-09-24 | tutorial: Expand borrowed ptr discussion. Misc | Brian Anderson | -45/+94 | |
| 2012-09-24 | tutorial: Swap order of data type/function sections. Add method discussion | Brian Anderson | -58/+100 | |
| 2012-09-24 | tutorial: More generics cleanup | Brian Anderson | -26/+24 | |
| 2012-09-24 | tutorial: Overhaul the generics section | Brian Anderson | -138/+167 | |
| 2012-09-23 | tutorial: Begin trying to improve the generics section | Brian Anderson | -54/+76 | |
| 2012-09-23 | tutorial: Update ptr/vec/fn sections with new terminology | Brian Anderson | -65/+95 | |
| 2012-09-23 | tutorial: Merge some related, small sections | Brian Anderson | -5/+4 | |
| 2012-09-22 | tutorial: Simplify the first example. Misc | Brian Anderson | -20/+21 | |
| 2012-09-22 | tutorial: Clean up literal section | Brian Anderson | -20/+16 | |
| 2012-09-22 | tutorial: Don't iloop in example | Brian Anderson | -1/+1 | |
| 2012-09-22 | tutorial: Merge sections 'Types' and 'Using types' | Brian Anderson | -22/+6 | |
| Most of this material is covered elsewhere | ||||
| 2012-09-22 | tutorial: Convert the type list to a more compact table | Brian Anderson | -51/+24 | |
| 2012-09-22 | tutorial: More intro simplification | Brian Anderson | -121/+166 | |
| 2012-09-22 | tutorial: Make the intro more concise | Brian Anderson | -60/+33 | |
| Talk more about the features of the language, less comparisons to other languages. Don't introduce the language using the worst possible example. | ||||
| 2012-09-22 | doc: Split out task tutorail. Add links to sub-tutorials | Brian Anderson | -251/+26 | |
| 2012-09-22 | tutorial: Use bold bullet items instead of bold italic | Brian Anderson | -6/+6 | |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -3/+3 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+2 | |
| #[legacy_exports]; | ||||
| 2012-09-19 | fix tutorial example that uses each() | Niko Matsakis | -1/+1 | |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -28/+37 | |
| Note that the method foo.each() is not de-moded, nor the other vec routines. | ||||
| 2012-09-15 | docs: Don't mention unsafe pointers | Brian Anderson | -4/+0 | |
| 2012-09-15 | docs: Bump tarball versions in tutorial | Brian Anderson | -4/+4 | |
| 2012-09-15 | docs: Modernize tutorial snippets | Brian Anderson | -108/+110 | |
| 2012-09-10 | doc: Don't refer to the non-existent attributes section in the tutorial | Tim Chevalier | -2/+2 | |
| Closes #3382 | ||||
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -5/+5 | |
| 2012-09-07 | tutorial: swap order of "Traits" and "Modules and Crates" sections. | Lindsey Kuper | -197/+197 | |
| This puts "Traits" next to "Generics", as requested by issue #3397. Closes #3397. | ||||
| 2012-09-06 | Update docs to not refer to the `of` clause in an impl | Tim Chevalier | -8/+5 | |
| Closes #3375 | ||||
| 2012-09-06 | Tutorial: Link to section on boxes and pointers at first mention of ~, @, & | Tim Chevalier | -1/+1 | |
| As per suggestion on IRC from callen. | ||||
| 2012-09-05 | Fix tutorial tests | Brian Anderson | -7/+8 | |
| 2012-09-05 | doc: "import" -> "use" | Patrick Walton | -30/+30 | |
| 2012-09-05 | doc: Split out the FFI part of the tutorial | Patrick Walton | -240/+0 | |
| The tutorial should perhaps contain an FFI section, but this one is too long. | ||||
| 2012-09-05 | tutorial: Remove the section on strings | Patrick Walton | -26/+0 | |
| It's already covered in the types section. | ||||
| 2012-09-05 | doc: Split macros out into a separate tutorial | Patrick Walton | -151/+0 | |
| 2012-09-04 | Merge pull request #3333 from dbp/tutorial | Brian Anderson | -1/+3 | |
| tutorial: adding link and reference to sublime text package. | ||||
