| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -47/+12 |
| 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 | -23/+5 |
| 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 | -21/+6 |
| 2013-06-29 | auto merge of #7441 : catamorphism/rust/testcases_2013-06-27, r=catamorphism | bors | -0/+120 |
| 2013-06-29 | auto merge of #7244 : bblum/rust/once, r=nikomatsakis | bors | -0/+59 |
| 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 | -1/+1 |
| 2013-06-29 | iterator: UnfoldrIterator::new should have function argument last | blake2-ppc | -1/+1 |
| 2013-06-28 | Add tests for some default method things. | Michael Sullivan | -0/+86 |
| 2013-06-28 | Rename Const/Owned in more places | James Miller | -8/+8 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -8/+8 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -21/+27 |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -2/+6 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -29/+29 |
| 2013-06-28 | librustc: Rename Const to Freeze | Patrick Walton | -2/+2 |
| 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 | Add test for #5321. | Luqman Aden | -0/+25 |
| 2013-06-27 | testsuite: Add test cases, some xfailed | Tim Chevalier | -0/+120 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -8/+2 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -8/+2 |
| 2013-06-27 | auto merge of #7361 : brson/rust/incoming, r=brson | bors | -1/+0 |
| 2013-06-26 | auto merge of #7420 : mozilla/rust/rollup, r=thestinger | bors | -41/+41 |
| 2013-06-26 | auto merge of #7354 : bblum/rust/trait-bounds, r=pcwalton | bors | -11/+114 |
| 2013-06-26 | last bit of whitespace | Corey Richardson | -1/+0 |
| 2013-06-26 | Fix run-pass/match-borrowed_str.rs Fixes #7306 | Nick Desaulniers | -36/+42 |
| 2013-06-26 | Add a run-pass test for existential traits in ARCs. | Ben Blum | -0/+103 |
| 2013-06-26 | Fix pretty-printing for bounded closures. Close #7333. | Ben Blum | -4/+0 |
| 2013-06-26 | Infer default static/Owned bounds for unbounded heap fns/traits (#7264) | Ben Blum | -7/+11 |
| 2013-06-26 | Remove the last traces of shapes | Philipp Brüschweiler | -5/+0 |
| 2013-06-26 | auto merge of #7356 : msullivan/rust/default-methods, r=bblum | bors | -0/+22 |
| 2013-06-26 | driver: perform stripping before and after macro expansion. | Huon Wilson | -0/+70 |
| 2013-06-25 | auto merge of #7269 : luqmana/rust/drop, r=thestinger | bors | -43/+43 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -143/+246 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -43/+43 |
| 2013-06-25 | xfail test hitting a codegen bug (issue #7385) | Daniel Micay | -1/+2 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -19/+20 |
| 2013-06-25 | container: remove internal iterators from Map | Daniel Micay | -21/+0 |
| 2013-06-25 | Fix another generics bug with default methods. Closes #7295. | Michael Sullivan | -0/+22 |
| 2013-06-25 | auto merge of #7317 : Aatch/rust/no-drop-flag, r=thestinger | bors | -0/+25 |
| 2013-06-25 | auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr | bors | -102/+107 |
| 2013-06-25 | auto merge of #7291 : alexcrichton/rust/static-mut, r=huonw | bors | -0/+92 |
| 2013-06-25 | Set #[no_drop_flag] on Rc<T> and AtomicOption. Add Test | James Miller | -0/+25 |
| 2013-06-24 | Fix test failure on windows | Philipp Brueschweiler | -3/+1 |
| 2013-06-24 | Fix 'static mut' tests | Alex Crichton | -2/+2 |
| 2013-06-24 | Un-xfail working test | Corey Richardson | -1/+0 |
| 2013-06-24 | xfail-pretty on un-xfailed test | Daniel Micay | -0/+1 |
| 2013-06-24 | deal with windows | Daniel Micay | -1/+5 |