| Age | Commit message (Expand) | Author | Lines |
| 2013-02-04 | core/syntax: Add transitional code for pipes | Tim Chevalier | -0/+28 |
| 2013-02-03 | core: convert ToStr::to_str to take explicit &self | Erick Tryzelaar | -2/+2 |
| 2013-01-31 | test cases, cleanup | John Clements | -7/+8 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -2/+2 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -11/+1 |
| 2013-01-29 | libsyntax: De-export libsyntax. rs=deexporting | Patrick Walton | -10/+9 |
| 2013-01-29 | libsyntax: De-export a lot of libsyntax. rs=deƫxporting | Patrick Walton | -39/+35 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -4/+11 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -4/+6 |
| 2013-01-24 | Convert pipes::Buffer into a struct | Erick Tryzelaar | -4/+4 |
| 2013-01-23 | renaming to adhere to conventions | John Clements | -2/+2 |
| 2013-01-22 | Add is_mutbl field to arg | Seo Sanghyeon | -0/+1 |
| 2013-01-20 | Convert many libsyntax records into structs | Erick Tryzelaar | -10/+13 |
| 2013-01-20 | convert the remaining ast record types into structs | Erick Tryzelaar | -23/+38 |
| 2013-01-20 | convert ast::{ty_field_,ty_method} into a struct | Erick Tryzelaar | -1/+1 |
| 2013-01-20 | convert ast::ty into a struct | Erick Tryzelaar | -12/+20 |
| 2013-01-20 | convert ast::expr into a struct | Erick Tryzelaar | -12/+18 |
| 2013-01-14 | convert ast::{field_,capture_item_,mt} and middle::ty::mt into structs | Erick Tryzelaar | -4/+11 |
| 2013-01-14 | Convert ast::{pat,field_pat,local_,arm} into structs | Erick Tryzelaar | -5/+9 |
| 2013-01-14 | convert ast::blk_ into a struct | Erick Tryzelaar | -5/+7 |
| 2013-01-14 | convert ast::attribute_ and ast::view_item to a struct | Erick Tryzelaar | -2/+2 |
| 2013-01-14 | convert ast::item into a struct | Erick Tryzelaar | -6/+6 |
| 2013-01-14 | change ast::ty_param into a struct. | Erick Tryzelaar | -1/+1 |
| 2013-01-14 | Change ast::path into a struct. | Erick Tryzelaar | -14/+14 |
| 2013-01-09 | syntax: convert ast::spanned into a struct | Erick Tryzelaar | -16/+15 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -7/+55 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -55/+7 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -7/+55 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -53/+82 |
| 2012-12-17 | Change iter::find's closure to take a ref | Erick Tryzelaar | -2/+2 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -17/+9 |
| 2012-12-09 | Remove transitional code | Brian Anderson | -135/+0 |
| 2012-12-07 | librustc: De-mode pattern bindings. r=nmatsakis | Patrick Walton | -1/+1 |
| 2012-12-07 | syntax: stage0-guard uses of #ast, rewrite as quote_foo! in stage1,2. | Graydon Hoare | -97/+122 |
| 2012-12-04 | librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=... | Patrick Walton | -14/+14 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+70 |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -1/+9 |
| 2012-11-28 | Remove uses of #[merge] | Brian Anderson | -0/+70 |
| 2012-11-28 | Register snapshots | Brian Anderson | -15/+0 |
| 2012-11-26 | Remove the crate language | Brian Anderson | -0/+12 |
| 2012-11-20 | syntax: switch tt quoter to emit ~[tt], not tt. | Graydon Hoare | -0/+9 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+15 |
| 2012-11-14 | Add types for character position and byte position in the codemap | Brian Anderson | -41/+30 |
| 2012-11-12 | Convert most codemap types from records to structs | Brian Anderson | -2/+2 |
| 2012-11-07 | rustc: Support irrefutable patterns in function arguments. r=nmatsakis | Patrick Walton | -2/+7 |
| 2012-10-23 | Don't generate move-by-init in AST builder | Tim Chevalier | -2/+8 |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -42/+42 |
| 2012-10-11 | Make to_str pure and fix const parameters for str-mutating functions | Tim Chevalier | -1/+1 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -16/+6 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -3/+3 |