| Age | Commit message (Expand) | Author | Lines |
| 2012-09-29 | Fix a compilation error on windows | Brian Anderson | -1/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-23 | core: Demode option | Brian Anderson | -2/+2 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -1/+1 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -3/+3 |
| 2012-09-10 | Convert class methods to impl methods. Stop parsing class methods | Brian Anderson | -1/+0 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -4/+4 |
| 2012-08-26 | Fix build breakage | Brian Anderson | -2/+1 |
| 2012-08-16 | Update the rock-paper-scissors example in the tutorial, and rename some types... | Eric Holk | -1/+1 |
| 2012-08-16 | Allocate less on empty reads in procsrv | Eric Holk | -1/+1 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -2/+2 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -1/+1 |
| 2012-08-14 | Fix compiletest breakage | Brian Anderson | -2/+2 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -1/+1 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -1/+1 |
| 2012-08-06 | Add missing => | Eric Holk | -1/+1 |
| 2012-08-06 | Refcount tasks in packets to avoid races. | Eric Holk | -12/+15 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -2/+2 |
| 2012-08-03 | Once again, revert "Use pipes in compiletest" | Eric Holk | -15/+12 |
| 2012-08-02 | Revert "Revert "Use pipes in compiletest"" | Eric Holk | -12/+15 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -3/+3 |
| 2012-07-24 | Import reader_util | Eric Holk | -1/+1 |
| 2012-07-14 | ~strify win32-specific fns | Niko Matsakis | -6/+6 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -11/+11 |
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -2/+2 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -3/+3 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -5/+5 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -5/+5 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -5/+5 |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -1/+1 |
| 2012-06-21 | Remove some singleton vector appends. | Eric Holk | -1/+1 |
| 2012-06-21 | Comment only: annotate FIXME | Tim Chevalier | -1/+1 |
| 2012-06-08 | core: Don't deadlock on io streams in run::program_output | Brian Anderson | -0/+1 |
| 2012-06-01 | compiletest: Add the libaux path to PATH on win32 | Brian Anderson | -1/+5 |
| 2012-04-27 | compiletest: Unbreak on Win32 | Brian Anderson | -1/+1 |
| 2012-04-13 | add option exec-env to set env variables during test execution | Niko Matsakis | -7/+11 |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -4/+4 |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -9/+6 |
| 2012-02-20 | core: New task API | Brian Anderson | -2/+2 |
| 2012-02-15 | Rewrite exhaustiveness checker | Marijn Haverbeke | -1/+1 |
| 2012-02-10 | use task::spawn_sched to read stdout and stderr at the same time | Ted Horst | -3/+26 |
| 2012-02-10 | read stderr before stdout | Ted Horst | -1/+1 |
| 2012-02-08 | Suppress warnings in compiletest | Marijn Haverbeke | -1/+1 |
| 2012-02-07 | Make process-spawning take environments and working directories, remove procs... | Graydon Hoare | -155/+41 |
| 2012-01-31 | Change option::t to option | Tim Chevalier | -3/+3 |
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 2) | Kevin Cantu | -4/+4 |
| 2012-01-19 | misc: ';' to ',' in enums in cargo, compiletest, and fuzzer | Patrick Walton | -1/+1 |
| 2012-01-19 | misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdoc | Patrick Walton | -1/+1 |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -1/+1 |
| 2012-01-11 | Major clean-up of std::io | Marijn Haverbeke | -7/+3 |