| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -13/+13 |
| 2013-05-13 | auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwalton | bors | -9/+52 |
| 2013-05-13 | Use backticks to delineate paths/identifiers | Corey Richardson | -2/+2 |
| 2013-05-13 | Better error for some unresolved imports | Corey Richardson | -5/+20 |
| 2013-05-12 | auto merge of #6400 : cmr/rust/remove_useless_import_error, r=thestinger | bors | -1/+0 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -9/+52 |
| 2013-05-11 | Warning police | Tim Chevalier | -1/+1 |
| 2013-05-11 | auto merge of #6402 : kud1ing/rust/fixes, r=pcwalton | bors | -14/+14 |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -5/+5 |
| 2013-05-10 | more back-ticks, less colons | Lenny222 | -14/+14 |
| 2013-05-10 | Remove redundant import error | Corey Richardson | -1/+0 |
| 2013-05-10 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -18/+18 |
| 2013-05-10 | auto merge of #6347 : cmr/rust/unknown_module_resolve_error, r=catamorphism | bors | -1/+11 |
| 2013-05-10 | rustc: Use the new `for` protocol | Alex Crichton | -5/+5 |
| 2013-05-09 | fix formating and tests | Corey Richardson | -1/+1 |
| 2013-05-09 | Tweak error message | Corey Richardson | -2/+2 |
| 2013-05-09 | Better error message for certain classes of unresolved imports | Corey Richardson | -1/+11 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -18/+18 |
| 2013-05-09 | librustc: rename vec::each(var) to var.each | Youngmin Yoo | -2/+2 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -1/+1 |
| 2013-05-08 | auto merge of #6119 : brson/rust/main, r=brson | bors | -79/+0 |
| 2013-05-05 | Fix two more write guard failures | Niko Matsakis | -4/+6 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -23/+4 |
| 2013-05-02 | fix numerous dynamic borrow failures | Niko Matsakis | -17/+15 |
| 2013-05-01 | auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton | bors | -20/+1 |
| 2013-05-01 | rustc: remove the rest of drop | Erick Tryzelaar | -20/+1 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -3/+3 |
| 2013-04-30 | remove some unused mut decls | Niko Matsakis | -2/+2 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -6/+6 |
| 2013-04-30 | auto merge of #6121 : luqmana/rust/newtype-cc, r=graydon | bors | -0/+1 |
| 2013-04-29 | librustc: Fix pattern matching on cross crate newtype structs. | Luqman Aden | -0/+1 |
| 2013-04-29 | rustc: Move code for discovering the crate entry point into its own pass | Brian Anderson | -79/+0 |
| 2013-04-29 | librustc: Remove the concept of modes from the compiler. | Patrick Walton | -7/+5 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -4/+0 |
| 2013-04-26 | add comment | Corey Richardson | -1/+1 |
| 2013-04-26 | Offer a hint on some unresolved imports | Corey Richardson | -1/+8 |
| 2013-04-22 | auto merge of #6007 : pcwalton/rust/use-mod, r=brson | bors | -2/+2 |
| 2013-04-22 | auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydon | bors | -9/+9 |
| 2013-04-22 | librustc: Remove `use mod` from the language | Patrick Walton | -2/+2 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -4/+4 |
| 2013-04-20 | rustc: remove unused 'mut' variables | Alex Crichton | -9/+9 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -20/+20 |
| 2013-04-14 | rustc: remove unnecessary unsafe blocks/methods | Alex Crichton | -1/+1 |
| 2013-04-14 | Add a lint mode for unused unsafe blocks/functions | Alex Crichton | -11/+5 |
| 2013-04-12 | auto merge of #5809 : Aatch/rust/start-attr, r=thestinger | bors | -4/+26 |
| 2013-04-10 | auto merge of #5709 : jbclements/rust/miscellaneous-cleanup, r=jbclements | bors | -5/+5 |
| 2013-04-10 | path -> Path | John Clements | -5/+5 |
| 2013-04-10 | Revert map.each to something which takes two parameters | Niko Matsakis | -8/+8 |
| 2013-04-10 | Add #[start] attribute to define a new entry point function | James Miller | -4/+26 |
| 2013-04-05 | Refactor so that references to traits are not represented using a type with a | Niko Matsakis | -20/+27 |