summary refs log tree commit diff
path: root/src/fuzzer
AgeCommit message (Expand)AuthorLines
2011-07-26Tidy up fuzzer logic a bit.Graydon Hoare-13/+24
2011-07-25Tidy fuzzer a bit.Graydon Hoare-34/+77
2011-07-25Adjust pp interface to that printing a crate (an reproducing literals/comment...Graydon Hoare-20/+26
2011-07-14Fix fuzzer to compile with ivec-ized pp module.Graydon Hoare-8/+8
2011-07-13Slight enhancements to round-trip code (run kdiff3 on mismatch, remove hard-w...Graydon Hoare-12/+20
2011-07-13Add issue numbersJesse Ruderman-1/+2
2011-07-13Fuzzer: test round trips through the pretty printer and parserJesse Ruderman-37/+86
2011-07-10fuzzer.rs is now a pseudo-fuzzer that takes an AST and replaces expressions i...Jesse Ruderman-14/+111
2011-07-10Type-parameterize ivec_fuzzJesse Ruderman-13/+13
2011-07-10Remove comments complaining about https://github.com/graydon/rust/issues/633 ...Jesse Ruderman-6/+0
2011-07-10Pieces of a fuzzer, WIPJesse Ruderman-40/+180
2011-07-04Link the fuzzer crate to librustc againBrian Anderson-0/+1
2011-07-01Partially restore the fuzzer crate's build rulesBrian Anderson-3/+0
2011-05-20fuzzer: Begin writing mainBrian Anderson-2/+68
2011-05-12Change fuzzer to match new module standardsBrian Anderson-4/+4
2011-05-10Link fuzzer to the rustc crateBrian Anderson-1/+3
2011-05-10Introduce the fuzzer crate and make rulesBrian Anderson-0/+15