about summary refs log tree commit diff
path: root/src/fuzzer
AgeCommit message (Collapse)AuthorLines
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-29/+29
Issue #1056
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-1/+1
2011-09-27Prevent copies of resources into various thingsBrian Anderson-1/+1
2011-09-26Add a cycle-collection fuzzerJesse Ruderman-0/+59
2011-09-25Fuzzer: stop ignoring fixed bugsJesse Ruderman-5/+0
2011-09-24Fuzzer: ignore more bugsJesse Ruderman-0/+4
2011-09-23Add rand_util.rsJesse Ruderman-0/+93
2011-09-23Fuzzer: use different exclusions when testing pretty-printer than when ↵Jesse Ruderman-121/+157
testing compiler
2011-09-20Ignore #949Jesse Ruderman-1/+1
2011-09-20Add @true to common_exprs and fix some exclusionsJesse Ruderman-3/+4
2011-09-20Fuzzer: add common_exprs, but comment out its use for now. Update lists of ↵Jesse Ruderman-10/+43
known bugs.
2011-09-20Fix syntax errorJesse Ruderman-1/+1
2011-09-19Fuzzer: add ability to run the generated programsJesse Ruderman-22/+91
2011-09-19Break fold's circular reference during unwindingBrian Anderson-2/+0
This converts the AST fold into a resource that breaks it's own circular reference (just a temporary workaround until GC), so that failure during fold will unwind correctly. Issue #936
2011-09-16Fuzzer: update lists of known bugsJesse Ruderman-47/+67
2011-09-12Factor imports mindlessly.Graydon Hoare-15/+4
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-1/+1
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-47/+47
Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit.
2011-09-10Fuzzer: move tys around in addition to exprsJesse Ruderman-21/+93
2011-09-10Fuzzer: first steps of making steal_exprs more genericJesse Ruderman-11/+13
2011-09-10ivec_fuzz: use vec::reversedJesse Ruderman-9/+6
2011-09-10ivec_fuzz: remove obsolete commentsJesse Ruderman-5/+1
2011-09-10ivec_fuzz: require shared types, because that's what vec::slide requiresJesse Ruderman-8/+8
2011-09-10Fuzzer: Refactor check_whole_compiler so it doesn't halt the fuzzer when it ↵Jesse Ruderman-12/+50
finds a bug.
2011-09-09Fuzzer: update lists of known bugsJesse Ruderman-56/+25
2011-09-09Fuzzer: remove exclusions for some issues that have been fixedJesse Ruderman-38/+1
2011-09-02Reformat. Issue #855Brian Anderson-71/+72
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
Closes #799
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-111/+132
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-18Rename various things from ivec to vecBrian Anderson-8/+8
2011-08-16Port the tests to the decl foo<T> syntax.Erick Tryzelaar-12/+12
2011-08-16fuzzer: Remove send and recvPatrick Walton-2/+0
2011-08-16Rename std::ivec to std::vecBrian Anderson-7/+7
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-5/+4
Converting rustc will still take a snapshot
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-10/+10
2011-08-12Remove last uses of vec::lenBrian Anderson-4/+4
2011-08-12Convert std::run to ivecsBrian Anderson-3/+3