| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵ | Daniel Patterson | -110/+0 | |
| per #3543 | ||||
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -1/+1 | |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -4/+4 | |
| 2012-09-05 | fuzzer: "import" -> "use" | Patrick Walton | -5/+3 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -27/+27 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -27/+27 | |
| 2012-06-21 | Remove some singleton vector appends. | Eric Holk | -4/+4 | |
| 2012-04-13 | use find not echo; this also brings fuzzer under the iron fist of tidy.py! | Niko Matsakis | -7/+11 | |
| 2012-01-06 | Get these files compiling again | Jesse Ruderman | -8/+8 | |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -2/+2 | |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / ↵ | Graydon Hoare | -2/+2 | |
| #debug. | ||||
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -4/+4 | |
| 2011-10-25 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -8/+8 | |
| Closes #1067 | ||||
| 2011-10-21 | Remove some semicolons after block calls | Marijn Haverbeke | -9/+9 | |
| The remaining ones can be removed after the next snapshot. (Or we can let the next pretty-print pass take care of them.) | ||||
| 2011-10-21 | Remove remaining uses of iter and for-each | Marijn Haverbeke | -15/+15 | |
| Issue #1056 | ||||
| 2011-09-20 | Fix syntax error | Jesse Ruderman | -1/+1 | |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -11/+11 | |
| Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit. | ||||
| 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-02 | Reformat. Issue #855 | Brian Anderson | -0/+1 | |
| 2011-08-20 | Reformat | Brian Anderson | -23/+23 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-18 | Rename various things from ivec to vec | Brian Anderson | -3/+3 | |
| 2011-08-16 | Port the tests to the decl foo<T> syntax. | Erick Tryzelaar | -10/+10 | |
| 2011-08-15 | The wonky for...in... whitespace was bothering me. Sorry! | Lindsey Kuper | -10/+10 | |
| 2011-08-09 | Port the fuzzer and tests to ivec type [T] syntax. | Erick Tryzelaar | -15/+15 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -43/+59 | |
| 2011-07-10 | Type-parameterize ivec_fuzz | Jesse Ruderman | -13/+13 | |
| 2011-07-10 | Pieces of a fuzzer, WIP | Jesse Ruderman | -0/+98 | |
