| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-12-20 | tutorial: Editing | Brian Anderson | -2/+2 | |
| 2012-12-20 | tutorial: Fix example in syntax basics section | Brian Anderson | -1/+1 | |
| 2012-12-20 | tutorial: Update scope | Brian Anderson | -4/+3 | |
| 2012-12-20 | tutorial: Mention rusti with other tools | Brian Anderson | -1/+2 | |
| 2012-12-20 | tutorial: Discuss the primitive types along with their literals | Brian Anderson | -13/+17 | |
| 2012-12-20 | tutorial: It doesn't matter that Rust identifiers are the same as C | Brian Anderson | -1/+1 | |
| 2012-12-20 | tutorial: Integrate constants into main intro text | Brian Anderson | -3/+3 | |
| 2012-12-20 | tutorial: Remove the section on constants | Brian Anderson | -28/+0 | |
| We can mention that constants are declared with 'const' in one line. Don't need an entire section. | ||||
| 2012-12-20 | tutorial: Remove the entire 'Types' section | Brian Anderson | -81/+0 | |
| It's not interesting /cc: #4217 | ||||
| 2012-12-20 | tutorial: Remove mutable vector syntax | Brian Anderson | -1/+0 | |
| 2012-12-20 | tutorial: Remove confusing discussion about semicolons | Brian Anderson | -40/+0 | |
| This takes up a lot of words and isn't very clear. The previous discussion gets they idea across. /cc: #4217 | ||||
| 2012-12-20 | tutorial: Fix formatting | Brian Anderson | -1/+1 | |
| 2012-12-20 | tutorial: update intro | Brian Anderson | -2/+2 | |
| 2012-12-20 | tutorial: Update for moves based on type | Brian Anderson | -19/+9 | |
| /cc: #4217 | ||||
| 2012-12-20 | tutorial: Typos | Brian Anderson | -2/+2 | |
| 2012-12-20 | tutorial: Move method discussion after closures, before generics | Brian Anderson | -139/+136 | |
| /cc: #4217 | ||||
| 2012-12-20 | Move mast static method to the section on methods | Brian Anderson | -26/+53 | |
| /cc: #4217 | ||||
| 2012-12-20 | Use explicit self in rest of tutorial | Brian Anderson | -44/+45 | |
| /cc: #4217 | ||||
| 2012-12-20 | tutorial: Rewrite method section to deal with explicit self | Brian Anderson | -47/+110 | |
| Has to be moved until after the pointer discussion. /cc: #4217 | ||||
| 2012-12-20 | tutorial: Reorder sections on traits | Brian Anderson | -82/+82 | |
| /cc: #4217 | ||||
| 2012-12-20 | doc: 'trait constraints' -> 'inheritance'. Expand | Brian Anderson | -3/+31 | |
| /cc: #4217 | ||||
| 2012-12-19 | doc: Mention tuple structs | Tim Chevalier | -0/+16 | |
| /cc: #4217 | ||||
| 2012-12-19 | docs: mention static methods | Tim Chevalier | -0/+26 | |
| /cc #4217 | ||||
| 2012-12-19 | Update docs to mention trait constraints; also fix failing doc tests | Tim Chevalier | -0/+33 | |
| /cc #4217 | ||||
| 2012-12-19 | Bump version numbers in docs | Brian Anderson | -5/+5 | |
| 2012-12-19 | Fix doc typo | Isaac Aggrey | -1/+1 | |
| 2012-12-18 | 'trait instance' -> 'object' | Brian Anderson | -3/+3 | |
| 2012-12-18 | Update tutorial on generics. #4217 | Brian Anderson | -21/+19 | |
| 2012-12-15 | Update docs for crate file changes | Brian Anderson | -29/+29 | |
| 2012-12-13 | Update docs for kind name changes | Brian Anderson | -4/+4 | |
| 2012-12-11 | doc: add missing decls to example, r=burningtree. | Graydon Hoare | -0/+2 | |
| 2012-12-11 | Discuss module syntax earlier in the tutorial | Tim Chevalier | -0/+5 | |
| as per #3578 | ||||
| 2012-12-11 | Discuss the Option type a bit in the tutorial | Tim Chevalier | -4/+19 | |
| as per #3577 | ||||
| 2012-12-10 | Tutorial typo fixes | Lindsey Kuper | -3/+3 | |
| 2012-11-29 | Fix tutorial's use of Drop | Brian Anderson | -1/+1 | |
| 2012-11-26 | Fix sample code in the tutorial | Damien Grassart | -1/+2 | |
| 2012-11-24 | [tutorial] Use a less confusing closure example | Tim Chevalier | -2/+1 | |
| Closes #3996 | ||||
| 2012-11-11 | Minor grammatical edits; use preferred nomenclature consistently. | Cat's Eye Technologies | -17/+17 | |
| 2012-11-07 | rustc: Implement the Drop trait. r=brson | Patrick Walton | -21/+24 | |
| 2012-10-23 | Remove remaining mentions of <- from docs | Tim Chevalier | -5/+0 | |
| 2012-10-17 | Extraneous sigil patrol: turn &[] literals into [] | Ben Striegel | -6/+6 | |
| 2012-10-17 | Sigil patrol: change fn@ fn& fn~ to @fn &fn ~fn | Ben Striegel | -25/+11 | |
| This also involves removing references to the old long-form closure syntax, which pcwalton alleges is deprecated and which was never updated for the new forms, e.g. `@fn() {}` is illegal. | ||||
| 2012-10-17 | Extraneous sigil patrol: ~"string literals" | Ben Striegel | -14/+14 | |
| 2012-10-16 | add missing pub from multifile example in sec 12.3 | Niko Matsakis | -1/+1 | |
| 2012-10-12 | Make moves explicit in doc examples | Tim Chevalier | -1/+1 | |
| Had to remove the buffalo example. It was awkward to update for explicit moves. | ||||
| 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 | |
