| Age | Commit message (Expand) | Author | Lines |
| 2013-07-01 | auto merge of #7443 : yjh0502/rust/fix_field_dup, r=huonw | bors | -0/+17 |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -70/+30 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -1/+1 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -42/+21 |
| 2013-06-30 | Convert vec::{grow, grow_fn, grow_set} to methods. | Huon Wilson | -3/+1 |
| 2013-06-30 | Convert vec::{reverse, swap} to methods. | Huon Wilson | -24/+7 |
| 2013-06-30 | Convert vec::{rposition, rposition_elem, position_elem, contains} to methods. | Huon Wilson | -1/+1 |
| 2013-06-30 | Fixes #7377 | jihyun | -0/+17 |
| 2013-06-29 | auto merge of #7441 : catamorphism/rust/testcases_2013-06-27, r=catamorphism | bors | -0/+149 |
| 2013-06-29 | auto merge of #7363 : bblum/rust/soundness, r=nikomatsakis | bors | -3/+91 |
| 2013-06-29 | auto merge of #7244 : bblum/rust/once, r=nikomatsakis | bors | -0/+196 |
| 2013-06-29 | Add two tests for the case of the recurring closure. | Ben Blum | -0/+88 |
| 2013-06-29 | Trade stack closure copyability for type soundness. | Ben Blum | -1/+1 |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f... | Ben Blum | -2/+2 |
| 2013-06-29 | xfail-fast once fn run-pass tests | Ben Blum | -0/+4 |
| 2013-06-28 | auto merge of #7479 : mozilla/rust/rollup, r=thestinger | bors | -5/+5 |
| 2013-06-29 | iterator: UnfoldrIterator::new should have function argument last | blake2-ppc | -1/+1 |
| 2013-06-29 | Rename #[mutable] to #[no_freeze] | Brian Anderson | -2/+2 |
| 2013-06-29 | Rename #[non_sendable] to #[no_send] | Brian Anderson | -2/+2 |
| 2013-06-28 | auto merge of #7471 : msullivan/rust/default-methods, r=graydon | bors | -0/+110 |
| 2013-06-28 | Add tests for some default method things. | Michael Sullivan | -0/+110 |
| 2013-06-28 | auto merge of #7466 : thestinger/rust/passes, r=cmr | bors | -4/+4 |
| 2013-06-28 | copy the optimization passes from clang | Daniel Micay | -4/+4 |
| 2013-06-28 | Fix threadring | Corey Richardson | -1/+3 |
| 2013-06-28 | Rename Const/Owned in more places | James Miller | -13/+13 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -19/+19 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -32/+39 |
| 2013-06-28 | libsyntax: Remove "copy" pattern bindings from the language | Patrick Walton | -4/+4 |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -10/+17 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -54/+54 |
| 2013-06-28 | librustc: Rename Const to Freeze | Patrick Walton | -11/+11 |
| 2013-06-28 | auto merge of #7426 : thestinger/rust/zero-size-noncopyable, r=catamorphism | bors | -1/+1 |
| 2013-06-27 | Rename #[no_drop_flag] to #[unsafe_no_drop_flag] | Birunthan Mohanathas | -1/+1 |
| 2013-06-27 | auto merge of #7410 : luqmana/rust/bare-self, r=catamorphism | bors | -0/+25 |
| 2013-06-27 | Add test for #5321. | Luqman Aden | -0/+25 |
| 2013-06-27 | auto merge of #7432 : michaelwoerister/rust/WP3, r=jdm | bors | -29/+1140 |
| 2013-06-27 | testsuite: Add test cases, some xfailed | Tim Chevalier | -0/+149 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -25/+15 |
| 2013-06-27 | debuginfo: Some corrections after review. | Michael Woerister | -4/+16 |
| 2013-06-27 | debuginfo: Formatting cleanup. | Michael Woerister | -22/+12 |
| 2013-06-27 | debuginfo: Added test case for function arguments. | Michael Woerister | -0/+51 |
| 2013-06-27 | debuginfo: Added test case for local variables declared with destructuring. | Michael Woerister | -0/+33 |
| 2013-06-27 | debuginfo: Added more tests for region pointers (tuples, structs). | Michael Woerister | -0/+125 |
| 2013-06-27 | debuginfo: Fixed some instances of gdb wrongly printing u8/i8 values as chars. | Michael Woerister | -6/+6 |
| 2013-06-27 | debuginfo: Added test cases for region pointers into heap boxes for basic types. | Michael Woerister | -0/+230 |
| 2013-06-27 | debuginfo: Added test case for region pointers pointing to stack values with ... | Michael Woerister | -0/+116 |
| 2013-06-27 | debuginfo: Added test case for structs with destructor. | Michael Woerister | -0/+77 |
| 2013-06-27 | debuginfo: Added test case for local variable scopes. | Michael Woerister | -0/+49 |
| 2013-06-27 | debuginfo: Made test cases use correct naming convention for variables. | Michael Woerister | -64/+64 |
| 2013-06-27 | debuginfo: Added test cases for tuples contained in structs. | Michael Woerister | -0/+151 |