summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-01-21Merge pull request #1599 from startling/masterBrian Anderson-0/+1
2012-01-21core: Shuffle around a #fmt testBrian Anderson-9/+6
2012-01-21[core] extfmt: support %% to escape a %Elly Jones-1/+12
2012-01-21Added a `src/etc/vim/ftdetect` directory and file.tim-0/+1
2012-01-21[cargo] detect libs properlyElly Fong-Jones-6/+3
2012-01-22rustc: Specify lint checks via crate attributesHaitao Li-13/+101
2012-01-21Remove keyword multitable generator scriptHaitao Li-103/+0
2012-01-21rustc: Always resolve reexported names from original defHaitao Li-33/+64
2012-01-20cargo: Remove may package list. I am a proud cargo-central userBrian Anderson-3/+0
2012-01-20build: Run tutorial testsBrian Anderson-0/+63
2012-01-20WIP on issue 1426 (exporting all tags)Tim Chevalier-4/+108
2012-01-20Handle fail after return correctly in typestateTim Chevalier-4/+25
2012-01-20Fix formatting.Graydon Hoare-3/+4
2012-01-20Merge pull request #1585 from mbrubeck/masterGraydon Hoare-5/+8
2012-01-20Update the keyword lists in rust.md and syntax.vimMatt Brubeck-5/+8
2012-01-20revert accidental commitsNiko Matsakis-2/+2
2012-01-20small fixes for building dist on windowsNiko Matsakis-2/+2
2012-01-20Add a Python script which downloads only the latest Linux snapshots (derived ...Kevin Cantu-0/+54
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