| Age | Commit message (Expand) | Author | Lines |
| 2012-09-04 | doc: Fix broken examples | Brian Anderson | -6/+6 |
| 2012-09-01 | Remove the 'to' keyword | Brian Anderson | -2/+2 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -7/+7 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -7/+7 |
| 2012-08-24 | Minor doc updates. | Paul Stansifer | -1/+16 |
| 2012-08-24 | Remove the old syntax extension section in the documentation. | Paul Stansifer | -81/+5 |
| 2012-08-24 | Add a section on syntax extensions to the Rust reference docs. | Paul Stansifer | -1/+90 |
| 2012-08-23 | Update macro invocation syntax in documentation. | Paul Stansifer | -6/+6 |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -163/+7 |
| 2012-08-08 | doc: Update to new trait syntax | Brian Anderson | -6/+6 |
| 2012-08-09 | Operator-assignment expressions -> Compound assignment expressions. | alexrp | -1/+3 |
| 2012-08-08 | Remove remaining references to typestate in the manual. | alexrp | -29/+4 |
| 2012-08-08 | Alter the manual to speak of pure functions instead of predicate functions. | alexrp | -19/+12 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -20/+20 |
| 2012-08-05 | doc: Update for alt arrows | Brian Anderson | -21/+21 |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -3/+3 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -25/+25 |
| 2012-07-31 | Remove "iface" keyword from manual. | Lindsey Kuper | -1/+1 |
| 2012-07-24 | Change task linked failure interface in manual | Ben Blum | -3/+1 |
| 2012-07-20 | Fix markup in rust.md | Tim Chevalier | -8/+8 |
| 2012-07-18 | repair out of date text from ref manual regarding iface-less impls | Niko Matsakis | -12/+5 |
| 2012-07-16 | Use "trait" rather than "iface" where possible in docs | Tim Chevalier | -29/+28 |
| 2012-07-16 | Fix build breakage and include all types in "types" section in docs | Tim Chevalier | -25/+102 |
| 2012-07-16 | Discuss classes in reference manual | Tim Chevalier | -20/+130 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -330/+1 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -40/+40 |
| 2012-07-10 | doc: Remove the section on the enum exporting feature | Patrick Walton | -25/+3 |
| 2012-07-09 | docs: In rust.md, replace 'print' with 'println' to match points example | Benjamin Herr | -8/+8 |
| 2012-07-09 | docs: In rust.md, replace inert @dfn{foo} formatting with _foo_ | Benjamin Herr | -3/+3 |
| 2012-07-06 | For #2229, recognize 'again' in place of 'cont', final change pending snapshot. | Graydon Hoare | -8/+8 |
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -2/+2 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -6/+6 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -2/+2 |
| 2012-06-29 | Get rid of basically all of the remaining old style vecs in tests. | Michael Sullivan | -28/+28 |
| 2012-06-27 | Fix tabSize doc build breakage, also remove the stray tab that got into docs. | Graydon Hoare | -1/+1 |
| 2012-06-27 | More keyword paring and migration in runtime, docs, code modes. | Graydon Hoare | -43/+44 |
| 2012-06-25 | In doc reference, don't mention references, and stub out a section for classes | Tim Chevalier | -16/+26 |
| 2012-06-20 | doc: add information about suffix inference to tutorial and manual. | Lindsey Kuper | -7/+15 |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -44/+1 |
| 2012-05-24 | Update the list of reserved words. | Paul Stansifer | -10/+10 |
| 2012-05-16 | doc: Fix operator precedence. Closes #2390 | Brian Anderson | -2/+3 |
| 2012-05-15 | doc: remove duplicate words. Thanks, Matt Might! | Lindsey Kuper | -3/+3 |
| 2012-05-15 | Remove `be` keyword. | Lindsey Kuper | -1/+1 |
| 2012-05-10 | Remove `do ... while` loops from the tests and docs. | Paul Stansifer | -27/+6 |
| 2012-04-23 | Explain difference between star and underscore in patterns in the reference m... | Tim Chevalier | -1/+2 |
| 2012-04-23 | Discuss (*) patterns in reference documentation | Tim Chevalier | -1/+21 |
| 2012-04-16 | rewrite region resolution so it takes place in typeck | Niko Matsakis | -1/+1 |
| 2012-04-06 | Remove support for old-style for | Marijn Haverbeke | -4/+4 |
| 2012-04-05 | task_builder => builder in the docs | Tim Chevalier | -3/+3 |
| 2012-03-27 | Minor typo fixes. | Graydon Hoare | -2/+2 |