about summary refs log tree commit diff
path: root/src/fuzzer/fuzzer.rc
AgeCommit message (Collapse)AuthorLines
2011-10-29rustc: Support 'companion mod's for crates and directory modsBrian 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-04Link the fuzzer crate to librustc againBrian Anderson-0/+1
2011-07-01Partially restore the fuzzer crate's build rulesBrian 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-12Change fuzzer to match new module standardsBrian Anderson-1/+1
2011-05-10Link fuzzer to the rustc crateBrian Anderson-0/+1
2011-05-10Introduce the fuzzer crate and make rulesBrian Anderson-0/+13