| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -4/+4 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -1/+1 |
| 2013-05-11 | auto merge of #6384 : thomaslee/rust/issue-4202, r=catamorphism | bors | -0/+42 |
| 2013-05-10 | auto merge of #6205 : brson/rust/flate, r=brson | bors | -1/+1 |
| 2013-05-10 | Move flate from core to std | Brian Anderson | -1/+1 |
| 2013-05-10 | renamed vec::from_slice to vec::to_owned | Youngsoo Son | -1/+1 |
| 2013-05-10 | rustc: Use the new `for` protocol | Alex Crichton | -2/+1 |
| 2013-05-09 | Include static methods on traits in reexports. | Tom Lee | -0/+42 |
| 2013-05-09 | librustc: rename vec::each(var) to var.each | Youngmin Yoo | -1/+1 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -19/+4 |
| 2013-05-08 | libcore: Remove more mutable fields from comm | Patrick Walton | -15/+16 |
| 2013-05-06 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -0/+1 |
| 2013-05-06 | Fix cross-crate packed structs | Seo Sanghyeon | -0/+1 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -144/+142 |
| 2013-05-05 | add warning for #6248 and remove instances of it | Niko Matsakis | -4/+4 |
| 2013-05-04 | Register snapshots | Brian Anderson | -1304/+0 |
| 2013-05-02 | librustc: Update the serializer to work properly with INHTWAMA, removing muta... | Patrick Walton | -37/+1375 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -9/+0 |
| 2013-05-01 | rustc: remove the rest of drop | Erick Tryzelaar | -27/+0 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -10/+0 |
| 2013-04-20 | rustc: remove unused 'mut' variables | Alex Crichton | -1/+1 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -69/+69 |
| 2013-04-15 | rustc: Anti-copy police | Tim Chevalier | -3/+3 |
| 2013-04-09 | Cleanup substitutions and treatment of generics around traits in a number of ... | Niko Matsakis | -13/+15 |
| 2013-04-05 | Refactor so that references to traits are not represented using a type with a | Niko Matsakis | -13/+25 |
| 2013-04-05 | Add a (currently unused) "transformed self type" pointer into ty::method | Niko Matsakis | -0/+12 |
| 2013-04-05 | Compute a ty::method for methods that appear in impls as well | Niko Matsakis | -39/+24 |
| 2013-04-05 | Rather than storing a list of ty::method per trait, store one ty::method | Niko Matsakis | -82/+93 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -7/+7 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -3/+4 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -6/+6 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+2 |
| 2013-03-28 | librustc: Remove common fields and nested enums from the language | Patrick Walton | -2/+1 |
| 2013-03-27 | remove sty_by_ref, though traces still remain due to dtors | Niko Matsakis | -3/+0 |
| 2013-03-26 | Move ast_map::map to LinearMap | Alex Crichton | -2/+2 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -25/+28 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -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 #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 | auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwalton | bors | -1/+8 |
| 2013-03-19 | librustc: Enforce privacy for static methods. | Patrick Walton | -1/+8 |
| 2013-03-19 | auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=... | bors | -19/+34 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -1/+1 |
| 2013-03-18 | Make &self permit explicit lifetimes, but don't really use them | Niko Matsakis | -19/+34 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -6/+6 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-08 | rustc: Remove uses of DVec | Alex Crichton | -9/+6 |