| Age | Commit message (Expand) | Author | Lines |
| 2013-02-19 | convert syntax::attr to use @~strs | Erick Tryzelaar | -4/+4 |
| 2013-02-19 | libsyntax: change attr:get_attr_name to take a ref | Erick Tryzelaar | -1/+1 |
| 2013-02-17 | libsyntax: Update view_item_use/import to reflect actual usage | Luqman Aden | -4/+5 |
| 2013-02-13 | rustc and std: teach about #[bench], modernize to use quote_expr! some. | Graydon Hoare | -307/+151 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -122/+144 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -79/+59 |
| 2013-01-31 | test cases, cleanup | John Clements | -7/+10 |
| 2013-01-31 | Workaround for #4717: pad contents of ast. rs=breakage | Niko Matsakis | -1/+1 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -3/+3 |
| 2013-01-29 | librustc: De-export front, borrowck, and typeck/check. rs=deexporting | Patrick Walton | -9/+4 |
| 2013-01-29 | librustc: De-export back, lib, and util. rs=deexporting | Patrick Walton | -18/+9 |
| 2013-01-29 | librustc: De-implicit-self the visitor. r=graydon | Patrick Walton | -66/+66 |
| 2013-01-24 | replace ConstVector trait with the Container trait | Daniel Micay | -3/+3 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -1/+3 |
| 2013-01-20 | convert the remaining ast record types into structs | Erick Tryzelaar | -29/+39 |
| 2013-01-20 | convert ast::ty into a struct | Erick Tryzelaar | -14/+26 |
| 2013-01-20 | convert ast::expr into a struct | Erick Tryzelaar | -78/+101 |
| 2013-01-18 | Comments: turn XXXes into FIXMEs | Tim Chevalier | -2/+2 |
| 2013-01-16 | Minor cleanup and eliminate a bad copy | Tim Chevalier | -7/+5 |
| 2013-01-15 | Merge pull request #4497 from ILyoan/i4488 | Brian Anderson | -12/+8 |
| 2013-01-15 | when test, just remove #[main] attr | ILyoan | -12/+8 |
| 2013-01-14 | convert ast::{field_,capture_item_,mt} and middle::ty::mt into structs | Erick Tryzelaar | -15/+22 |
| 2013-01-14 | Convert ast::{pat,field_pat,local_,arm} into structs | Erick Tryzelaar | -8/+13 |
| 2013-01-14 | convert ast::crate_ into a struct. | Erick Tryzelaar | -4/+10 |
| 2013-01-14 | convert ast::attribute_ and ast::view_item to a struct | Erick Tryzelaar | -21/+20 |
| 2013-01-14 | convert ast::item into a struct | Erick Tryzelaar | -21/+24 |
| 2013-01-14 | Change ast::path into a struct. | Erick Tryzelaar | -3/+11 |
| 2013-01-14 | syntax/rustc: Eliminate some bad copies | Tim Chevalier | -1/+1 |
| 2013-01-14 | allowing the entry point name to be something other than main | ILyoan | -5/+4 |
| 2013-01-11 | Make ast_util::path_name_i take a slice vector, eliminate a bad copy | Tim Chevalier | -2/+1 |
| 2013-01-10 | librustc: Implement a #[no_mangle] attribute to suppress name mangling. r=brson | Patrick Walton | -2/+1 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -8/+14 |
| 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 | -5/+8 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -4/+16 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -16/+4 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -4/+16 |
| 2013-01-08 | Inject std when --test. #1127, #3241 | Brian Anderson | -10/+42 |
| 2013-01-07 | librustc: Make vectors no longer implicitly copyable in rustc. r=graydon | Patrick Walton | -42/+56 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -5/+9 |
| 2012-12-27 | librustc: Fix some unresolved imports in the test runner. rs=bustage | Patrick Walton | -1/+1 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -34/+72 |
| 2012-12-18 | core: add macro_rules! for "condition! { c: in -> out; }". | Graydon Hoare | -1/+1 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -1/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+50 |
| 2012-11-29 | librustc: Eliminate most expressions of the form `a.b()` that are not method ... | Patrick Walton | -6/+6 |
| 2012-11-28 | librustc: Parse `extern "C" { ... }`. r=brson | Patrick Walton | -0/+1 |
| 2012-11-14 | rustc: Only strip out the main function when generating test executable, not lib | Brian Anderson | -2/+3 |
| 2012-11-14 | rustc: Generate test code when in the 'test' config | Brian Anderson | -1/+7 |
| 2012-11-14 | librustc: Require the #[derivable] attribute, remove the significance of "imp... | Patrick Walton | -2/+2 |