| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| Closes #799 | ||||
| 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 | -82/+103 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-16 | fuzzer: Remove send and recv | Patrick Walton | -2/+0 | |
| 2011-08-16 | Rename std::ivec to std::vec | Brian Anderson | -4/+4 | |
| 2011-08-16 | Convert most main functions to the ivec signature | Brian Anderson | -5/+4 | |
| Converting rustc will still take a snapshot | ||||
| 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 | -6/+6 | |
| 2011-08-03 | parse_crate_from_source_str takes a parse_sess, not codemap | Brian Anderson | -7/+7 | |
| This was causing problems when reading from stdin for subsequent passes that needed to generate node ids. | ||||
| 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 ↵ | Jesse Ruderman | -6/+65 | |
| just the parser. (Disabled by default because it's slow and messy.) | ||||
| 2011-07-28 | Get expr-moving fuzzer working again | Jesse Ruderman | -64/+81 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -129/+142 | |
| 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 ↵ | Graydon Hoare | -20/+26 | |
| literals/comments) takes a reader, not just a filename. Fixes first big pp-fuzzer bug. | ||||
| 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 ↵ | Graydon Hoare | -12/+20 | |
| hard-wired input dir) | ||||
| 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 ↵ | Jesse Ruderman | -14/+111 | |
| inside it | ||||
| 2011-07-10 | Pieces of a fuzzer, WIP | Jesse Ruderman | -40/+44 | |
| 2011-07-01 | Partially restore the fuzzer crate's build rules | Brian Anderson | -2/+0 | |
| Right now the stage1/fuzzer crate will build but it's not linked to librustc because stage1/librustc won't link. | ||||
| 2011-05-20 | fuzzer: Begin writing main | Brian Anderson | -2/+68 | |
| 2011-05-12 | Change fuzzer to match new module standards | Brian Anderson | -0/+3 | |
