| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -5/+5 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -1/+1 |
| 2013-03-22 | rustc: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -1/+1 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -1/+1 |
| 2013-03-20 | auto merge of #5455 : pcwalton/rust/framework, r=catamorphism | bors | -5/+1 |
| 2013-03-20 | auto merge of #5447 : erickt/rust/incoming, r=graydon | bors | -1/+1 |
| 2013-03-20 | librustc: Fix bug preventing `-framework Foo` from working cross-crate. | Patrick Walton | -5/+1 |
| 2013-03-20 | core: add str::each{,i}_reverse | Erick Tryzelaar | -1/+1 |
| 2013-03-20 | auto merge of #5443 : alexcrichton/rust/less-bad-copy, r=catamorphism | bors | -4/+4 |
| 2013-03-20 | rustc: Remove some bad copies throughout | Alex Crichton | -4/+4 |
| 2013-03-19 | Use NDK for building android target objects | ILyoan | -9/+41 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -2/+2 |
| 2013-03-13 | auto merge of #5293 : brson/rust/logging, r=brson | bors | -1/+1 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -1/+1 |
| 2013-03-12 | Avoid propagating link_arg values that are unlikely to be resolveable under a... | Josh Matthews | -1/+5 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-07 | librustc: Add #[link_args] to metadata | Patrick Walton | -1/+9 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -4/+6 |
| 2013-03-06 | Merge remote-tracking branch 'brson/cross7' | Brian Anderson | -7/+12 |
| 2013-03-06 | Fix bug in coherence that causes all cross-crate impls to be regarded as | Niko Matsakis | -0/+1 |
| 2013-03-05 | mk: --android-cross-path to rustc | Young-il Choi | -7/+12 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -7/+0 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -4/+3 |
| 2013-02-26 | Add a 'start' lang item and use it instead of rust_start | Brian Anderson | -3/+3 |
| 2013-02-20 | librustc: tidy | Luqman Aden | -1/+3 |
| 2013-02-20 | librustc: Get rid of structural records save for front/test.rs. | Luqman Aden | -21/+34 |
| 2013-02-19 | librustc: change driver::session::Session::str_of to return @~str | Erick Tryzelaar | -1/+1 |
| 2013-02-19 | convert ast::meta_items to take @~strs | Erick Tryzelaar | -6/+6 |
| 2013-02-19 | convert syntax::attr to use @~strs | Erick Tryzelaar | -2/+2 |
| 2013-02-19 | Change functions from taking ~str to taking &str | Erick Tryzelaar | -6/+6 |
| 2013-02-17 | syntax: Implement recursive sorting of meta items. Closes #607 | Zack Corr | -5/+11 |
| 2013-02-15 | librustc: Get rid of `move`. | Luqman Aden | -4/+4 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -4/+4 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -1/+1 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -1/+1 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -1/+1 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-29 | librustc: De-export back, lib, and util. rs=deexporting | Patrick Walton | -35/+29 |
| 2013-01-29 | librustc: De-export driver. rs=deexport | Patrick Walton | -15/+10 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -48/+54 |
| 2013-01-14 | syntax/rustc: Eliminate some bad copies | Tim Chevalier | -62/+62 |
| 2013-01-13 | Support ARM and Android | kyeongwoon | -3/+14 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -164/+179 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -5/+17 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -17/+5 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -5/+17 |