| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-11 | Fix some version numbers. | Graydon Hoare | -3/+3 | |
| 2012-06-04 | Make vecs implicitly copyable for all of our projects. | Michael Sullivan | -0/+2 | |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -1/+1 | |
| Per issue #2418. | ||||
| 2012-05-13 | rustc: Eliminate some indirection to the syntax crate | Brian Anderson | -1/+1 | |
| 2012-04-05 | Explicitly use version 0.2 of crates | Brian Anderson | -2/+7 | |
| 2012-01-17 | Update crates with correct crate_type attribute | Brian Anderson | -0/+2 | |
| 2011-10-29 | rustc: Support 'companion mod's for crates and directory mods | Brian Anderson | -2/+0 | |
| Under this scheme when parsing foo.rc the parser will also look for foo.rs to fill in the crate-level module, and when evaluating a directory module directive it will look for a .rs file with the same name as the directory. | ||||
| 2011-07-04 | Link the fuzzer crate to librustc again | Brian Anderson | -0/+1 | |
| 2011-07-01 | Partially restore the fuzzer crate's build rules | Brian Anderson | -1/+0 | |
| Right now the stage1/fuzzer crate will build but it's not linked to librustc because stage1/librustc won't link. | ||||
| 2011-05-12 | Change fuzzer to match new module standards | Brian Anderson | -1/+1 | |
| 2011-05-10 | Link fuzzer to the rustc crate | Brian Anderson | -0/+1 | |
| 2011-05-10 | Introduce the fuzzer crate and make rules | Brian Anderson | -0/+13 | |
