| Age | Commit message (Expand) | Author | Lines |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ... | Daniel Patterson | -96/+0 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -2/+2 |
| 2012-09-05 | fuzzer: "import" -> "use" | Patrick Walton | -2/+2 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -1/+1 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -6/+6 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -6/+6 |
| 2012-06-21 | Remove some singleton vector appends. | Eric Holk | -2/+2 |
| 2012-04-13 | use find not echo; this also brings fuzzer under the iron fist of tidy.py! | Niko Matsakis | -3/+8 |
| 2012-03-28 | Update CC fuzzer | Jesse Ruderman | -2/+2 |
| 2012-02-24 | Improve the cycle-collector fuzzer | Jesse Ruderman | -27/+59 |
| 2012-01-19 | misc: ';' to ',' in enums in cargo, compiletest, and fuzzer | Patrick Walton | -2/+2 |
| 2012-01-19 | misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdoc | Patrick Walton | -1/+1 |
| 2012-01-06 | Get these files compiling again | Jesse Ruderman | -5/+5 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -2/+2 |
| 2011-10-21 | Remove some semicolons after block calls | Marijn Haverbeke | -3/+3 |
| 2011-10-21 | Remove remaining uses of iter and for-each | Marijn Haverbeke | -8/+8 |
| 2011-09-26 | Add a cycle-collection fuzzer | Jesse Ruderman | -0/+59 |