about summary refs log tree commit diff
path: root/src/fuzzer/fuzzer.rs
AgeCommit message (Expand)AuthorLines
2011-09-01Remove lots of estr code from rustc. Issue #855Brian Anderson-1/+1
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-7/+7
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-5/+5
2011-09-01Remove std::str. Issue #855Brian Anderson-1/+0
2011-09-01Convert main functions to istrs. Issue #855Brian Anderson-2/+1
2011-08-31Convert fuzzer to istrs. Issue #855Brian Anderson-83/+84
2011-08-31Remove more uses of str from std::run. Issue #855Brian Anderson-19/+19
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-7/+7
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-2/+2
2011-08-27Convert pretty-printer to istrs. Issue #855Brian Anderson-5/+8
2011-08-27Convert parser to istrs. Issue #855Brian Anderson-2/+5
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-8/+8
2011-08-27Convert std::run to istrs. Issue #855Brian Anderson-6/+7
2011-08-27Convert std::fs to istrs. Issue #855Brian Anderson-2/+6
2011-08-20ReformatBrian Anderson-82/+103
2011-08-16fuzzer: Remove send and recvPatrick Walton-2/+0
2011-08-16Rename std::ivec to std::vecBrian Anderson-4/+4
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-5/+4
2011-08-12Remove last uses of vec::lenBrian Anderson-4/+4
2011-08-12Convert std::run to ivecsBrian Anderson-3/+3
2011-08-12Rename std::ioivec to std::ioBrian Anderson-14/+14
2011-08-09Port the fuzzer and tests to ivec type [T] syntax.Erick Tryzelaar-6/+6
2011-08-03parse_crate_from_source_str takes a parse_sess, not codemapBrian Anderson-7/+7
2011-08-02Use ioivec::read_whole_file_str in a few placesBrian Anderson-8/+3
2011-07-31Stop using walk.rs in the fuzzerMarijn Haverbeke-5/+5
2011-07-29Make the fuzzer check for obvious errors in the 'rest of the compiler', not j...Jesse Ruderman-6/+65
2011-07-28Get expr-moving fuzzer working againJesse Ruderman-64/+81
2011-07-27Reformat for new syntaxMarijn Haverbeke-129/+142
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-10Pieces of a fuzzer, WIPJesse Ruderman-40/+44
2011-07-01Partially restore the fuzzer crate's build rulesBrian Anderson-2/+0
2011-05-20fuzzer: Begin writing mainBrian Anderson-2/+68
2011-05-12Change fuzzer to match new module standardsBrian Anderson-0/+3