| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-04-10 | Add examples for Rng functions. | Dan Luu | -8/+176 |
| 2013-04-10 | auto merge of #5818 : Kimundi/rust/iter_to_vec, r=catamorphism | bors | -0/+26 |
| 2013-04-10 | Add debug info test for vectors | Brian Leibig | -0/+30 |
| 2013-04-10 | Add debug info test for boxes | Brian Leibig | -0/+30 |
| 2013-04-10 | Prevent debug info generation of zero-span nodes | Brian Leibig | -4/+13 |
| 2013-04-10 | Add debug info for bare_fn type | Brian Leibig | -3/+26 |
| 2013-04-10 | Add debug info for vectors | Brian Leibig | -15/+102 |
| 2013-04-10 | Add debug info for boxes | Brian Leibig | -13/+27 |
| 2013-04-10 | auto merge of #5709 : jbclements/rust/miscellaneous-cleanup, r=jbclements | bors | -313/+138 |
| 2013-04-10 | libsyntax comments only | John Clements | -17/+46 |
| 2013-04-10 | removed test referring to WONTFIX bug #2443 | John Clements | -26/+0 |
| 2013-04-10 | unneccessary since tjc's commit 78ec6fe30cf2b, fixing #2804 | John Clements | -4/+0 |
| 2013-04-10 | removed eval.rs: dead code | John Clements | -174/+0 |
| 2013-04-10 | path -> Path | John Clements | -92/+92 |
| 2013-04-10 | auto merge of #5796 : nikomatsakis/rust/issue-5656-fix-map-iteration, r=nikom... | bors | -158/+132 |
| 2013-04-10 | Added iter_to_vec conversion fn | Marvin Löbel | -0/+26 |
| 2013-04-10 | Reason about nested free variables that appear in a function | Niko Matsakis | -349/+1029 |
| 2013-04-10 | Revert map.each to something which takes two parameters | Niko Matsakis | -158/+132 |
| 2013-04-10 | testsuite: tests for #[packed] structs. | Huon Wilson | -0/+371 |
| 2013-04-10 | librustc: implement a #[packed] attribute for structs. | Huon Wilson | -71/+150 |
| 2013-04-10 | Change tests to use new error message | James Miller | -2/+2 |
| 2013-04-10 | README: "driver/rust.rs" => "rust.rc" | kud1ing | -1/+1 |
| 2013-04-10 | Rename tydecode::parse_int to parse_uint | Seo Sanghyeon | -8/+8 |
| 2013-04-09 | auto merge of #5804 : alexcrichton/rust/issue-3266, r=graydon | bors | -60/+82 |
| 2013-04-09 | auto merge of #5789 : brson/rust/drop, r=graydon | bors | -69/+23 |
| 2013-04-09 | auto merge of #5807 : klutzy/rust/vim-inner-doc, r=brson | bors | -4/+4 |