summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2012-01-20Include man page in dist. release-0.1 0.1Graydon Hoare-0/+1
2012-01-20revert accidental commitsNiko Matsakis-3/+3
2012-01-20update tutorial to avoid block() syntax and to use term stack closureNiko Matsakis-37/+41
2012-01-20small fixes for building dist on windowsNiko Matsakis-5/+5
2012-01-20Revert "build: Surround makensis command in quotes"Brian Anderson-1/+1
2012-01-20doc: Fix mutant comma in tutorialBrian Anderson-1/+1
2012-01-20build: Surround makensis command in quotesBrian Anderson-1/+1
2012-01-20doc: Mention 'debug' log level in tutorial. Closes #1579Brian Anderson-3/+3
2012-01-20rust-mode: tag -> enum. Closes #1577Brian Anderson-1/+1
2012-01-20Add .elc files to .gitignore. Closes #1578Brian Anderson-0/+1
2012-01-19Couple typo fixes in tutorial.Graydon Hoare-2/+2
2012-01-19Add Sean Stangl to AUTHORS.txtBrian Anderson-0/+1
2012-01-19Set release string to 0.1.Graydon Hoare-1/+1
2012-01-19Typo fix in tutorial.Graydon Hoare-1/+1
2012-01-19doc: Fix typo in RELEASES.txtBrian Anderson-1/+1
2012-01-19Handle predicates that recurse in a check() expressionTim Chevalier-9/+12
2012-01-19doc: Update description of logging spec and ::rt moduleBrian Anderson-8/+17
2012-01-19Merge pull request #1576 from mbrubeck/masterGraydon Hoare-3/+21
2012-01-19Add Tycho Sci to AUTHORS.txtBrian Anderson-0/+1
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 #1575 from tychosci/fix-cargo-installBrian Anderson-1/+1
2012-01-20Fix `cargo install *` fails at assertion.Tycho Sci-1/+1
2012-01-19Add Kevin Atkinson to AUTHORS.txt.Graydon Hoare-0/+1
2012-01-19Revert accidental change to LLVM submodule.Graydon Hoare-0/+0
2012-01-19Add Ben Striegel to AUTHORS.txtBrian Anderson-0/+1
2012-01-19Conditionalize PKG_EXE on makensis.Graydon Hoare-1/+4
2012-01-19Merge pull request #1573 from mbrubeck/masterGraydon Hoare-1/+1
2012-01-19Merge pull request #1574 from Wensleydale/tut-spellingGraydon Hoare-11/+11
2012-01-20tutorial.md: spelling corrections for sections 1-5Ben Striegel-11/+11
2012-01-19Update 0.1 release notesBrian Anderson-11/+18
2012-01-19Remove some stray texinfo syntax from a footnoteMatt Brubeck-1/+1
2012-01-19Update deps on the dist rule to something more modern.Graydon Hoare-2/+1
2012-01-19Merge pull request #1572 from mbrubeck/masterGraydon Hoare-1/+1
2012-01-19Fix a broken link in doc/rust.md.Matt Brubeck-1/+1
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare-23/+23
2012-01-19rustc: Stop parsing "tag"Patrick Walton-2/+2
2012-01-19rustdoc: Make doc::retdoc non-optionalBrian Anderson-48/+31
2012-01-19lib: ';' to ',' in enums in more placesPatrick Walton-12/+12
2012-01-19rustdoc: Write markdown for function signaturesBrian Anderson-6/+44
2012-01-19misc: ';' to ',' in enums in cargo, compiletest, and fuzzerPatrick Walton-7/+7
2012-01-19Split dist rules by platform.Graydon Hoare-2/+15
2012-01-19Move some doc text around.Graydon Hoare-23/+18
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton-135/+135
2012-01-19rustdoc: Remove debug loggingBrian Anderson-1/+0
2012-01-19rustdoc: Add function signatures to the doc treeBrian Anderson-6/+30
2012-01-19rustc: Fix fun_to_strBrian Anderson-0/+14
2012-01-19rustdoc: Add function signature field to the doc::fndocBrian Anderson-3/+6
2012-01-19rustc: ";" to "," in enumsPatrick Walton-450/+450