| Age | Commit message (Expand) | Author | Lines |
| 2013-01-30 | librustc: Remove legacy exports from the language. r=brson | Patrick Walton | -24/+0 |
| 2013-01-29 | libsyntax: De-export a lot of libsyntax. rs=deƫxporting | Patrick Walton | -33/+33 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -1/+1 |
| 2013-01-24 | syntax/rustc: Less copy | Tim Chevalier | -3/+3 |
| 2013-01-22 | syntax/rustc: Make some metadata-related functions take slices, kill bad copies | Tim Chevalier | -4/+4 |
| 2013-01-20 | Convert many libsyntax records into structs | Erick Tryzelaar | -11/+19 |
| 2013-01-14 | convert ast::struct_dtor_ into a struct | Erick Tryzelaar | -2/+6 |
| 2013-01-10 | librustc: Implement a #[no_mangle] attribute to suppress name mangling. r=brson | Patrick Walton | -0/+7 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -1/+1 |
| 2013-01-09 | syntax: convert ast::spanned into a struct | Erick Tryzelaar | -6/+9 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -2/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -3/+14 |
| 2012-12-10 | Remove un-needed code for obsolete classes | Tim Chevalier | -18/+6 |
| 2012-12-07 | Remove impl_id from trait_ref. Unused | Brian Anderson | -6/+0 |
| 2012-12-04 | librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=... | Patrick Walton | -9/+9 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-30 | Disallow dereferencing enum types when the variant is private | Tim Chevalier | -0/+10 |
| 2012-11-28 | Register snapshots | Brian Anderson | -23/+0 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+23 |
| 2012-11-14 | librustc: Require the #[derivable] attribute, remove the significance of "imp... | Patrick Walton | -5/+3 |
| 2012-11-13 | librustc: Implement deriving with a unit return type. r=tjc | Patrick Walton | -2/+1 |
| 2012-10-26 | rustc: Translate monomorphic intra-crate automatically-derived methods that f... | Patrick Walton | -1/+1 |
| 2012-10-25 | rustc: Translate tuple struct constructors | Patrick Walton | -0/+17 |
| 2012-10-23 | rustc: Implement typechecking for simple monomorphic derivable traits on mono... | Patrick Walton | -4/+6 |
| 2012-10-12 | remove ctor from ast (take 2) (no review: just dead code removal) | Niko Matsakis | -19/+1 |
| 2012-10-08 | Revert "remove ctor from ast" | Tim Chevalier | -1/+19 |
| 2012-10-08 | remove ctor from ast | Niko Matsakis | -19/+1 |
| 2012-09-28 | demode vec | Niko Matsakis | -1/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -2/+2 |
| 2012-09-26 | turn ast::ident into a struct | Erick Tryzelaar | -4/+4 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -22/+0 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -1/+1 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+22 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -7/+7 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -1/+1 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -2/+4 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -4/+2 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -2/+4 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -2/+2 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-09-04 | Allow anonymous extern mods | Tim Chevalier | -1/+8 |
| 2012-09-04 | Remove 'with' | Brian Anderson | -2/+2 |
| 2012-09-04 | libsyntax: "import" -> "use" | Patrick Walton | -7/+7 |
| 2012-08-31 | rustc: Implement "use mod" | Patrick Walton | -1/+1 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -1/+24 |
| 2012-08-27 | rustc: more pattern cleanup | Erick Tryzelaar | -4/+4 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -14/+14 |
| 2012-08-24 | fix some unused pattern binding warnings | Niko Matsakis | -1/+1 |