| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -2/+2 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -0/+3 |
| 2013-05-11 | clean up the last bit of warnings | Corey Richardson | -1/+0 |
| 2013-05-10 | Remove the '<->' operator from the language | Alex Crichton | -1/+0 |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -0/+83 |
| 2013-05-10 | auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoan | bors | -2/+2 |
| 2013-05-10 | syntax: Use the new `for` protocol | Alex Crichton | -0/+83 |
| 2013-05-10 | Move core::task::local_data to core::local_data | Youngsoo Son | -2/+2 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -1/+1 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -12/+25 |
| 2013-05-04 | Register snapshots | Brian Anderson | -31/+0 |
| 2013-05-02 | librustc: Update the serializer to work properly with INHTWAMA, removing muta... | Patrick Walton | -3/+35 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -9/+0 |
| 2013-05-01 | auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton | bors | -17/+2 |
| 2013-05-01 | allow parsing attributes on struct fields | Erick Tryzelaar | -0/+1 |
| 2013-05-01 | rustc: remove the rest of drop | Erick Tryzelaar | -17/+1 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -1/+1 |
| 2013-04-29 | librustc: Remove the concept of modes from the compiler. | Patrick Walton | -39/+1 |
| 2013-04-22 | librustc: Remove `use mod` from the language | Patrick Walton | -6/+1 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -1/+1 |
| 2013-04-19 | syntax: de-mode and prepare for de-modeing rustc | Alex Crichton | -14/+14 |
| 2013-04-16 | added MTWT functions | John Clements | -25/+99 |
| 2013-04-16 | move interner_key macro | John Clements | -8/+0 |
| 2013-04-12 | auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed... | bors | -9/+0 |
| 2013-04-10 | Issue #5656: Make &self not mean "&'self self" | Niko Matsakis | -9/+0 |
| 2013-04-10 | path -> Path | John Clements | -12/+12 |
| 2013-04-05 | Refactor so that references to traits are not represented using a type with a | Niko Matsakis | -1/+1 |
| 2013-04-05 | Compute a ty::method for methods that appear in impls as well | Niko Matsakis | -0/+9 |
| 2013-04-05 | Rather than storing a list of ty::method per trait, store one ty::method | Niko Matsakis | -0/+1 |
| 2013-03-31 | Fix warnings | Brian Anderson | -1/+1 |
| 2013-03-30 | auto merge of #5630 : erickt/rust/serial, r=erickt | bors | -2/+2 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -35/+6 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -1/+1 |
| 2013-03-29 | std: remove Encoder::emit_{owned,managed}_str and Decoder::read_{owned,manage... | Erick Tryzelaar | -2/+2 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 |
| 2013-03-28 | auto merge of #5593 : luqmana/rust/inline-asm, r=catamorphism | bors | -4/+22 |
| 2013-03-28 | librustc: Remove common fields and nested enums from the language | Patrick Walton | -2/+0 |
| 2013-03-27 | auto merge of #5578 : erickt/rust/incoming, r=jbclements,erickt | bors | -8/+1 |
| 2013-03-27 | libsyntax: Allow selecting intel style asm. | Luqman Aden | -1/+10 |
| 2013-03-27 | libsyntax: use a struct for inline asm in ast. | Luqman Aden | -4/+13 |
| 2013-03-27 | auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=... | bors | -1/+0 |
| 2013-03-27 | Fix pretty-printer test failure by carrying the bound lifetime names through | Niko Matsakis | -0/+1 |
| 2013-03-27 | syntax: Remove deprecated expr_vstore_fixed | Erick Tryzelaar | -1/+0 |
| 2013-03-27 | syntax: fix pretty printing __log stmts | Erick Tryzelaar | -7/+1 |
| 2013-03-27 | remove sty_by_ref, though traces still remain due to dtors | Niko Matsakis | -1/+0 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -0/+1 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -2/+2 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -22/+22 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -1/+1 |
| 2013-03-22 | syntax: replace uses of old deriving attribute with new one | Andrew Paseltiner | -85/+85 |