summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-01-20revert accidental commitsNiko Matsakis-2/+2
2012-01-20small fixes for building dist on windowsNiko Matsakis-2/+2
2012-01-20rust-mode: tag -> enum. Closes #1577Brian Anderson-1/+1
2012-01-19Handle predicates that recurse in a check() expressionTim Chevalier-9/+12
2012-01-20Fix `cargo install *` fails at assertion.Tycho Sci-1/+1
2012-01-19Revert accidental change to LLVM submodule.Graydon Hoare-0/+0
2012-01-20tutorial.md: spelling corrections for sections 1-5Ben Striegel-0/+0
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-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
2012-01-19lib: ";" to "," in enumsPatrick Walton-104/+104
2012-01-19Fix a bunch of broken internal links in the docs. Add a hokey link checker.Graydon Hoare-0/+26
2012-01-19libcore: Use 4x the number of scheduler threads for testingBrian Anderson-2/+5
2012-01-19libcore: Do less blocking in the test runnerBrian Anderson-41/+56
2012-01-19rustc: Remove trailing whitespacePatrick Walton-1/+1
2012-01-19Compute typestates for FRU exprs correctly, plus a bit of cleanupTim Chevalier-50/+41
2012-01-19Merge pull request #1571 from kevina/fixup-1Patrick Walton-2/+0
2012-01-19Remove incorrect comments from a few test cases.Kevin Atkinson-2/+0
2012-01-19misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdocPatrick Walton-11/+11
2012-01-19test: "tag" -> "enum" in run-pass and run-failPatrick Walton-84/+84
2012-01-19test: "tag" -> "enum" in benchPatrick Walton-7/+7
2012-01-19test: "tag" -> "enum" in compile-failPatrick Walton-22/+22
2012-01-19libcore: "tag" -> "enum"Patrick Walton-20/+20
2012-01-19stdlib: "tag" -> "enum"Patrick Walton-39/+39
2012-01-19test: Fix error patterns in name-clash-nullaryPatrick Walton-2/+2
2012-01-19Handle log expressions with a _|_-typed levelTim Chevalier-0/+10
2012-01-19rustdoc: Add a blank line after the return value descriptionBrian Anderson-0/+9
2012-01-19rustdoc: Attach return value descriptions to the doc treeBrian Anderson-3/+24
2012-01-19rustdoc: Run tystr pass before attr passBrian Anderson-3/+3
2012-01-19rustc: Fix long linesPatrick Walton-5/+6
2012-01-19rustc: "tag" -> "enum"Patrick Walton-183/+183
2012-01-19cargo: Fix unused argument warningBrian Anderson-1/+1
2012-01-19libstd: Long linesBrian Anderson-2/+2
2012-01-19Use fn~ to simplify the core::test interfaceBrian Anderson-114/+63
2012-01-19In trans, allow _|_-typed things to be the argument to failTim Chevalier-1/+5
2012-01-19Partial fix for #1561, doesn't actually "fix" the problem but you get output ...Graydon Hoare-3/+3
2012-01-19Rename fn*() to fn() as originally planned.Niko Matsakis-21/+30
2012-01-19treat fn*() as fn&()Niko Matsakis-11/+13
2012-01-19rustc: Refactor lint check and avoid a segv faultHaitao Li-23/+16
2012-01-19rustc: Name the lint-style check module `lint`Haitao Li-69/+89
2012-01-19rustc: Add a usage pass to collect one-off analysesHaitao Li-31/+72