| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -5/+5 | |
| module scope. r=tjc | ||||
| 2013-01-04 | Merge remote-tracking branch 'superoptimizer/master' into HEAD | Brian Anderson | -1/+1 | |
| Conflicts: doc/tutorial.md | ||||
| 2013-01-03 | Fix two minor issues in the tutorial. | Mark Lacey | -2/+2 | |
| Remove an extraneous 'then', and replace 'second' with 'first'. | ||||
| 2012-12-31 | doc: Fix some typos in the tutorial and reference manual | Chris Peterson | -3/+3 | |
| 2012-12-30 | doc: make small corrections to tutorial | Andrew Paseltiner | -81/+83 | |
| 2012-12-30 | doc: Fix explanation and example of struct-like enum variants. rs=busted | Patrick Walton | -6/+6 | |
| 2012-12-29 | doc: Fix some broken tutorial examples. rs=bustage | Patrick Walton | -0/+2 | |
| 2012-12-24 | Unfortunately, we can't embed cross-crate tests in the tutorial... | Tim Chevalier | -1/+1 | |
| ...as far as I know, anyway, so I xfailed this tutorial test. | ||||
| 2012-12-24 | Fix example. | Eric J. Holmes | -2/+2 | |
| 2012-12-24 | bump 0.5 => 0.6, redirect some URLs in docs. | Graydon Hoare | -3/+3 | |
| 2012-12-24 | doc: mention struct-like enum variants /cc #4217 | Tim Chevalier | -0/+18 | |
| 2012-12-24 | Unfortunately, we can't embed cross-crate tests in the tutorial... | Tim Chevalier | -1/+1 | |
| ...as far as I know, anyway, so I xfailed this tutorial test. | ||||
| 2012-12-23 | Merge pull request #4249 from graydon/0.6-bump | Tim Chevalier | -3/+3 | |
| bump 0.5 => 0.6, redirect some URLs in docs. | ||||
| 2012-12-23 | Fix example. | Eric J. Holmes | -2/+2 | |
| 2012-12-21 | bump 0.5 => 0.6, redirect some URLs in docs. | Graydon Hoare | -3/+3 | |
| 2012-12-20 | tutorial: Discuss argument patterns | Brian Anderson | -0/+24 | |
| 2012-12-20 | tutorial: Clarify description of trait inheritance | Brian Anderson | -3/+5 | |
| 2012-12-20 | tutorial: Fix broken examples | Brian Anderson | -2/+2 | |
| 2012-12-20 | tutorial: Re-remove core:: prefix from some examples | Brian Anderson | -4/+4 | |
| 2012-12-20 | tutorial: Typo | Brian Anderson | -1/+1 | |
| 2012-12-20 | tutorial: Clean up language about syntax extensions | Brian Anderson | -2/+2 | |
| 2012-12-20 | tutorial: Try to fit the early discussion of :: in better | Brian Anderson | -12/+8 | |
| 2012-12-20 | tutorial: Remove some trivia about operators | Brian Anderson | -5/+0 | |
| 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 | |
