| Age | Commit message (Expand) | Author | Lines |
| 2013-01-29 | libsyntax: De-export a lot of libsyntax. rs=deƫxporting | Patrick Walton | -42/+40 |
| 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 | -6/+8 |
| 2013-01-28 | Link the lifetimes of regions resulting from borrows of the | Niko Matsakis | -3/+10 |
| 2013-01-24 | Convert pipes::Buffer into a struct | Erick Tryzelaar | -4/+4 |
| 2013-01-24 | Convert extfmt::rt::Conv into a struct | Erick Tryzelaar | -11/+25 |
| 2013-01-24 | remove support for records from auto_encode | Erick Tryzelaar | -182/+75 |
| 2013-01-23 | libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti... | Patrick Walton | -0/+8 |
| 2013-01-23 | Long lines | Tim Chevalier | -1/+2 |
| 2013-01-23 | renaming to adhere to conventions | John Clements | -108/+102 |
| 2013-01-22 | Add is_mutbl field to arg | Seo Sanghyeon | -0/+5 |
| 2013-01-20 | Convert many libsyntax records into structs | Erick Tryzelaar | -26/+50 |
| 2013-01-20 | convert the remaining ast record types into structs | Erick Tryzelaar | -42/+57 |
| 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 | -35/+56 |
| 2013-01-20 | convert ast::expr into a struct | Erick Tryzelaar | -27/+50 |
| 2013-01-15 | librustc: Make the default sigil for block lambdas `&` instead of `@`. | Graydon Hoare | -2/+2 |
| 2013-01-14 | convert ast::{field_,capture_item_,mt} and middle::ty::mt into structs | Erick Tryzelaar | -10/+26 |
| 2013-01-14 | Convert ast::{pat,field_pat,local_,arm} into structs | Erick Tryzelaar | -74/+89 |
| 2013-01-14 | convert ast::blk_ into a struct | Erick Tryzelaar | -39/+55 |
| 2013-01-14 | convert ast::attribute_ and ast::view_item to a struct | Erick Tryzelaar | -6/+6 |
| 2013-01-14 | convert ast::struct_def to a struct | Erick Tryzelaar | -2/+2 |
| 2013-01-14 | convert ast::item into a struct | Erick Tryzelaar | -12/+16 |
| 2013-01-14 | change ast::ty_param into a struct. | Erick Tryzelaar | -4/+4 |
| 2013-01-14 | Change ast::path into a struct. | Erick Tryzelaar | -31/+65 |
| 2013-01-14 | Merge remote-tracking branch 'mneumann/f-serialize' | Brian Anderson | -2/+4 |
| 2013-01-11 | libsyntax: Fix name generation in condition! macro | Andrew Paseltiner | -1/+1 |
| 2013-01-10 | librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakis | Patrick Walton | -10/+10 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -7/+7 |
| 2013-01-09 | core: rename vec.filter to vec.filtered | Erick Tryzelaar | -2/+2 |
| 2013-01-09 | syntax: convert ast::spanned into a struct | Erick Tryzelaar | -72/+79 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -12/+84 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -84/+12 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -12/+84 |
| 2013-01-08 | Rename identifiers that still use 'alt' to use 'match' | Lindsey Kuper | -1/+1 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -3/+3 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -126/+267 |
| 2012-12-27 | Enhance auto_encode to take number of struct fields | Michael Neumann | -2/+4 |
| 2012-12-19 | Remove serialize::traits submodule. | Erick Tryzelaar | -2/+0 |
| 2012-12-19 | Remove the old serialization code | Erick Tryzelaar | -1034/+0 |
| 2012-12-18 | core: add macro_rules! for "condition! { c: in -> out; }". | Graydon Hoare | -6/+24 |
| 2012-12-18 | Another tweak to auto_encode to only use trait-qualified static methods | Brian Anderson | -0/+2 |
| 2012-12-18 | Merge commit 'erickt/incoming^' into kind-names | Brian Anderson | -2/+2 |
| 2012-12-18 | Change auto_encode to call 'std::serialize::traits::Decode::decode' | Brian Anderson | -0/+2 |
| 2012-12-17 | Change iter::find's closure to take a ref | Erick Tryzelaar | -2/+2 |
| 2012-12-17 | Switch from serialization to std::serialize. (snapshot) | Erick Tryzelaar | -1/+1 |
| 2012-12-13 | Begin renaming serialization to std::serialize. (snapshot) | Erick Tryzelaar | -134/+1168 |
| 2012-12-13 | libsyntax: Implement `deriving` for struct-like enum variants. r=brson | Patrick Walton | -16/+56 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -33/+26 |
| 2012-12-12 | syntax: remove remaining #syntaxext machinery. Close #3516. | Graydon Hoare | -221/+124 |