| Age | Commit message (Expand) | Author | Lines |
| 2013-05-19 | Test fixes, use LLVMConstFCmp in ConstFCmp | Corey Richardson | -6/+6 |
| 2013-05-19 | Implement unimplemented const binops | Corey Richardson | -0/+116 |
| 2013-05-19 | Reexport static trait methods on traits in the same module. | Tom Lee | -0/+12 |
| 2013-05-19 | auto merge of #6106 : thestinger/rust/iter, r=bstrie | bors | -5/+5 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1328/+1328 |
| 2013-05-18 | auto merge of #6603 : thestinger/rust/whitespace, r=thestinger | bors | -8/+4 |
| 2013-05-18 | minor automated whitespace fixes | Daniel Micay | -8/+4 |
| 2013-05-18 | xfail-fast run-pass/core-rt-smoke | Brian Anderson | -0/+2 |
| 2013-05-18 | replace old_iter::repeat with the Times trait | Daniel Micay | -5/+5 |
| 2013-05-17 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -0/+18 |
| 2013-05-18 | Made bytes!() accept a list of string, integer or char literals | Marvin Löbel | -3/+102 |
| 2013-05-18 | rustc: relax limits on (u)int type limit lint. Fixes #6130. | Huon Wilson | -0/+20 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -6/+42 |
| 2013-05-16 | auto merge of #6473 : nikomatsakis/rust/issue-5967-rvalue-immutability, r=pcw... | bors | -0/+68 |
| 2013-05-16 | Add two tests for rvalue mutability | Niko Matsakis | -0/+68 |
| 2013-05-16 | Add BuiltinBounds to closure type: parse and handle subtyping, | Niko Matsakis | -0/+42 |
| 2013-05-16 | auto merge of #6530 : huonw/rust/deriving-deepclone, r=bstrie | bors | -9/+49 |
| 2013-05-16 | auto merge of #6531 : sammykim/rust/bytes, r=luqmana | bors | -0/+16 |
| 2013-05-16 | syntax: implement #[deriving(DeepClone)]. Fixes #6514. | Huon Wilson | -9/+49 |
| 2013-05-16 | Add a test for bytes! | Sangeun Kim | -0/+16 |
| 2013-05-15 | auto merge of #6502 : huonw/rust/no-auto-code, r=graydon | bors | -0/+15 |
| 2013-05-15 | auto merge of #6500 : kud1ing/rust/cleanup, r=bstrie | bors | -17/+0 |
| 2013-05-16 | syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)]. | Huon Wilson | -0/+15 |
| 2013-05-15 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -0/+18 |
| 2013-05-15 | core::rt: Add a test of standalone use of the runtime | Brian Anderson | -0/+18 |
| 2013-05-15 | auto merge of #6487 : recrack/rust/vec_len, r=thestinger | bors | -17/+17 |
| 2013-05-15 | auto merge of #6485 : cmr/rust/local_rename_import_error, r=catamorphism | bors | -4/+14 |
| 2013-05-15 | remove deriving_eq, deriving_iter_bytes, deriving_clone (deprecated in 0.6) | Lenny222 | -17/+0 |
| 2013-05-14 | auto merge of #6482 : catamorphism/rust/unsafe-fn-autoderef, r=catamorphism | bors | -4/+6 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -17/+17 |
| 2013-05-15 | Use parentheses for cond! macro instead of preceding pipes | Brendan Zabarauskas | -6/+6 |
| 2013-05-14 | Fix resolution tests | Corey Richardson | -2/+6 |
| 2013-05-14 | Add span to some import resolution errors | Corey Richardson | -3/+3 |
| 2013-05-14 | Add test for resolution errors | Corey Richardson | -1/+7 |
| 2013-05-15 | Add Scheme-style `cond!` macro to syntax::ext::expand | Brendan Zabarauskas | -0/+46 |
| 2013-05-14 | testsuite: Update and un-xfail unsafe-fn-autoderef | Tim Chevalier | -4/+6 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -3/+3 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -92/+92 |
| 2013-05-14 | auto merge of #6441 : alexcrichton/rust/issue-5531, r=luqmana | bors | -1/+1 |
| 2013-05-13 | auto merge of #6388 : recrack/rust/each2_mut, r=pcwalton | bors | -0/+38 |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -1/+1 |
| 2013-05-13 | auto merge of #6387 : brson/rust/unstable, r=brson | bors | -2/+2 |
| 2013-05-13 | auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwalton | bors | -8/+10 |
| 2013-05-13 | core: Move locks, atomic rc to unstable::sync | Brian Anderson | -2/+2 |
| 2013-05-13 | test: Fix broken benchmark test | Patrick Walton | -3/+3 |
| 2013-05-13 | auto merge of #6443 : cmr/rust/resolution, r=bstrie | bors | -1/+1 |
| 2013-05-13 | auto merge of #6437 : Thiez/rust/atomic, r=Aatch | bors | -0/+15 |
| 2013-05-13 | Better error for some unresolved imports | Corey Richardson | -1/+1 |
| 2013-05-13 | Add vec.rs each2_mut testsuite | Youngmin Yoo | -0/+38 |
| 2013-05-12 | auto merge of #6400 : cmr/rust/remove_useless_import_error, r=thestinger | bors | -2/+1 |