summary refs log tree commit diff
path: root/src/fuzzer
AgeCommit message (Expand)AuthorLines
2012-03-28Update CC fuzzerJesse Ruderman-2/+2
2012-03-28Update AST fuzzerJesse Ruderman-10/+5
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-18/+18
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-5/+5
2012-03-20Implement an initial version of placement new.Niko Matsakis-9/+9
2012-03-13implement deserialization, rename mk_mem_buffer() to mem_buffer()Niko Matsakis-2/+2
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-10/+9
2012-03-10core: Remove the nearly empty math moduleBrian Anderson-2/+2
2012-03-08Change util::unreachable to core::unreachableTim Chevalier-1/+1
2012-03-02comp/fuzzer: rewrite to use io::with_str_reader.Erick Tryzelaar-10/+14
2012-03-02comp/std: rename io::string_reader to io::str_reader.Erick Tryzelaar-3/+3
2012-02-24Start next_id at 1 to make the compiler happyJesse Ruderman-2/+2
2012-02-24AST fuzzer: remove ignores for fixed issues; update issue URLsJesse Ruderman-43/+20
2012-02-24Improve the cycle-collector fuzzerJesse Ruderman-27/+59
2012-02-23Adjust fuzzer and cargo to changes in core::str APIMarijn Haverbeke-1/+1
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-2/+2
2012-02-23(core::str) do some replacementsKevin Cantu-2/+2
2012-02-23(core::char) rename slice -> slice_charsKevin Cantu-1/+1
2012-02-23(core::str) rename rindex -> rindex_charsKevin Cantu-1/+1
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-1/+1
2012-02-15make mut a keyword synonymous with mutableNiko Matsakis-2/+4
2012-02-15Fix use of expr_alt in fuzzer that was causing the build to failMarijn Haverbeke-1/+1
2012-02-13(core::str) add find_bytes and export it...Kevin Cantu-1/+1
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-2/+2
2012-02-11using str::rindex...Kevin Cantu-4/+3
2012-02-11core::str rename [r]index -> [r]index_bytesKevin Cantu-1/+1
2012-02-01Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes andKevin Cantu-1/+1
2012-02-01Propagating unsafe::slice 1Kevin Cantu-2/+2
2012-01-25Keep source file around after parsing.Kevin Atkinson-18/+18
2012-01-24rustc: Split diagnostics into "span diagnostics" and "diagnostics".Patrick Walton-5/+8
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-23Allow ast_fold_precursor to change the span.Kevin Atkinson-2/+2
2012-01-23Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.Kevin Atkinson-2/+6
2012-01-19misc: ';' to ',' in enums in cargo, compiletest, and fuzzerPatrick Walton-4/+4
2012-01-19misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdocPatrick Walton-4/+4
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-9/+9
2012-01-17Update crates with correct crate_type attributeBrian Anderson-0/+2
2012-01-14rustc: Rename mk_codemap_handler to mk_handlerBrian Anderson-3/+3
2012-01-14rustc: Allow a custom diagnostic emitter when building the handlerBrian Anderson-3/+3
2012-01-13Update tools for new parser APIBrian Anderson-8/+26
2012-01-13distinguish "any closure" and "stack closure" (block)Niko Matsakis-4/+10
2012-01-11Major clean-up of std::ioMarijn Haverbeke-4/+5
2012-01-08Fix bustageJesse Ruderman-1/+1
2012-01-08Update fuzzerJesse Ruderman-41/+45
2012-01-06Get these files compiling againJesse Ruderman-24/+26
2012-01-05Merge branch 'master' into kmathStefan Plantikow-1/+1
2012-01-05Moved generic float::min, max to core::math and cleaned up some importsStefan Plantikow-3/+2
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-1/+1
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-19/+19