| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -2/+2 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -1/+1 |
| 2013-06-27 | Convert vec::{head, tail, init, last} (and similar fns) to methods. | Huon Wilson | -1/+1 |
| 2013-06-26 | Whitespace | Brian Anderson | -1/+1 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -0/+275 |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -0/+267 |
| 2012-11-26 | Remove the crate language | Brian Anderson | -198/+0 |
| 2012-10-12 | Make moves explicit in compiletest | Tim Chevalier | -1/+1 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -1/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 |
| 2012-09-23 | core: Demode option | Brian Anderson | -2/+2 |
| 2012-09-19 | std: Demode test | Brian Anderson | -1/+1 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -3/+3 |
| 2012-09-12 | Promote 'const', 'copy', 'fn' to strict keywords | Brian Anderson | -1/+1 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -17/+13 |
| 2012-09-04 | std: Convert test to camel case | Brian Anderson | -4/+4 |
| 2012-08-31 | Add JIT testing to compiletest with --jit | Brian Anderson | -1/+4 |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -1/+1 |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -3/+3 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -10/+10 |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -20/+28 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -17/+17 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -7/+7 |
| 2012-08-06 | Refcount tasks in packets to avoid races. | Eric Holk | -5/+0 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -17/+20 |
| 2012-08-03 | Once again, revert "Use pipes in compiletest" | Eric Holk | -0/+5 |
| 2012-08-02 | Revert "Revert "Use pipes in compiletest"" | Eric Holk | -5/+0 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -3/+3 |
| 2012-07-31 | Introduce 'return', 'match' and 'module' as synonyms | Brian Anderson | -16/+16 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -17/+17 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -1/+1 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -46/+46 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -6/+4 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -14/+15 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -7/+7 |
| 2012-06-21 | Remove some singleton vector appends. | Eric Holk | -1/+1 |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -3/+3 |
| 2012-04-04 | Logfile output from tests; summarise in make check | Grahame Bowland | -2/+10 |
| 2012-04-01 | Fixing issue 1919. list_dir is the more general version that returns a vector... | Jonathan Sternberg | -1/+1 |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -2/+2 |
| 2012-03-17 | compiletest: Remove FIXME. Closes #1984 | Brian Anderson | -3/+0 |
| 2012-03-15 | Associate FIXME with an issue in compiletest.rs | Tim Chevalier | -2/+2 |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -3/+2 |
| 2012-02-28 | add ability to run multi-crate tests, run tests with --inline | Niko Matsakis | -1/+3 |
| 2012-02-07 | Make process-spawning take environments and working directories, remove procs... | Graydon Hoare | -27/+12 |
| 2012-01-31 | Change option::t to option | Tim Chevalier | -2/+2 |
| 2012-01-19 | libcore: Use 4x the number of scheduler threads for testing | Brian Anderson | -1/+0 |
| 2012-01-19 | Use fn~ to simplify the core::test interface | Brian Anderson | -32/+17 |