| Age | Commit message (Expand) | Author | Lines |
| 2013-05-08 | test: Fix tests. | Patrick Walton | -1/+1 |
| 2013-05-01 | avoid broken += operator, bogus use of const | Niko Matsakis | -8/+8 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -1/+1 |
| 2013-04-08 | Export adt::trans_get_discr abstractly to the type visitor. | Jed Davis | -5/+11 |
| 2013-04-08 | Feed enum field offsets to type vistors. | Jed Davis | -3/+3 |
| 2013-04-05 | Refactor so that references to traits are not represented using a type with a | Niko Matsakis | -2/+2 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -8/+8 |
| 2013-03-15 | Clonify some of run-pass | Ben Striegel | -2/+2 |
| 2013-03-13 | test: Fix tests. rs=tests | Patrick Walton | -1/+1 |
| 2013-03-13 | librustc: Remove implicit self from the language, except for old-style drop b... | Patrick Walton | -8/+8 |
| 2013-03-11 | test: Remove newtype enums from the test suite. rs=deenum | Patrick Walton | -2/+2 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -3/+3 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -2/+2 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -2/+2 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -2/+2 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -2/+2 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -2/+2 |
| 2013-02-22 | test: De-mut the test suite. rs=demuting | Patrick Walton | -8/+7 |
| 2013-02-22 | Remove legacy_modes from test cases | Brian Anderson | -1/+0 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -2/+2 |
| 2013-02-18 | rustc: For one-tuples, make parsing and printing the type work | Tim Chevalier | -3/+4 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -3/+3 |
| 2013-02-03 | Converted libcore/int-template.rs to the new string functions. | Marvin Löbel | -1/+1 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2013-01-29 | librustc: De-implicit-self the visitor. r=graydon | Patrick Walton | -119/+127 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -1/+1 |
| 2013-01-26 | testsuite: Eliminate uses of structural records from most run-pass tests | Tim Chevalier | -9/+13 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -21/+27 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -1/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -1/+6 |
| 2012-10-11 | Annotate FIXMEs in reflect-visit-data | Tim Chevalier | -10/+4 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -1/+1 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -1/+1 |
| 2012-09-19 | xfail-fast the legacy_mode run-pass tests | Brian Anderson | -0/+1 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+1 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -2/+2 |
| 2012-09-02 | Camel case core::intrinsic | Brian Anderson | -44/+44 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -6/+6 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -5/+4 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -59/+59 |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -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 | -6/+6 |
| 2012-07-16 | Fix reflection on vstore_fixed estrs and evecs. | Graydon Hoare | -11/+12 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -18/+18 |
| 2012-07-12 | Update and un-xfail reflect-visit-data | Tim Chevalier | -17/+15 |