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