| Age | Commit message (Expand) | Author | Lines |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -1/+1 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -1/+1 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -1/+1 |
| 2012-09-28 | Fix graph500-bfs | Tim Chevalier | -5/+5 |
| 2012-09-28 | Fix benchmarks. | Graydon Hoare | -3/+3 |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -1/+1 |
| 2012-09-28 | demode vec | Niko Matsakis | -7/+7 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-25 | Fix borked tests | Tim Chevalier | -1/+1 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -10/+10 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -7/+7 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -3/+6 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -8/+5 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -5/+8 |
| 2012-09-18 | Tweak graph500-bfs so it pretty-prints | Brian Anderson | -2/+2 |
| 2012-09-18 | Fix some broken tests | Brian Anderson | -1/+1 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+2 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -4/+4 |
| 2012-09-07 | (partially fix incoming) More hash function simplification | Kevin Cantu | -4/+2 |
| 2012-09-06 | Refactor trans to replace lvalue and friends with Datum. | Niko Matsakis | -7/+9 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -11/+11 |
| 2012-08-29 | std: Camel case some constructors | Brian Anderson | -2/+2 |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -1/+1 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -1/+1 |
| 2012-08-26 | fix bench test for arc::arc camelcase | Ben Blum | -1/+1 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -21/+21 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -2/+2 |
| 2012-08-10 | Fix compile-fail arc/sync tests | Ben Blum | -0/+1 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -6/+6 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -16/+16 |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -2/+4 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -4/+4 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -21/+21 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -0/+1 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -12/+12 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -9/+13 |
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -1/+1 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -22/+22 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -21/+21 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -11/+11 |
| 2012-06-28 | Make a bunch of tests stop using the deprecated vector syntax. | Michael Sullivan | -2/+2 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -9/+9 |
| 2012-06-25 | Improved graph500 performance (Issue #2719) | Eric Holk | -1/+1 |
| 2012-06-20 | Comments only: typos | Tim Chevalier | -1/+1 |
| 2012-06-19 | Moved arc to libcore and added an arc that allows shared mutable state throug... | Eric Holk | -1/+0 |
| 2012-06-16 | Revert "Moved arc to libstd and added an arc that allows shared mutable state... | Tim Chevalier | -0/+1 |
| 2012-06-15 | Moved arc to libstd and added an arc that allows shared mutable state through... | Eric Holk | -1/+0 |