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
/
libfuzzer
/
ast_match.rs
Age
Commit message (
Collapse
)
Author
Lines
2013-06-15
Remove the fuzzer
Brian Anderson
-42
/
+0
It is suffering from a bad case of megabitrot.
2013-05-22
fuzzer: Change `core` to `std` in the fuzzer
Patrick Walton
-1
/
+1
2013-05-22
libfuzzer: Rename `std` to `extra`.
Patrick Walton
-1
/
+0
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd ↵
Patrick Walton
-0
/
+2
to libextra
2013-05-15
Rename vec::len(var) to var.len()
Youngmin Yoo
-2
/
+2
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-7
/
+7
2013-03-22
librustdoc: Remove `pure` from fuzzer and rustdoc.
Patrick Walton
-2
/
+2
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-7
/
+7
2013-03-02
librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, ↵
Patrick Walton
-2
/
+3
rustdoc, and rt. rs=defun
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-03
library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵
Daniel Patterson
-0
/
+30
per #3543