| Age | Commit message (Expand) | Author | Lines |
| 2012-03-28 | Update CC fuzzer | Jesse Ruderman | -2/+2 |
| 2012-03-28 | Update AST fuzzer | Jesse Ruderman | -10/+5 |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -18/+18 |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -5/+5 |
| 2012-03-20 | Implement an initial version of placement new. | Niko Matsakis | -9/+9 |
| 2012-03-13 | implement deserialization, rename mk_mem_buffer() to mem_buffer() | Niko Matsakis | -2/+2 |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -10/+9 |
| 2012-03-10 | core: Remove the nearly empty math module | Brian Anderson | -2/+2 |
| 2012-03-08 | Change util::unreachable to core::unreachable | Tim Chevalier | -1/+1 |
| 2012-03-02 | comp/fuzzer: rewrite to use io::with_str_reader. | Erick Tryzelaar | -10/+14 |
| 2012-03-02 | comp/std: rename io::string_reader to io::str_reader. | Erick Tryzelaar | -3/+3 |
| 2012-02-24 | Start next_id at 1 to make the compiler happy | Jesse Ruderman | -2/+2 |
| 2012-02-24 | AST fuzzer: remove ignores for fixed issues; update issue URLs | Jesse Ruderman | -43/+20 |
| 2012-02-24 | Improve the cycle-collector fuzzer | Jesse Ruderman | -27/+59 |
| 2012-02-23 | Adjust fuzzer and cargo to changes in core::str API | Marijn Haverbeke | -1/+1 |
| 2012-02-23 | (core::str) remove len_bytes alias | Kevin Cantu | -2/+2 |
| 2012-02-23 | (core::str) do some replacements | Kevin Cantu | -2/+2 |
| 2012-02-23 | (core::char) rename slice -> slice_chars | Kevin Cantu | -1/+1 |
| 2012-02-23 | (core::str) rename rindex -> rindex_chars | Kevin Cantu | -1/+1 |
| 2012-02-23 | (core::str) mostly rename len -> len_chars | Kevin Cantu | -1/+1 |
| 2012-02-15 | make mut a keyword synonymous with mutable | Niko Matsakis | -2/+4 |
| 2012-02-15 | Fix use of expr_alt in fuzzer that was causing the build to fail | Marijn 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 -> len | Kevin Cantu | -2/+2 |
| 2012-02-11 | using str::rindex... | Kevin Cantu | -4/+3 |
| 2012-02-11 | core::str rename [r]index -> [r]index_bytes | Kevin Cantu | -1/+1 |
| 2012-02-01 | Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and | Kevin Cantu | -1/+1 |
| 2012-02-01 | Propagating unsafe::slice 1 | Kevin Cantu | -2/+2 |
| 2012-01-25 | Keep source file around after parsing. | Kevin Atkinson | -18/+18 |
| 2012-01-24 | rustc: Split diagnostics into "span diagnostics" and "diagnostics". | Patrick Walton | -5/+8 |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -1/+1 |
| 2012-01-23 | Allow ast_fold_precursor to change the span. | Kevin Atkinson | -2/+2 |
| 2012-01-23 | Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str. | Kevin Atkinson | -2/+6 |
| 2012-01-19 | misc: ';' to ',' in enums in cargo, compiletest, and fuzzer | Patrick Walton | -4/+4 |
| 2012-01-19 | misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdoc | Patrick Walton | -4/+4 |
| 2012-01-19 | Remove support for the '.' after a nullary tag in a pattern | Tim Chevalier | -1/+1 |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -9/+9 |
| 2012-01-17 | Update crates with correct crate_type attribute | Brian Anderson | -0/+2 |
| 2012-01-14 | rustc: Rename mk_codemap_handler to mk_handler | Brian Anderson | -3/+3 |
| 2012-01-14 | rustc: Allow a custom diagnostic emitter when building the handler | Brian Anderson | -3/+3 |
| 2012-01-13 | Update tools for new parser API | Brian Anderson | -8/+26 |
| 2012-01-13 | distinguish "any closure" and "stack closure" (block) | Niko Matsakis | -4/+10 |
| 2012-01-11 | Major clean-up of std::io | Marijn Haverbeke | -4/+5 |
| 2012-01-08 | Fix bustage | Jesse Ruderman | -1/+1 |
| 2012-01-08 | Update fuzzer | Jesse Ruderman | -41/+45 |
| 2012-01-06 | Get these files compiling again | Jesse Ruderman | -24/+26 |
| 2012-01-05 | Merge branch 'master' into kmath | Stefan Plantikow | -1/+1 |
| 2012-01-05 | Moved generic float::min, max to core::math and cleaned up some imports | Stefan Plantikow | -3/+2 |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -1/+1 |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -19/+19 |