| Age | Commit message (Expand) | Author | Lines |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -4/+8 |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -1/+0 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -1/+1 |
| 2013-06-09 | remove unused import warnings | Huon Wilson | -1/+1 |
| 2013-06-09 | std: remove foldr and alli methods in vec | Huon Wilson | -2/+3 |
| 2013-06-05 | moved TLS of sctable to ast_util, hid parameter in hygiene calls | John Clements | -37/+75 |
| 2013-06-05 | removed unused imports (and one unused argument) | John Clements | -2/+1 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -1/+1 |
| 2013-06-05 | rename repr to name | John Clements | -9/+9 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -1/+2 |
| 2013-06-01 | auto merge of #6807 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -0/+15 |
| 2013-06-01 | syntax: Add an each_view_item method on traits | Tim Chevalier | -0/+15 |
| 2013-06-01 | syntax: move callee_id into the expr_ variants | Erick Tryzelaar | -2/+4 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -6/+8 |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -2/+5 |
| 2013-05-28 | Move checking for moves and initialization of local variables and patterns into | Niko Matsakis | -18/+13 |
| 2013-05-27 | Prevent refcount cycles during linting | Alex Crichton | -43/+66 |
| 2013-05-23 | core: remove iter_bytes helper functions | Erick Tryzelaar | -1/+1 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -1/+1 |
| 2013-05-20 | hygiene infrastructure. | John Clements | -41/+93 |
| 2013-05-19 | Register snapshots | Brian Anderson | -9/+0 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -1/+6 |
| 2013-05-16 | syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)]. | Huon Wilson | -2/+1 |
| 2013-05-14 | rustc: rename ast::self_ty and related fields to explicit_self | Erick Tryzelaar | -1/+1 |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -8/+8 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-10 | syntax: Use the new `for` protocol | Alex Crichton | -0/+9 |
| 2013-05-09 | libsyntax: rename vec::each(var) to var.each | Youngmin Yoo | -1/+1 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -1/+1 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -41/+7 |
| 2013-05-03 | rustc: Handle struct patterns where the expected type is an enum | Tim Chevalier | -3/+3 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -8/+0 |
| 2013-05-01 | auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton | bors | -27/+1 |
| 2013-05-01 | remove some warnings | Erick Tryzelaar | -1/+1 |
| 2013-05-01 | rustc: remove the rest of drop | Erick Tryzelaar | -26/+0 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -3/+3 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -7/+17 |
| 2013-04-29 | librustc: Remove the concept of modes from the compiler. | Patrick Walton | -1/+1 |
| 2013-04-28 | get rid of prec.rs | John Clements | -0/+4 |
| 2013-04-28 | simplify, based on invariant that items_allowed != foreign_items_allowed | John Clements | -1/+0 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -7/+0 |
| 2013-04-22 | librustc: Remove `use mod` from the language | Patrick Walton | -2/+3 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -4/+4 |
| 2013-04-19 | syntax: de-mode and prepare for de-modeing rustc | Alex Crichton | -11/+11 |
| 2013-04-16 | added MTWT functions | John Clements | -0/+275 |
| 2013-04-10 | path -> Path | John Clements | -3/+3 |
| 2013-04-05 | Rather than storing a list of ty::method per trait, store one ty::method | Niko Matsakis | -1/+1 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |