index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fuzzer
Age
Commit message (
Expand
)
Author
Lines
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-14
/
+14
2011-08-09
Port the fuzzer and tests to ivec type [T] syntax.
Erick Tryzelaar
-23
/
+23
2011-08-03
parse_crate_from_source_str takes a parse_sess, not codemap
Brian Anderson
-7
/
+7
2011-08-02
Use ioivec::read_whole_file_str in a few places
Brian Anderson
-8
/
+3
2011-07-31
Stop using walk.rs in the fuzzer
Marijn Haverbeke
-5
/
+5
2011-07-29
Make the fuzzer check for obvious errors in the 'rest of the compiler', not j...
Jesse Ruderman
-6
/
+65
2011-07-28
Get expr-moving fuzzer working again
Jesse Ruderman
-64
/
+81
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-192
/
+216
2011-07-26
Tidy up fuzzer logic a bit.
Graydon Hoare
-13
/
+24
2011-07-25
Tidy fuzzer a bit.
Graydon Hoare
-34
/
+77
2011-07-25
Adjust pp interface to that printing a crate (an reproducing literals/comment...
Graydon Hoare
-20
/
+26
2011-07-14
Fix fuzzer to compile with ivec-ized pp module.
Graydon Hoare
-8
/
+8
2011-07-13
Slight enhancements to round-trip code (run kdiff3 on mismatch, remove hard-w...
Graydon Hoare
-12
/
+20
2011-07-13
Add issue numbers
Jesse Ruderman
-1
/
+2
2011-07-13
Fuzzer: test round trips through the pretty printer and parser
Jesse Ruderman
-37
/
+86
2011-07-10
fuzzer.rs is now a pseudo-fuzzer that takes an AST and replaces expressions i...
Jesse Ruderman
-14
/
+111
2011-07-10
Type-parameterize ivec_fuzz
Jesse Ruderman
-13
/
+13
2011-07-10
Remove comments complaining about https://github.com/graydon/rust/issues/633 ...
Jesse Ruderman
-6
/
+0
2011-07-10
Pieces of a fuzzer, WIP
Jesse Ruderman
-40
/
+180
2011-07-04
Link the fuzzer crate to librustc again
Brian Anderson
-0
/
+1
2011-07-01
Partially restore the fuzzer crate's build rules
Brian Anderson
-3
/
+0
2011-05-20
fuzzer: Begin writing main
Brian Anderson
-2
/
+68
2011-05-12
Change fuzzer to match new module standards
Brian Anderson
-4
/
+4
2011-05-10
Link fuzzer to the rustc crate
Brian Anderson
-1
/
+3
2011-05-10
Introduce the fuzzer crate and make rules
Brian Anderson
-0
/
+15
[prev]