| Age | Commit message (Expand) | Author | Lines |
| 2013-02-17 | Remove use of capture clause #4965 | Seth Pink | -4/+4 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -3/+3 |
| 2013-02-15 | librustdoc: Get rid of `move`. | Luqman Aden | -46/+46 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -18/+18 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -20/+20 |
| 2013-02-07 | core: Remove structural records from the rest of core, except pipes | Tim Chevalier | -23/+15 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -70/+62 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -12/+12 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -12/+12 |
| 2013-02-04 | auto merge of pull req #4777 from thestinger/rust, r=graydon | bors | -12/+12 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -1/+1 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -12/+12 |
| 2013-02-03 | oldmap: implement core::container::Container | Daniel Micay | -1/+1 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -4/+4 |
| 2013-02-01 | rustdoc: Convert to pipes | Brian Anderson | -14/+12 |
| 2013-02-01 | rustdoc: Remove stray mode | Brian Anderson | -1/+1 |
| 2013-02-01 | rustdoc: Remove another use of oldcomm | Brian Anderson | -8/+3 |
| 2013-02-01 | rustdoc: Fix some search-and-replace fallout | Brian Anderson | -10/+10 |
| 2013-02-01 | rustdoc: Remove definitions of spawn_listener and spawn_conversation | Brian Anderson | -24/+0 |
| 2013-02-01 | Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1 | Brian Anderson | -9/+9 |
| 2013-02-01 | Long lines | Brian Anderson | -1/+2 |
| 2013-02-01 | rustdoc: Convert page_pass to pipes | Brian Anderson | -14/+17 |
| 2013-02-01 | rustdoc: Convert astsrv to pipes | Brian Anderson | -107/+122 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -9/+9 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -12/+13 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -82/+110 |
| 2013-01-30 | Removing interior mut on vectors, round 1 | Ben Striegel | -1/+1 |
| 2013-01-30 | rustdoc: deny(deprecated_self) | Brian Anderson | -24/+23 |
| 2013-01-30 | rustdoc: Remove structural records | Brian Anderson | -29/+36 |
| 2013-01-30 | rustdoc: De-mode | Brian Anderson | -255/+254 |
| 2013-01-30 | rustdoc: Stop using a custom error handler. Closes #4698 | Brian Anderson | -55/+2 |
| 2013-01-30 | rustdoc: deny(deprecated_mode) | Brian Anderson | -69/+70 |
| 2013-01-30 | rustdoc: Various bits of modernization | Brian Anderson | -259/+259 |
| 2013-01-30 | librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li... | Patrick Walton | -43/+30 |
| 2013-01-29 | rustdoc: Remove structural records from tests. Fixes build breakage | Tim Chevalier | -83/+75 |
| 2013-01-29 | librustc: De-implicit-self the visitor. r=graydon | Patrick Walton | -0/+1 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -340/+128 |
| 2013-01-28 | Add #[legacy_records] crate attribute | Tim Chevalier | -0/+1 |
| 2013-01-24 | remove remaining is_not_empty functions/methods | Daniel Micay | -5/+5 |
| 2013-01-14 | convert ast::struct_def to a struct | Erick Tryzelaar | -1/+1 |
| 2013-01-14 | convert ast::item into a struct | Erick Tryzelaar | -11/+11 |
| 2013-01-14 | convert ast::foreign_item to a struct | Erick Tryzelaar | -1/+1 |
| 2013-01-10 | Use filtered instead of filter in rustdoc. Fixes segfault. | Tim Chevalier | -1/+1 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -11/+13 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -16/+16 |
| 2013-01-09 | core: rename vec.filter to vec.filtered | Erick Tryzelaar | -5/+5 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -50/+122 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -122/+50 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -50/+122 |
| 2013-01-04 | Rename option::get_default => get_or_default, get_zero => get_or_zero | Tim Chevalier | -2/+2 |