summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include man page in dist.release-0.10.1Graydon Hoare2012-01-201-0/+1
* revert accidental commitsNiko Matsakis2012-01-202-3/+3
* update tutorial to avoid block() syntax and to use term stack closureNiko Matsakis2012-01-201-37/+41
* small fixes for building dist on windowsNiko Matsakis2012-01-203-5/+5
* Revert "build: Surround makensis command in quotes"Brian Anderson2012-01-201-1/+1
* doc: Fix mutant comma in tutorialBrian Anderson2012-01-201-1/+1
* build: Surround makensis command in quotesBrian Anderson2012-01-201-1/+1
* doc: Mention 'debug' log level in tutorial. Closes #1579Brian Anderson2012-01-201-3/+3
* rust-mode: tag -> enum. Closes #1577Brian Anderson2012-01-201-1/+1
* Add .elc files to .gitignore. Closes #1578Brian Anderson2012-01-201-0/+1
* Couple typo fixes in tutorial.Graydon Hoare2012-01-191-2/+2
* Add Sean Stangl to AUTHORS.txtBrian Anderson2012-01-191-0/+1
* Set release string to 0.1.Graydon Hoare2012-01-191-1/+1
* Typo fix in tutorial.Graydon Hoare2012-01-191-1/+1
* doc: Fix typo in RELEASES.txtBrian Anderson2012-01-191-1/+1
* Handle predicates that recurse in a check() expressionTim Chevalier2012-01-193-9/+12
* doc: Update description of logging spec and ::rt moduleBrian Anderson2012-01-191-8/+17
* Merge pull request #1576 from mbrubeck/masterGraydon Hoare2012-01-191-3/+21
|\
| * Add documentation about paretheses for grouping expressionsMatt Brubeck2012-01-191-0/+16
| * Mention associativity of binary operatorsMatt Brubeck2012-01-191-0/+2
| * "Rust task" should be "Rust program" in the intro to the Memory Model docsMatt Brubeck2012-01-191-3/+3
* | Add Tycho Sci to AUTHORS.txtBrian Anderson2012-01-191-0/+1
|/
* Merge pull request #1575 from tychosci/fix-cargo-installBrian Anderson2012-01-191-1/+1
|\
| * Fix `cargo install *` fails at assertion.Tycho Sci2012-01-201-1/+1
|/
* Add Kevin Atkinson to AUTHORS.txt.Graydon Hoare2012-01-191-0/+1
* Revert accidental change to LLVM submodule.Graydon Hoare2012-01-191-0/+0
* Add Ben Striegel to AUTHORS.txtBrian Anderson2012-01-191-0/+1
* Conditionalize PKG_EXE on makensis.Graydon Hoare2012-01-191-1/+4
* Merge pull request #1573 from mbrubeck/masterGraydon Hoare2012-01-191-1/+1
|\
| * Remove some stray texinfo syntax from a footnoteMatt Brubeck2012-01-191-1/+1
* | Merge pull request #1574 from Wensleydale/tut-spellingGraydon Hoare2012-01-192-11/+11
|\ \
| * | tutorial.md: spelling corrections for sections 1-5Ben Striegel2012-01-202-11/+11
* | | Update 0.1 release notesBrian Anderson2012-01-191-11/+18
|/ /
* | Update deps on the dist rule to something more modern.Graydon Hoare2012-01-191-2/+1
* | Merge pull request #1572 from mbrubeck/masterGraydon Hoare2012-01-191-1/+1
|\ \ | |/
| * Fix a broken link in doc/rust.md.Matt Brubeck2012-01-191-1/+1
|/
* Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare2012-01-1914-23/+23
* rustc: Stop parsing "tag"Patrick Walton2012-01-191-2/+2
* rustdoc: Make doc::retdoc non-optionalBrian Anderson2012-01-196-48/+31
* lib: ';' to ',' in enums in more placesPatrick Walton2012-01-195-12/+12
* rustdoc: Write markdown for function signaturesBrian Anderson2012-01-192-6/+44
* misc: ';' to ',' in enums in cargo, compiletest, and fuzzerPatrick Walton2012-01-195-7/+7
* Split dist rules by platform.Graydon Hoare2012-01-191-2/+15
* Move some doc text around.Graydon Hoare2012-01-191-23/+18
* rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton2012-01-1994-135/+135
* rustdoc: Remove debug loggingBrian Anderson2012-01-191-1/+0
* rustdoc: Add function signatures to the doc treeBrian Anderson2012-01-194-6/+30
* rustc: Fix fun_to_strBrian Anderson2012-01-191-0/+14
* rustdoc: Add function signature field to the doc::fndocBrian Anderson2012-01-193-3/+6
* rustc: ";" to "," in enumsPatrick Walton2012-01-1935-450/+450