| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -2/+2 | |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -1/+1 | |
| 2012-08-30 | Bump version to 0.4 | Brian Anderson | -2/+2 | |
| 2012-08-01 | Clean out transitional lint. | Graydon Hoare | -5/+0 | |
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -0/+5 | |
| New style is allow(foo), warn(foo), deny(foo) and forbid(foo), mirrored by -A foo, -W foo, -D foo and -F foo on command line. These replace -W no-foo, -W foo, -W err-foo, respectively. Forbid is new, and means "deny, and you can't override it". | ||||
| 2012-07-11 | Fix some version numbers. | Graydon Hoare | -2/+2 | |
| 2012-06-04 | Make vecs implicitly copyable for all of our projects. | Michael Sullivan | -0/+2 | |
| 2012-04-05 | Explicitly use version 0.2 of crates | Brian Anderson | -1/+6 | |
| 2012-01-17 | Update crates with correct crate_type attribute | Brian Anderson | -0/+2 | |
| 2012-01-04 | extend tester so that error msgs can be attached to lines | Niko Matsakis | -1/+1 | |
| 2011-10-29 | rustc: Support 'companion mod's for crates and directory mods | Brian Anderson | -1/+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-10-02 | Move compiletest to src/ and cleanup build rules | Brian Anderson | -0/+16 | |
