| Age | Commit message (Expand) | Author | Lines |
| 2014-12-20 | Split resolve from rustc::middle into rustc_resolve. | Eduard Burtescu | -6265/+0 |
| 2014-12-20 | rustc: middle: move some types from resolve to privacy. | Eduard Burtescu | -46/+1 |
| 2014-12-20 | rustc: middle: move TraitItemKind from resolve to def. | Eduard Burtescu | -21/+0 |
| 2014-12-20 | rustc: middle: move Export and ExportMap from resolve to def. | Eduard Burtescu | -9/+0 |
| 2014-12-20 | rustc: middle: use cheaper Name in resolve::Export instead of String. | Eduard Burtescu | -3/+2 |
| 2014-12-20 | rustc: middle: move TraitMap from resolve to ty. | Eduard Burtescu | -4/+1 |
| 2014-12-20 | rustc: middle: move DefMap from resolve to def. | Eduard Burtescu | -3/+0 |
| 2014-12-20 | middle: resolve: fix inconsistencies around ExportMap and remove the 2 suffix. | Eduard Burtescu | -14/+14 |
| 2014-12-20 | rustc: don't allow(non_camel_case_types) in resolve. | Eduard Burtescu | -7/+6 |
| 2014-12-19 | librustc: use `#[deriving(Copy)]` | Jorge Aparicio | -51/+19 |
| 2014-12-16 | Path types to associated types with form `T::A` | Nick Cameron | -11/+33 |
| 2014-12-15 | auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton | bors | -2/+0 |
| 2014-12-14 | Parse `unsafe impl` but don't do anything particularly interesting with the r... | Niko Matsakis | -3/+4 |
| 2014-12-14 | Parse `unsafe trait` but do not do anything with it beyond parsing and integr... | Niko Matsakis | -2/+2 |
| 2014-12-14 | auto merge of #19338 : nikomatsakis/rust/unboxed-closure-purge-the-proc, r=ac... | bors | -10/+3 |
| 2014-12-14 | auto merge of #19690 : barosl/rust/struct-variant-as-a-function-ice, r=alexcr... | bors | -10/+24 |
| 2014-12-14 | Remove `proc` types/expressions from the parser, compiler, and | Niko Matsakis | -10/+3 |
| 2014-12-13 | librustc: use unboxed closures | Jorge Aparicio | -15/+29 |
| 2014-12-13 | Add `Copy` to bitflags-generated structures | Valerii Hiora | -2/+0 |
| 2014-12-12 | Reviewer comments | Nick Cameron | -2/+2 |
| 2014-12-12 | Mostly non-behaviour-changing changes (style, etc.) | Nick Cameron | -35/+39 |
| 2014-12-12 | Add support for equality constraints on associated types | Nick Cameron | -21/+41 |
| 2014-12-10 | Fix an ICE when trying to resolve a struct variant | Barosl Lee | -10/+24 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+40 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -5/+5 |
| 2014-12-07 | Add compile-fail tests for #19498 | Mukilan Thiyagarajan | -2/+3 |
| 2014-12-06 | librustc: remove unnecessary `as_slice()` calls | Jorge Aparicio | -5/+5 |
| 2014-12-04 | Handle conflicting import of items declared in the same module | Mukilan Thiyagarajan | -5/+29 |
| 2014-12-01 | auto merge of #19405 : jfager/rust/de-match-pyramid, r=bstrie | bors | -185/+114 |
| 2014-11-30 | Adjust some error messages to start with a lowercase letter and not finish wi... | P1start | -4/+4 |
| 2014-11-29 | Replace some verbose match statements with their `if let` equivalent. | jfager | -185/+114 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -46/+64 |
| 2014-11-26 | Rote changes due to the fact that ast paths no longer carry this extraneous b... | Niko Matsakis | -7/+8 |
| 2014-11-26 | Implement the new parsing rules for types in the parser, modifying the AST ap... | Niko Matsakis | -39/+56 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -16/+12 |
| 2014-11-23 | Remove type parameters from ExprField and ExprTupField | Adolfo OchagavĂa | -8/+4 |
| 2014-11-20 | Rename remaining Failures to Panic | Subhash Bhushan | -4/+6 |
| 2014-11-20 | auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r... | bors | -9/+4 |
| 2014-11-19 | Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt... | Niko Matsakis | -9/+4 |
| 2014-11-19 | Refactor QPath to take an ast::TraitRef | Niko Matsakis | -59/+4 |
| 2014-11-18 | Convert TyPolyTraitRef to accept arbitary bounds, so that things like | Niko Matsakis | -3/+3 |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -1/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -80/+55 |
| 2014-11-17 | auto merge of #18914 : Gankro/rust/cloned, r=aturon | bors | -10/+10 |
| 2014-11-16 | auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub- | bors | -4/+4 |
| 2014-11-16 | fallout from deprecating find_copy and get_copy | Alexis Beingessner | -10/+10 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -2/+6 |
| 2014-11-15 | Un-feature gate struct variants | Steven Fackler | -4/+4 |
| 2014-11-07 | Update parser with `for` syntax | Niko Matsakis | -7/+23 |
| 2014-11-06 | rollup merge of #18630 : nikomatsakis/purge-the-bars | Alex Crichton | -40/+5 |