| Age | Commit message (Expand) | Author | Lines |
| 2013-07-03 | auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmr | bors | -2/+55 |
| 2013-07-01 | Correct merge errors, broken tests | Niko Matsakis | -2/+2 |
| 2013-07-01 | Add copyright notice and kill broken test | Niko Matsakis | -2/+9 |
| 2013-07-01 | Correct handling of if/match, and make explicit computation of | Niko Matsakis | -3/+111 |
| 2013-07-01 | Defer reasoning about region relationships until after regionck. | Niko Matsakis | -22/+38 |
| 2013-07-01 | Add a run-pass test for recursive copyable stack closures. | Ben Blum | -0/+31 |
| 2013-07-01 | Fix filenames of some compile-fail tests. | Ben Blum | -0/+0 |
| 2013-07-02 | Improve the attempted dynamic environment-capture error message | Sankha Narayan Guria | -8/+8 |
| 2013-07-02 | Fix dereference of temporary immediate newtype structs | Seo Sanghyeon | -0/+19 |
| 2013-07-01 | auto merge of #7443 : yjh0502/rust/fix_field_dup, r=huonw | bors | -0/+17 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -2/+55 |
| 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 |