| Age | Commit message (Expand) | Author | Lines |
| 2012-10-11 | Update FIXME number | Tim Chevalier | -1/+1 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -27/+13 |
| 2012-09-28 | demode vec | Niko Matsakis | -17/+14 |
| 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 | -2/+2 |
| 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 | -1/+1 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -3/+3 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+3 |
| 2012-09-20 | Revert "syntax: Make attributes sendable for rustdoc's benefit" | Brian Anderson | -4/+4 |
| 2012-09-20 | syntax: Make attributes sendable for rustdoc's benefit | Brian Anderson | -4/+4 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -2/+2 |
| 2012-09-14 | Add core::reflect, start migrating core::repr to use it. Tidy up various Repr... | Graydon Hoare | -1/+0 |
| 2012-09-12 | Promote 'const', 'copy', 'fn' to strict keywords | Brian Anderson | -1/+1 |
| 2012-09-11 | Introduce auto adjustment table to subsume autoderef/autoref/borrowings. | Niko Matsakis | -2/+2 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -2/+2 |
| 2012-09-07 | Remove import and export from intrinsic.rs | Brian Anderson | -4/+3 |
| 2012-09-04 | std: Convert test to camel case | Brian Anderson | -1/+1 |
| 2012-09-04 | Remove 'with' | Brian Anderson | -9/+9 |
| 2012-09-04 | rustc: "import" -> "use" | Patrick Walton | -18/+18 |
| 2012-09-02 | Camel case core::intrinsic | Brian Anderson | -24/+23 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -1/+4 |
| 2012-08-29 | Allow extern mods to be anonymous | Tim Chevalier | -0/+1 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -2/+2 |
| 2012-08-27 | Mark intrinsic::tydesc with #[allow(non_camel_case_types)] | Brian Anderson | -0/+1 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -26/+26 |
| 2012-08-25 | Fix more unused variable warnings | Brian Anderson | -1/+1 |
| 2012-08-23 | Remove purity from fn_decl and move it out to containing AST elements. | Michael Sullivan | -8/+5 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -10/+10 |
| 2012-08-22 | intern identifiers | Paul Stansifer | -27/+39 |
| 2012-08-15 | Convert more core types to camel case | 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 | -7/+7 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -14/+14 |
| 2012-08-03 | rustc: Add the notion of inherited visibility | Patrick Walton | -1/+1 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -31/+35 |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -1/+1 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -7/+7 |
| 2012-07-16 | Fix reflection on vstore_fixed estrs and evecs. | Graydon Hoare | -4/+3 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -6/+3 |
| 2012-07-14 | Tear out ty_str and ty_vec. | Michael Sullivan | -3/+3 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -33/+33 |
| 2012-07-13 | Change (hopefully) all of the code that generates strs asts to produce ~strs. | Michael Sullivan | -6/+15 |
| 2012-07-13 | Support prefix notation for vstore strings. Closes #2906. | Michael Sullivan | -18/+21 |
| 2012-07-12 | Obliterate the callee_id hack | Tim Chevalier | -8/+20 |
| 2012-07-10 | Modify reflect interface to pass tydescs back to client, stop on false return. | Graydon Hoare | -44/+39 |
| 2012-07-10 | Get rid of places that expected foo.bar to implicitly bind. | Michael Sullivan | -5/+5 |
| 2012-07-09 | Allow folds to drop items. | Paul Stansifer | -2/+2 |
| 2012-07-09 | rustc: Conditionally compile view items. #2357 | Brian Anderson | -6/+24 |
| 2012-07-05 | Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym | Lindsey Kuper | -1/+1 |