| Age | Commit message (Expand) | Author | Lines |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -92/+81 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -9/+9 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-30 | Fix RIMOV damage to libsyntax | Ben Striegel | -5/+5 |
| 2013-01-30 | RIMOV, round 10 | Ben Striegel | -1/+1 |
| 2013-01-30 | RIMOV, round 8 | Ben Striegel | -2/+2 |
| 2013-01-30 | RIMOV, round 7 | Ben Striegel | -1/+1 |
| 2013-01-30 | RIMOV, round 3 | Ben Striegel | -3/+3 |
| 2013-01-29 | libsyntax: De-export libsyntax. rs=deexporting | Patrick Walton | -31/+37 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -3/+3 |
| 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 | -2/+6 |
| 2012-12-12 | syntax: remove remaining #syntaxext machinery. Close #3516. | Graydon Hoare | -3/+1 |
| 2012-12-05 | librustc: Hook borrow check loan checking up to the moves-based-on-type infra... | Patrick Walton | -1/+5 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-28 | Register snapshots | Brian Anderson | -15/+0 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+15 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -14/+0 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+14 |
| 2012-09-10 | Make all moves explicit in libsyntax | Tim Chevalier | -8/+8 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-09-04 | libsyntax: "import" -> "use" | Patrick Walton | -2/+2 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+25 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -2/+2 |
| 2012-08-27 | rustc: more pattern cleanup | Erick Tryzelaar | -1/+1 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -37/+37 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -2/+2 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -3/+3 |
| 2012-08-11 | syntax: better formatting of closures in pretty printer and more verbose debu... | Daniel Patterson | -9/+16 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+2 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -6/+6 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -24/+24 |
| 2012-08-02 | Shift writer_util to a derived impl attached to the writer trait | Graydon Hoare | -2/+2 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -11/+11 |
| 2012-07-30 | Fix pretty-printing of consecutive idents. | Paul Stansifer | -2/+4 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -30/+30 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -17/+21 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -16/+16 |
| 2012-07-12 | Accept prefix notation for writing the types of str/~ and friends. | Michael Sullivan | -1/+1 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -16/+16 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -16/+16 |
| 2012-06-06 | borrowck changes: some copies, some removed mut annotations, some dvec | Niko Matsakis | -13/+13 |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -0/+528 |