| Age | Commit message (Expand) | Author | Lines |
| 2013-04-12 | auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed... | bors | -782/+2463 |
| 2013-04-12 | auto merge of #5847 : catamorphism/rust/rustpkg, r=catamorphism | bors | -952/+636 |
| 2013-04-12 | Tidy | Tim Chevalier | -8/+5 |
| 2013-04-12 | add rustdoc comments with examples for the string versions of to_base64 and f... | Leah Hanson | -0/+45 |
| 2013-04-12 | auto merge of #5640 : dbaupp/rust/syntax-generalise-deriving, r=thestinger | bors | -791/+1608 |
| 2013-04-12 | libsyntax: another fix for deriving on windows. | Huon Wilson | -2/+1 |
| 2013-04-12 | auto merge of #5809 : Aatch/rust/start-attr, r=thestinger | bors | -47/+177 |
| 2013-04-12 | libsyntax: (maybe) fix deriving(TotalOrd) on windows | Huon Wilson | -6/+6 |
| 2013-04-12 | Added xfail-fast to test so the windows buildbot doesn't choke | James Miller | -0/+2 |
| 2013-04-12 | libsyntax: short-circuit on non-matching variants in deriving code. | Huon Wilson | -156/+349 |
| 2013-04-12 | testsuite: add tests for derived Eq, TotalEq, Ord, TotalOrd. | Huon Wilson | -0/+75 |
| 2013-04-12 | libsyntax: derive Clone, Eq, TotalEq, Ord, TotalOrd with the new generic deri... | Huon Wilson | -761/+411 |
| 2013-04-12 | libcore: combine cmp::Ordering instances in lexical order. | Huon Wilson | -0/+27 |
| 2013-04-12 | libsyntax: abstract most of the deriving boilerplate into a simpler(r) interf... | Huon Wilson | -42/+915 |
| 2013-04-11 | rustpkg: Use pkg IDs, remove old code for now that required packages to decla... | Tim Chevalier | -964/+519 |
| 2013-04-11 | auto merge of #5845 : thestinger/rust/bool, r=catamorphism | bors | -27/+72 |
| 2013-04-11 | bool: implement Ord and TotalOrd | Daniel Micay | -27/+72 |
| 2013-04-11 | Make destroy() send SIGTERM and add a new method called | gareth | -12/+44 |
| 2013-04-11 | auto merge of #5825 : danluu/rust/rngdoc, r=erickt | bors | -9/+183 |
| 2013-04-11 | auto merge of #5823 : Kimundi/rust/str_from_bytes_slice, r=erickt | bors | -8/+147 |
| 2013-04-11 | auto merge of #5819 : erickt/rust/incoming, r=erickt | bors | -158/+1419 |
| 2013-04-11 | Fix formatting | Dan Luu | -34/+40 |
| 2013-04-11 | Implement Finally for ~fn and @fn types | Brendan Zabarauskas | -1/+42 |
| 2013-04-11 | auto merge of #5826 : brson/rust/0.7-pre, r=brson | bors | -46/+46 |
| 2013-04-11 | auto merge of #5811 : sanxiyn/rust/parse-uint, r=catamorphism | bors | -8/+8 |
| 2013-04-11 | xail all debuginfo tests | Brian Anderson | -0/+6 |
| 2013-04-10 | add unwind information on morestack | ILyoan | -14/+19 |
| 2013-04-10 | rustllvm: Initialize target analysis passes | Brian Anderson | -1/+4 |
| 2013-04-10 | FIX meta_section_name for macos | ILyoan | -1/+12 |
| 2013-04-10 | rust morestack assembly for arm | ILyoan | -42/+60 |
| 2013-04-10 | rustllvm: followup latest LLVM | Young-il Choi | -9/+13 |
| 2013-04-10 | Update LLVM for ARM changes | Brian Anderson | -0/+0 |
| 2013-04-10 | tests: changes in response to #5656 | Niko Matsakis | -125/+14 |
| 2013-04-10 | libstd: changes to in response to #5656 | Niko Matsakis | -14/+390 |
| 2013-04-10 | core: changes in response to #5656 | Niko Matsakis | -5/+700 |
| 2013-04-10 | Issue #5656: Make &self not mean "&'self self" | Niko Matsakis | -295/+336 |
| 2013-04-10 | test: update serialization tests to use new macro | Erick Tryzelaar | -14/+7 |
| 2013-04-10 | syntax: add {read,emit}_enum_struct_variant{,_field} | Erick Tryzelaar | -4/+75 |
| 2013-04-10 | std: add serialize {read,emit}_tuple{,_arg,_struct,_struct_arg} | Erick Tryzelaar | -0/+84 |
| 2013-04-10 | syntax: add support for #[deriving(Decodable)] | Erick Tryzelaar | -7/+510 |
| 2013-04-10 | syntax: add support for #[deriving(Encodable)] | Erick Tryzelaar | -8/+455 |
| 2013-04-10 | syntax: Simplify deriving to handle classes that take generics, like Encodable | Erick Tryzelaar | -34/+28 |
| 2013-04-10 | std: rename {read,emit}_field to {read,emit}_struct_field | Erick Tryzelaar | -10/+183 |
| 2013-04-10 | std: clean up the order of {De,En}codable methods | Erick Tryzelaar | -88/+87 |
| 2013-04-10 | syntax: update a deriving error message to use the new syntax | Erick Tryzelaar | -5/+3 |
| 2013-04-10 | syntax: match variants use 4 space indent by default | Erick Tryzelaar | -14/+13 |
| 2013-04-11 | Add example for str::subslice_offset | Marvin Löbel | -0/+19 |
| 2013-04-11 | Added str::from_slice_with_null() to cast a &[u8] to &str | Marvin Löbel | -8/+128 |
| 2013-04-10 | Bump version to 0.7-pre | Brian Anderson | -46/+46 |
| 2013-04-10 | Clarify comment | Dan Luu | -1/+1 |