summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2012-01-20update tutorial to avoid block() syntax and to use term stack closureNiko Matsakis-37/+41
2012-01-20doc: Fix mutant comma in tutorialBrian Anderson-1/+1
2012-01-20doc: Mention 'debug' log level in tutorial. Closes #1579Brian Anderson-3/+3
2012-01-19Couple typo fixes in tutorial.Graydon Hoare-2/+2
2012-01-19Typo fix in tutorial.Graydon Hoare-1/+1
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-19Merge pull request #1573 from mbrubeck/masterGraydon Hoare-1/+1
2012-01-20tutorial.md: spelling corrections for sections 1-5Ben Striegel-11/+11
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
2012-01-19Move some doc text around.Graydon Hoare-23/+18
2012-01-19Fix a bunch of broken internal links in the docs. Add a hokey link checker.Graydon Hoare-58/+55
2012-01-19Remove old ref.foo noise.Graydon Hoare-3/+2
2012-01-19Clarify immaturity of grammar, add a pile of half-baked grammar rules.Graydon Hoare-13/+122
2012-01-19Fix links.Graydon Hoare-3/+3
2012-01-19Fix typos in section 6; point out that prove expressions are unsupportedTim Chevalier-20/+22
2012-01-19Typos, section 5Tim Chevalier-19/+20
2012-01-19Fix typosTim Chevalier-5/+5
2012-01-19Fix typosTim Chevalier-7/+7
2012-01-19Fix typoTim Chevalier-1/+1
2012-01-19Add 'getting started' text to tutorial, close #427.Graydon Hoare-1/+67
2012-01-19Remove doc/rust.texiGraydon Hoare-3589/+0
2012-01-19Copy section to docs on runtime services.Graydon Hoare-0/+88
2012-01-19doc: Copyedit task sectionBrian Anderson-29/+27
2012-01-19doc: Fix typoBrian Anderson-1/+1
2012-01-19Fix internal linking in the tutorialMarijn Haverbeke-33/+16
2012-01-19Move tutorial over to a format similar to the reference docMarijn Haverbeke-3995/+2698
2012-01-19Update docs to reflect pattern syntax changeTim Chevalier-15/+7
2012-01-18Tidy tidyGraydon Hoare-3/+0
2012-01-18Add a stylesheet to make the reference HTML look a bit prettierMarijn Haverbeke-0/+25
2012-01-18Fill out some parts of the reference docsMarijn Haverbeke-36/+489
2012-01-18Fix bug in tutorial render scriptMarijn Haverbeke-1/+1
2012-01-18Fix poor markdown parsing in tutorial-building scriptMarijn Haverbeke-1/+1
2012-01-17Merge pull request #1544 from kevina/issue-1393Graydon Hoare-3/+3
2012-01-16Minor cleanups to custom discriminator code.Kevin Atkinson-3/+3
2012-01-16Convert a bunch of material on items, statements, expressions and typestates.Graydon Hoare-44/+1174
2012-01-16Convert some material covering items, view-items, types.Graydon Hoare-1/+415
2012-01-16Upgrade CodeMirror mode used to highlight the tutorial codeMarijn Haverbeke-9/+28
2012-01-16Move emacs mode into treeMarijn Haverbeke-2/+2
2012-01-16In the tutorial, document that C-like enums can have the discriminatorKevin Atkinson-0/+18
2012-01-13Import task and memory-model docs.Graydon Hoare-9/+213
2012-01-13More doc porting.Graydon Hoare-36/+373
2012-01-12Begin shift over to using pandoc, markdown and llnextgen for reference manual...Graydon Hoare-0/+645
2012-01-12tutorial: rework nolink description to remove mention of "empty string"Graham Fawcett-3/+2
2012-01-12Add tutorial chapter on interfacesMarijn Haverbeke-0/+184
2012-01-12Go over the tutorial againMarijn Haverbeke-330/+343
2012-01-11discuss joinable tasksNiko Matsakis-1/+20