about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2012-02-20core: New task APIBrian Anderson-44/+40
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-14tutorial: Mention how the destructor works in the section on resources. Close...Patrick Walton-4/+5
2012-02-06Make keyword table in reference reflect reality more closelyMarijn Haverbeke-47/+21
2012-02-05Merge remote-tracking branch 'erickt/master'Brian Anderson-2/+2
2012-02-05Add missing 'use std' in tutorial exampleMarijn Haverbeke-0/+1
2012-01-30Remove ternary operatorPaul Woolcock-7/+0
2012-01-28core: rename vec::position* functionsErick Tryzelaar-2/+2
2012-01-26tutorial: Fix types in gettimeofday example. Closes #1657Brian Anderson-3/+5
2012-01-25In the tutorial install directions, mention that you may need to sudo make in...Tim Chevalier-3/+6
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-25Remove reference to tags, replace enums.Joe Pletcher-2/+2
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-23Remove mention of Windows installer from tutorialBrian Anderson-7/+5
2012-01-23tutorial: Remove mention of windows installerBrian Anderson-19/+8
2012-01-22Corrects order of identifier and type in arguments list in 7.3.3 Constraints ...Rick Waldron-9/+9
2012-01-21tutorial: Make the comm examples passBrian Anderson-4/+7
2012-01-21tutorial: Un-xfail some working examplesBrian Anderson-3/+0
2012-01-21doc: Fix typoTaras Shpot-1/+1
2012-01-20doc: Remove extract-tests.js and run-tests.shBrian Anderson-52/+0
2012-01-20build: Run tutorial testsBrian Anderson-56/+10
2012-01-20Typo fixes.Lindsey Kuper-5/+4
2012-01-20doc: Translate extract-tests.js to pythonBrian Anderson-0/+55
2012-01-20Update the keyword lists in rust.md and syntax.vimMatt Brubeck-2/+3
2012-01-20doc: Add MinGW instructions to tutorialBrian Anderson-0/+6
2012-01-20doc: Use commas to separate enums in tutorialBrian Anderson-16/+16
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