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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fuzzer
Age
Commit message (
Expand
)
Author
Lines
2011-09-20
Ignore #949
Jesse Ruderman
-1
/
+1
2011-09-20
Add @true to common_exprs and fix some exclusions
Jesse Ruderman
-3
/
+4
2011-09-20
Fuzzer: add common_exprs, but comment out its use for now. Update lists of kn...
Jesse Ruderman
-10
/
+43
2011-09-20
Fix syntax error
Jesse Ruderman
-1
/
+1
2011-09-19
Fuzzer: add ability to run the generated programs
Jesse Ruderman
-22
/
+91
2011-09-19
Break fold's circular reference during unwinding
Brian Anderson
-2
/
+0
2011-09-16
Fuzzer: update lists of known bugs
Jesse Ruderman
-47
/
+67
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-15
/
+4
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-1
/
+1
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-47
/
+47
2011-09-10
Fuzzer: move tys around in addition to exprs
Jesse Ruderman
-21
/
+93
2011-09-10
Fuzzer: first steps of making steal_exprs more generic
Jesse Ruderman
-11
/
+13
2011-09-10
ivec_fuzz: use vec::reversed
Jesse Ruderman
-9
/
+6
2011-09-10
ivec_fuzz: remove obsolete comments
Jesse Ruderman
-5
/
+1
2011-09-10
ivec_fuzz: require shared types, because that's what vec::slide requires
Jesse Ruderman
-8
/
+8
2011-09-10
Fuzzer: Refactor check_whole_compiler so it doesn't halt the fuzzer when it f...
Jesse Ruderman
-12
/
+50
2011-09-09
Fuzzer: update lists of known bugs
Jesse Ruderman
-56
/
+25
2011-09-09
Fuzzer: remove exclusions for some issues that have been fixed
Jesse Ruderman
-38
/
+1
2011-09-02
Reformat. Issue #855
Brian Anderson
-71
/
+72
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-7
/
+7
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-5
/
+5
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-09-01
Convert main functions to istrs. Issue #855
Brian Anderson
-2
/
+1
2011-08-31
Convert fuzzer to istrs. Issue #855
Brian Anderson
-83
/
+84
2011-08-31
Remove more uses of str from std::run. Issue #855
Brian Anderson
-19
/
+19
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-7
/
+7
2011-08-31
Replace xfail-stageN with simply xfail-test
Marijn Haverbeke
-2
/
+2
2011-08-27
Convert pretty-printer to istrs. Issue #855
Brian Anderson
-5
/
+8
2011-08-27
Convert parser to istrs. Issue #855
Brian Anderson
-2
/
+5
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-8
/
+8
2011-08-27
Convert std::run to istrs. Issue #855
Brian Anderson
-6
/
+7
2011-08-27
Convert std::fs to istrs. Issue #855
Brian Anderson
-2
/
+6
2011-08-20
Reformat
Brian Anderson
-111
/
+132
2011-08-18
Rename various things from ivec to vec
Brian Anderson
-8
/
+8
2011-08-16
Port the tests to the decl foo<T> syntax.
Erick Tryzelaar
-12
/
+12
2011-08-16
fuzzer: Remove send and recv
Patrick Walton
-2
/
+0
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-7
/
+7
2011-08-16
Convert most main functions to the ivec signature
Brian Anderson
-5
/
+4
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-10
/
+10
2011-08-12
Remove last uses of vec::len
Brian Anderson
-4
/
+4
2011-08-12
Convert std::run to ivecs
Brian Anderson
-3
/
+3
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
[prev]
[next]