summary refs log tree commit diff
path: root/doc/rust.md
AgeCommit message (Expand)AuthorLines
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
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-9/+9
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-13/+16
2012-03-20doc: Fix more language ref testsBrian Anderson-41/+37
2012-03-20doc: Fix some language ref examplesBrian Anderson-96/+199
2012-03-20test: Begin running the language ref examples. Mostly xfailedBrian Anderson-61/+61
2012-03-20doc: Remove unary move operator from language ref. Closes #2032Brian Anderson-19/+0
2012-03-12doc: Add some info about native mods and crust functionsBrian Anderson-1/+79
2012-03-11Document what the type of the main() function should beTim Chevalier-0/+5
2012-03-11Docs for infinite loopsTim Chevalier-1/+33
2012-03-11doc: Add 'crust' to keywordsBrian Anderson-1/+1
2012-02-14Duplicate keywordDaniel Luz-1/+1
2012-02-14Fixed missing quote on bracket literalDaniel Luz-1/+1
2012-02-15Fix typos in the reference manualTomoki Aonuma-5/+5
2012-02-06Make keyword table in reference reflect reality more closelyMarijn Haverbeke-47/+21
2012-01-25Added a small note to help explain tag's in older code.Joe Pletcher-1/+3
2012-01-25Remove stale references to tags, replaced with enums.Joe Pletcher-3/+3
2012-01-24Documentation only -- typos in section on swap expressionTim Chevalier-5/+5
2012-01-23Update docs to reflect new export formsTim Chevalier-1/+37
2012-01-22Corrects order of identifier and type in arguments list in 7.3.3 Constraints ...Rick Waldron-9/+9
2012-01-20Update the keyword lists in rust.md and syntax.vimMatt Brubeck-2/+3
2012-01-19doc: Update description of logging spec and ::rt moduleBrian Anderson-8/+17
2012-01-19Add documentation about paretheses for grouping expressionsMatt Brubeck-0/+16
2012-01-19Mention associativity of binary operatorsMatt Brubeck-0/+2
2012-01-19"Rust task" should be "Rust program" in the intro to the Memory Model docsMatt Brubeck-3/+3
2012-01-19Remove some stray texinfo syntax from a footnoteMatt Brubeck-1/+1
2012-01-19Fix a broken link in doc/rust.md.Matt Brubeck-1/+1