| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -23/+15 |
| 2013-05-05 | add warning for #6248 and remove instances of it | Niko Matsakis | -1/+1 |
| 2013-05-01 | auto merge of #6174 : sanxiyn/rust/static-string, r=brson | bors | -15/+15 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -8/+0 |
| 2013-05-02 | Use static strings | Seo Sanghyeon | -15/+15 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -2/+0 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -6/+6 |
| 2013-03-27 | syntax: Remove deprecated expr_vstore_fixed | Erick Tryzelaar | -1/+0 |
| 2013-03-26 | Move ast_map::map to LinearMap | Alex Crichton | -1/+1 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -8/+8 |
| 2013-03-09 | Const dereference works now, so allow it. | Jed Davis | -2/+2 |
| 2013-03-07 | libsyntax: Remove struct literal expressions from the compiler | Patrick Walton | -2/+1 |
| 2013-03-07 | Inline constants across crates. | Josh Matthews | -14/+10 |
| 2013-03-07 | Permit casting region pointers to unsafe ones. | Josh Matthews | -1/+1 |
| 2013-03-06 | Make functional-update struct consts not an ICE | Jed Davis | -2/+2 |
| 2013-03-05 | Update region inference for traits so that a method with | Niko Matsakis | -1/+0 |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -1/+1 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-03-03 | replace option::iter with a BaseIter impl | Daniel Micay | -1/+1 |
| 2013-02-14 | Remove DVec from check_const | Seo Sanghyeon | -9/+8 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-13 | rustc and std: teach about #[bench], modernize to use quote_expr! some. | Graydon Hoare | -6/+6 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -1/+1 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -1/+1 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -4/+4 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -4/+4 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -4/+4 |
| 2013-02-03 | oldmap: get rid of the legacy contains_key method | Daniel Micay | -1/+1 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -1/+1 |
| 2013-01-31 | test cases, cleanup | John Clements | -4/+8 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-30 | librustc: De-export rustc. rs=deexporting | Patrick Walton | -13/+24 |
| 2013-01-20 | convert ast::expr into a struct | Erick Tryzelaar | -4/+5 |
| 2013-01-11 | Allow consts to be non-nullary enum constructors | Jed Davis | -1/+2 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -2/+2 |
| 2013-01-09 | syntax: convert ast::spanned into a struct | Erick Tryzelaar | -4/+5 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -1/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-07 | librustc: Make vectors no longer implicitly copyable in rustc. r=graydon | Patrick Walton | -0/+1 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -4/+10 |
| 2012-12-10 | Remove un-needed code for obsolete classes | Tim Chevalier | -2/+2 |
| 2012-12-04 | librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=... | Patrick Walton | -2/+2 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-30 | librustc: Implement tuple struct constants. r=brson | Patrick Walton | -5/+22 |
| 2012-11-30 | librustc: Implement C-like enum constants. r=tjc | Patrick Walton | -1/+2 |
| 2012-11-29 | librustc: Eliminate most expressions of the form `a.b()` that are not method ... | Patrick Walton | -7/+7 |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -0/+220 |