summary refs log tree commit diff
path: root/src/compiletest/compiletest.rc
AgeCommit message (Collapse)AuthorLines
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-0/+192
Conflicts: src/compiletest/compiletest.rs src/libcargo/cargo.rs src/libcore/core.rs src/librustc/rustc.rs src/librustdoc/rustdoc.rc
2012-11-26Remove the crate languageBrian Anderson-0/+192
2012-10-12bump version to 0.5.Graydon Hoare-2/+2
2012-09-28Add allow(deprecated_\*) to syntax, rustc, rustdoc, et alBrian Anderson-0/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under ↵Graydon Hoare-0/+7
#[legacy_exports];
2012-09-18Add allow(non_camel_case_types) to unconverted cratesBrian Anderson-0/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-2/+2
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-08-30Bump version to 0.4Brian Anderson-2/+2
2012-08-01Clean out transitional lint.Graydon Hoare-5/+0
2012-07-26Nomenclature 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-11Fix some version numbers.Graydon Hoare-2/+2
2012-06-04Make vecs implicitly copyable for all of our projects.Michael Sullivan-0/+2
2012-04-05Explicitly use version 0.2 of cratesBrian Anderson-1/+6
2012-01-17Update crates with correct crate_type attributeBrian Anderson-0/+2
2012-01-04extend tester so that error msgs can be attached to linesNiko Matsakis-1/+1
2011-10-29rustc: Support 'companion mod's for crates and directory modsBrian 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-02Move compiletest to src/ and cleanup build rulesBrian Anderson-0/+16