| 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 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -4/+2 |
| 2013-06-30 | Convert vec::{reverse, swap} to methods. | Huon Wilson | -3/+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/+29 |
| 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/+137 |
| 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-28 | auto merge of #7479 : mozilla/rust/rollup, r=thestinger | bors | -4/+4 |
| 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 | Add tests for some default method things. | Michael Sullivan | -0/+24 |
| 2013-06-28 | Rename Const/Owned in more places | James Miller | -5/+5 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -11/+11 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -1/+1 |
| 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 | -7/+7 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -20/+20 |
| 2013-06-28 | librustc: Rename Const to Freeze | Patrick Walton | -6/+6 |
| 2013-06-27 | testsuite: Add test cases, some xfailed | Tim Chevalier | -0/+29 |
| 2013-06-26 | Change expected error message in kindchk compile-fail tests. | Ben Blum | -7/+8 |
| 2013-06-26 | Infer default static/Owned bounds for unbounded heap fns/traits (#7264) | Ben Blum | -4/+41 |
| 2013-06-25 | auto merge of #7269 : luqmana/rust/drop, r=thestinger | bors | -30/+30 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -30/+30 |
| 2013-06-25 | auto merge of #7373 : thestinger/rust/iterator, r=huonw | bors | -10/+5 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -10/+5 |
| 2013-06-25 | auto merge of #7325 : artagnon/rust/resolve-module, r=cmr | bors | -1/+1 |
| 2013-06-25 | resolve: report duplicate module definitions | Ramkumar Ramachandra | -1/+1 |
| 2013-06-25 | Add the `warnings` lint attribute | Alex Crichton | -0/+30 |
| 2013-06-23 | Support foreign 'static mut' variables as well | Alex Crichton | -0/+21 |
| 2013-06-23 | Add 'static mut' items to the language | Alex Crichton | -0/+73 |
| 2013-06-23 | Add basic test cases for closure bounds. (#3569) | Ben Blum | -1/+73 |
| 2013-06-23 | Add tests for not-kind-checked trait bounds. | Ben Blum | -0/+81 |
| 2013-06-23 | Fix error messages in test cases, since fns/traits now pretty-print with a bo... | Ben Blum | -8/+8 |
| 2013-06-23 | auto merge of #7267 : luqmana/rust/issue-5792, r=cmr | bors | -0/+17 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -4/+4 |
| 2013-06-22 | Fix-up PP Code to reflect new lifetime param syntax | James Miller | -2/+2 |
| 2013-06-20 | Add test for duplicate definitions of structs and enum struct variants. | Luqman Aden | -0/+17 |
| 2013-06-19 | Hide the once-move-out privilege for stack fns behind '-Z once-fns' | Ben Blum | -0/+1 |
| 2013-06-19 | Add tests for once functions (#2549). | Ben Blum | -0/+136 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -3/+4 |
| 2013-06-14 | auto merge of #7110 : thestinger/rust/iterator, r=brson | bors | -6/+0 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -6/+0 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -4/+0 |
| 2013-06-13 | std: remove the invalid NullTerminatedStr instance for &'static str. | Huon Wilson | -0/+21 |
| 2013-06-12 | Add tests for duplicate methods on traits/impls. | Luqman Aden | -0/+33 |
| 2013-06-10 | auto merge of #7046 : luqmana/rust/issue-7044, r=sanxiyn | bors | -0/+14 |
| 2013-06-10 | Add test for #7044. | Luqman Aden | -0/+14 |