| Age | Commit message (Expand) | Author | Lines |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -309/+0 |
| 2012-11-06 | Cleanup how we handle proto in types, remove unsound subtyping | Niko Matsakis | -13/+11 |
| 2012-10-19 | Remove superfluous by-ref in option::get, option::get_default, option::expect | Tim Chevalier | -1/+1 |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -1/+0 |
| 2012-10-05 | Remove by-mutable-ref mode from the compiler | Tim Chevalier | -1/+0 |
| 2012-10-05 | rustc: Implement simple uses of &trait | Patrick Walton | -1/+3 |
| 2012-10-05 | Revert "wip" | Tim Chevalier | -0/+1 |
| 2012-10-05 | wip | Tim Chevalier | -1/+0 |
| 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-20 | rustc: De-mode all overloaded operators | Patrick Walton | -2/+2 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -1/+1 |
| 2012-09-11 | Promote 'impl' from restricted keyword to strict | Brian Anderson | -1/+1 |
| 2012-09-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -1/+1 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -1/+1 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -1/+1 |
| 2012-09-07 | Refactor fn_ty, working towards #3320 | Niko Matsakis | -9/+9 |
| 2012-09-06 | Refactor ty_var and ty_var_integral into one ty_infer variant | Niko Matsakis | -2/+1 |
| 2012-09-06 | Refactor trans to replace lvalue and friends with Datum. | Niko Matsakis | -14/+13 |
| 2012-09-04 | rustc: "import" -> "use" | Patrick Walton | -11/+11 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -1/+1 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -6/+6 |
| 2012-08-22 | intern identifiers | Paul Stansifer | -8/+12 |
| 2012-08-15 | rustc: "as Trait" can now be written "as @Trait". | Patrick Walton | -1/+1 |
| 2012-08-13 | rustc: Mostly implement region-bounded stack closures | Patrick Walton | -4/+6 |
| 2012-08-13 | Change "iid" identifiers (apparently "interface id") to "trait_id" | Lindsey Kuper | -2/+2 |
| 2012-08-10 | Revert "rustc: Make function types have vstores in them" | Patrick Walton | -6/+4 |
| 2012-08-10 | rustc: Make function types have vstores in them | Patrick Walton | -4/+6 |
| 2012-08-10 | remove modes from ty.rs | Niko Matsakis | -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 | -8/+8 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -63/+61 |
| 2012-08-03 | rustc: Merge fn& and fn in favor of fn&. | Patrick Walton | -1/+0 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -2/+2 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -6/+6 |
| 2012-07-18 | prevent regions from escaping in ifaces; remove &r.T syntax | Niko Matsakis | -1/+1 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -1/+0 |
| 2012-07-14 | Tear out ty_str and ty_vec. | Michael Sullivan | -2/+0 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -64/+64 |
| 2012-07-13 | Support prefix notation for vstore strings. Closes #2906. | Michael Sullivan | -2/+2 |
| 2012-07-10 | Mop up merge collision. | Graydon Hoare | -4/+3 |
| 2012-07-10 | Modify reflect interface to pass tydescs back to client, stop on false return. | Graydon Hoare | -67/+88 |
| 2012-07-05 | Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym | Lindsey Kuper | -4/+4 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -10/+10 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -2/+2 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -40/+40 |
| 2012-06-28 | Replaced almost all vector+ in rustc (#2719) | Eric Holk | -10/+12 |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -1/+1 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -34/+34 |
| 2012-06-24 | Remove resources | Tim Chevalier | -1/+0 |