]> git.lizzy.rs Git - rust.git/history - src/fuzzer/fuzzer.rs
Ignore #949
[rust.git] / src / fuzzer / fuzzer.rs
2011-09-20 Jesse RudermanIgnore #949
2011-09-20 Jesse RudermanAdd @true to common_exprs and fix some exclusions
2011-09-20 Jesse RudermanFuzzer: add common_exprs, but comment out its use for...
2011-09-20 Jesse RudermanFuzzer: add ability to run the generated programs
2011-09-19 Brian AndersonBreak fold's circular reference during unwinding
2011-09-16 Jesse RudermanFuzzer: update lists of known bugs
2011-09-12 Graydon HoareFactor imports mindlessly.
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekePretty-print for new arg-mode syntax
2011-09-12 Marijn HaverbekeReformat for new mode syntax, step 1
2011-09-11 Jesse RudermanFuzzer: move tys around in addition to exprs
2011-09-10 Jesse RudermanFuzzer: first steps of making steal_exprs more generic
2011-09-10 Jesse RudermanFuzzer: Refactor check_whole_compiler so it doesn't...
2011-09-10 Jesse RudermanFuzzer: update lists of known bugs
2011-09-10 Jesse RudermanFuzzer: remove exclusions for some issues that have...
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-06 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-03 Brian AndersonReformat. Issue #855
2011-09-02 Brian AndersonRemove lots of estr code from rustc. Issue #855
2011-09-02 Brian AndersonConvert all uses of #ifmt to #fmt. Issue #855
2011-09-02 Brian AndersonRename std::istr to std::str. Issue #855
2011-09-01 Brian AndersonRemove std::str. Issue #855
2011-09-01 Brian AndersonConvert main functions to istrs. Issue #855
2011-08-31 Brian AndersonConvert fuzzer to istrs. Issue #855
2011-08-31 Brian AndersonRemove more uses of str from std::run. Issue #855
2011-08-31 Brian AndersonConvert uses of #fmt to #ifmt. Issue #855
2011-08-31 Marijn HaverbekeReplace xfail-stageN with simply xfail-test
2011-08-27 Brian AndersonConvert pretty-printer to istrs. Issue #855
2011-08-27 Brian AndersonConvert parser to istrs. Issue #855
2011-08-27 Brian AndersonConvert std::io to istrs. Issue #855
2011-08-27 Brian AndersonConvert std::run to istrs. Issue #855
2011-08-27 Brian AndersonConvert std::fs to istrs. Issue #855
2011-08-20 Brian AndersonReformat
2011-08-16 Patrick Waltonfuzzer: Remove send and recv
2011-08-16 Brian AndersonRename std::ivec to std::vec
2011-08-16 Brian AndersonConvert most main functions to the ivec signature
2011-08-12 Brian AndersonRemove last uses of vec::len
2011-08-12 Brian AndersonConvert std::run to ivecs
2011-08-12 Brian AndersonRename std::ioivec to std::io
2011-08-09 Erick TryzelaarPort the fuzzer and tests to ivec type [T] syntax.
2011-08-03 Brian Andersonparse_crate_from_source_str takes a parse_sess, not...
2011-08-02 Brian AndersonUse ioivec::read_whole_file_str in a few places
2011-07-31 Marijn HaverbekeStop using walk.rs in the fuzzer
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-29 Jesse RudermanMake the fuzzer check for obvious errors in the 'rest...
2011-07-28 Jesse RudermanGet expr-moving fuzzer working again
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-07-26 Graydon HoareTidy up fuzzer logic a bit.
2011-07-26 Graydon HoareTidy fuzzer a bit.
2011-07-25 Graydon HoareAdjust pp interface to that printing a crate (an reprod...
2011-07-15 Graydon HoareFix fuzzer to compile with ivec-ized pp module.
2011-07-14 Graydon HoareSlight enhancements to round-trip code (run kdiff3...
2011-07-14 Jesse RudermanAdd issue numbers
2011-07-14 Jesse RudermanFuzzer: test round trips through the pretty printer...
2011-07-11 Jesse Rudermanfuzzer.rs is now a pseudo-fuzzer that takes an AST...
2011-07-11 Jesse RudermanPieces of a fuzzer, WIP
2011-07-04 Graydon HoareMerge pull request #605 from wilsonk/target
2011-07-01 Brian AndersonPartially restore the fuzzer crate's build rules
2011-05-21 Brian Andersonfuzzer: Begin writing main
2011-05-13 Brian AndersonChange fuzzer to match new module standards