| Age | Commit message (Expand) | Author | Lines |
| 2012-01-21 | Merge pull request #1599 from startling/master | Brian Anderson | -0/+1 |
| 2012-01-21 | core: Shuffle around a #fmt test | Brian Anderson | -9/+6 |
| 2012-01-21 | [core] extfmt: support %% to escape a % | Elly Jones | -1/+12 |
| 2012-01-21 | Added a `src/etc/vim/ftdetect` directory and file. | tim | -0/+1 |
| 2012-01-21 | [cargo] detect libs properly | Elly Fong-Jones | -6/+3 |
| 2012-01-22 | rustc: Specify lint checks via crate attributes | Haitao Li | -13/+101 |
| 2012-01-21 | Remove keyword multitable generator script | Haitao Li | -103/+0 |
| 2012-01-21 | rustc: Always resolve reexported names from original def | Haitao Li | -33/+64 |
| 2012-01-20 | cargo: Remove may package list. I am a proud cargo-central user | Brian Anderson | -3/+0 |
| 2012-01-20 | build: Run tutorial tests | Brian Anderson | -0/+63 |
| 2012-01-20 | WIP on issue 1426 (exporting all tags) | Tim Chevalier | -4/+108 |
| 2012-01-20 | Handle fail after return correctly in typestate | Tim Chevalier | -4/+25 |
| 2012-01-20 | Fix formatting. | Graydon Hoare | -3/+4 |
| 2012-01-20 | Merge pull request #1585 from mbrubeck/master | Graydon Hoare | -5/+8 |
| 2012-01-20 | Update the keyword lists in rust.md and syntax.vim | Matt Brubeck | -5/+8 |
| 2012-01-20 | revert accidental commits | Niko Matsakis | -2/+2 |
| 2012-01-20 | small fixes for building dist on windows | Niko Matsakis | -2/+2 |
| 2012-01-20 | Add a Python script which downloads only the latest Linux snapshots (derived ... | Kevin Cantu | -0/+54 |
| 2012-01-20 | rust-mode: tag -> enum. Closes #1577 | Brian Anderson | -1/+1 |
| 2012-01-19 | Handle predicates that recurse in a check() expression | Tim Chevalier | -9/+12 |
| 2012-01-20 | Fix `cargo install *` fails at assertion. | Tycho Sci | -1/+1 |
| 2012-01-19 | Revert accidental change to LLVM submodule. | Graydon Hoare | -0/+0 |
| 2012-01-20 | tutorial.md: spelling corrections for sections 1-5 | Ben Striegel | -0/+0 |
| 2012-01-19 | Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos... | Graydon Hoare | -23/+23 |
| 2012-01-19 | rustc: Stop parsing "tag" | Patrick Walton | -2/+2 |
| 2012-01-19 | rustdoc: Make doc::retdoc non-optional | Brian Anderson | -48/+31 |
| 2012-01-19 | lib: ';' to ',' in enums in more places | Patrick Walton | -12/+12 |
| 2012-01-19 | rustdoc: Write markdown for function signatures | Brian Anderson | -6/+44 |
| 2012-01-19 | misc: ';' to ',' in enums in cargo, compiletest, and fuzzer | Patrick Walton | -7/+7 |
| 2012-01-19 | rustc: Make the pretty printer output commas after enum variants. Update all ... | Patrick Walton | -135/+135 |
| 2012-01-19 | rustdoc: Remove debug logging | Brian Anderson | -1/+0 |
| 2012-01-19 | rustdoc: Add function signatures to the doc tree | Brian Anderson | -6/+30 |
| 2012-01-19 | rustc: Fix fun_to_str | Brian Anderson | -0/+14 |
| 2012-01-19 | rustdoc: Add function signature field to the doc::fndoc | Brian Anderson | -3/+6 |
| 2012-01-19 | rustc: ";" to "," in enums | Patrick Walton | -450/+450 |
| 2012-01-19 | lib: ";" to "," in enums | Patrick Walton | -104/+104 |
| 2012-01-19 | Fix a bunch of broken internal links in the docs. Add a hokey link checker. | Graydon Hoare | -0/+26 |
| 2012-01-19 | libcore: Use 4x the number of scheduler threads for testing | Brian Anderson | -2/+5 |
| 2012-01-19 | libcore: Do less blocking in the test runner | Brian Anderson | -41/+56 |
| 2012-01-19 | rustc: Remove trailing whitespace | Patrick Walton | -1/+1 |
| 2012-01-19 | Compute typestates for FRU exprs correctly, plus a bit of cleanup | Tim Chevalier | -50/+41 |
| 2012-01-19 | Merge pull request #1571 from kevina/fixup-1 | Patrick Walton | -2/+0 |
| 2012-01-19 | Remove incorrect comments from a few test cases. | Kevin Atkinson | -2/+0 |
| 2012-01-19 | misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdoc | Patrick Walton | -11/+11 |
| 2012-01-19 | test: "tag" -> "enum" in run-pass and run-fail | Patrick Walton | -84/+84 |
| 2012-01-19 | test: "tag" -> "enum" in bench | Patrick Walton | -7/+7 |
| 2012-01-19 | test: "tag" -> "enum" in compile-fail | Patrick Walton | -22/+22 |
| 2012-01-19 | libcore: "tag" -> "enum" | Patrick Walton | -20/+20 |
| 2012-01-19 | stdlib: "tag" -> "enum" | Patrick Walton | -39/+39 |
| 2012-01-19 | test: Fix error patterns in name-clash-nullary | Patrick Walton | -2/+2 |