| Age | Commit message (Expand) | Author | Lines |
| 2011-12-22 | Merge all 3 log syntaxes, tidy up residual misuses. | Graydon Hoare | -4/+5 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -28/+28 |
| 2011-12-20 | removed math leftovers from std | Stefan Plantikow | -3/+3 |
| 2011-12-16 | std: file_is_dir -> path_is_dir, add path_exists | Elly Jones | -1/+1 |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -1/+2 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -9/+10 |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -1/+1 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -3/+1 |
| 2011-10-29 | rustc: Support 'companion mod's for crates and directory mods | Brian Anderson | -5/+0 |
| 2011-10-29 | stdlib: Make io failures recoverable by returning a result | Brian Anderson | -4/+6 |
| 2011-10-27 | Remove uint::max/min in favor if math::max/min | Matt Brubeck | -3/+3 |
| 2011-10-25 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -12/+12 |
| 2011-10-21 | Remove some semicolons after block calls | Marijn Haverbeke | -14/+14 |
| 2011-10-21 | Drop support for iter, put, and for-each | Marijn Haverbeke | -3/+0 |
| 2011-10-21 | Remove remaining uses of iter and for-each | Marijn Haverbeke | -29/+29 |
| 2011-10-20 | Make fn denote a bare function. Convert fn to fn@ as needed | Brian Anderson | -1/+1 |
| 2011-09-27 | Prevent copies of resources into various things | Brian Anderson | -1/+1 |
| 2011-09-26 | Add a cycle-collection fuzzer | Jesse Ruderman | -0/+59 |
| 2011-09-25 | Fuzzer: stop ignoring fixed bugs | Jesse Ruderman | -5/+0 |
| 2011-09-24 | Fuzzer: ignore more bugs | Jesse Ruderman | -0/+4 |
| 2011-09-23 | Add rand_util.rs | Jesse Ruderman | -0/+93 |
| 2011-09-23 | Fuzzer: use different exclusions when testing pretty-printer than when testin... | Jesse Ruderman | -121/+157 |
| 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 |