| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -4/+4 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -28/+28 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -5/+5 |
| 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 | -2/+2 |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -9/+96 |
| 2013-05-10 | Move flate from core to std | Brian Anderson | -2/+2 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -3/+3 |
| 2013-05-10 | renamed vec::from_slice to vec::to_owned | Youngsoo Son | -2/+2 |
| 2013-05-10 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -6/+6 |
| 2013-05-10 | rustc: Use the new `for` protocol | Alex Crichton | -9/+96 |
| 2013-05-09 | Include static methods on traits in reexports. | Tom Lee | -0/+42 |
| 2013-05-09 | Refactor representation of bounds to separate out BuiltinBounds into | Niko Matsakis | -23/+41 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -6/+6 |
| 2013-05-09 | librustc: rename vec::each(var) to var.each | Youngmin Yoo | -3/+2 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -34/+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 | -248/+176 |
| 2013-05-05 | add warning for #6248 and remove instances of it | Niko Matsakis | -4/+4 |
| 2013-05-04 | Register snapshots | Brian Anderson | -1312/+0 |
| 2013-05-04 | auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism | bors | -2/+0 |
| 2013-05-03 | auto merge of #6229 : catamorphism/rust/warning-police, r=catamorphism | bors | -1/+1 |
| 2013-05-03 | rustpkg: Make code actually compile | Tim Chevalier | -4/+3 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -2/+0 |
| 2013-05-03 | rustc: Warning police | Tim Chevalier | -1/+1 |
| 2013-05-03 | rustpkg: Handle sysroot more correctly | Tim Chevalier | -23/+31 |
| 2013-05-02 | librustc: Update the serializer to work properly with INHTWAMA, removing muta... | Patrick Walton | -37/+1384 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -61/+0 |
| 2013-05-01 | rustc: remove the rest of drop | Erick Tryzelaar | -51/+0 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -25/+30 |
| 2013-04-29 | librustc: Remove the concept of modes from the compiler. | Patrick Walton | -23/+6 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -50/+0 |
| 2013-04-23 | core, rustc: Warning police | Tim Chevalier | -18/+18 |
| 2013-04-20 | rustc: remove unused 'mut' variables | Alex Crichton | -1/+1 |
| 2013-04-20 | Replaced many instances of reinterpret_cast with transmute | Matthijs Hofstra | -1/+1 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -93/+93 |
| 2013-04-19 | librustc: Optimize metadata::decoder::item_name. | Patrick Walton | -2/+8 |
| 2013-04-19 | librustc: Remove def_ids from types. | Patrick Walton | -21/+3 |
| 2013-04-17 | Allow casting to mutable trait objects. | Josh Matthews | -9/+20 |
| 2013-04-15 | rustc: Anti-copy police | Tim Chevalier | -3/+3 |
| 2013-04-12 | auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed... | bors | -4/+5 |
| 2013-04-11 | auto merge of #5811 : sanxiyn/rust/parse-uint, r=catamorphism | bors | -8/+8 |
| 2013-04-10 | FIX meta_section_name for macos | ILyoan | -1/+12 |
| 2013-04-10 | auto merge of #5709 : jbclements/rust/miscellaneous-cleanup, r=jbclements | bors | -2/+2 |
| 2013-04-10 | path -> Path | John Clements | -2/+2 |
| 2013-04-10 | Reason about nested free variables that appear in a function | Niko Matsakis | -4/+5 |
| 2013-04-10 | Revert map.each to something which takes two parameters | Niko Matsakis | -1/+1 |
| 2013-04-10 | Rename tydecode::parse_int to parse_uint | Seo Sanghyeon | -8/+8 |