| Age | Commit message (Expand) | Author | Lines |
| 2013-07-18 | auto merge of #7849 : nikomatsakis/rust/issue-7444-capture-moved-value, r=bblum | bors | -10/+8 |
| 2013-07-17 | librustc: Remove the `Copy` bound from the language. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -0/+33 |
| 2013-07-17 | Issue #7444 - Borrowck permits moved values to be captured | Niko Matsakis | -10/+8 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -13/+13 |
| 2013-07-08 | Correct merge failures | Niko Matsakis | -1/+1 |
| 2013-07-08 | Modify borrow checker to visit irrefutable patterns that appear in | Niko Matsakis | -94/+162 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -2/+2 |
| 2013-07-01 | Better error messages in report_use_of_moved_value; close #7286 | Ben Blum | -7/+24 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -16/+9 |
| 2013-06-29 | auto merge of #7363 : bblum/rust/soundness, r=nikomatsakis | bors | -1/+1 |
| 2013-06-29 | auto merge of #7244 : bblum/rust/once, r=nikomatsakis | bors | -2/+21 |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f... | Ben Blum | -1/+1 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -4/+4 |
| 2013-06-28 | librustc: Rename Const to Freeze | Patrick Walton | -3/+3 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -3/+3 |
| 2013-06-24 | remove old_iter | Daniel Micay | -2/+2 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -12/+12 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -4/+4 |
| 2013-06-19 | Oops, hide 'unless once fn' error message hint behind -Z once-fns too. | Ben Blum | -3/+6 |
| 2013-06-19 | Permit moving out of captured upvars in once fns. Close #2549. | Ben Blum | -2/+18 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -9/+9 |
| 2013-06-17 | rustc: map node ids through a table that ensures bitset indexes in dataflow a... | Graydon Hoare | -4/+4 |
| 2013-06-16 | Make it illegal to move from *T. This interacts poorly with moves-based-on-type, | Niko Matsakis | -3/+3 |
| 2013-06-14 | auto merge of #7110 : thestinger/rust/iterator, r=brson | bors | -3/+0 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -3/+0 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -1/+0 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -2/+2 |
| 2013-06-12 | Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple. | Felix S. Klock II | -47/+47 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -10/+20 |
| 2013-06-10 | clean-up unused import warnings | Huon Wilson | -1/+0 |
| 2013-06-10 | std: convert str::reserve* to methods, and methodise str::push_*. | Huon Wilson | -9/+9 |
| 2013-06-06 | Deduplicate words in code comments | Alexei Sholik | -3/+3 |
| 2013-06-05 | token_to_ident takes argument by reference | John Clements | -2/+2 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -2/+3 |
| 2013-06-01 | syntax: move callee_id into the expr_ variants | Erick Tryzelaar | -12/+15 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -128/+135 |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -6/+11 |
| 2013-05-28 | Update documentation for moves | Niko Matsakis | -46/+268 |
| 2013-05-28 | Reconcile treatment of &mut with the docs | Niko Matsakis | -16/+18 |
| 2013-05-28 | Reconcile docs and code, adding examples and adding RESTR_CLAIM | Niko Matsakis | -33/+88 |
| 2013-05-28 | Update docs on the formal basis of the borrow checker. | Niko Matsakis | -635/+527 |
| 2013-05-28 | Move checking for moves and initialization of local variables and patterns into | Niko Matsakis | -129/+1024 |
| 2013-05-22 | libstd: Fix merge fallout. | Patrick Walton | -0/+8 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-20 | auto merge of #6647 : alexcrichton/rust/unnecessary-alloc, r=graydon | bors | -11/+11 |
| 2013-05-20 | auto merge of #6576 : nikomatsakis/rust/issue-5362-tuple-indices, r=graydon | bors | -26/+25 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -11/+11 |
| 2013-05-20 | auto merge of #6635 : brson/rust/snapshot, r=brson | bors | -59/+0 |