| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-05-19 | Register snapshots | Brian Anderson | -59/+0 |
| 2013-05-19 | Fix many warnings. | Steve Klabnik | -6/+0 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1/+1 |
| 2013-05-18 | minor automated whitespace fixes | Daniel Micay | -3/+0 |
| 2013-05-17 | Distinguish tuple elements by index in mem_categorization. Fixes #5362. | Niko Matsakis | -26/+25 |
| 2013-05-16 | correct typo | Niko Matsakis | -1/+1 |
| 2013-05-14 | Add explanatory comment to is_rvalue_or_immutable() | Niko Matsakis | -0/+5 |
| 2013-05-14 | Issue #5967: Make rvalues mutable | Niko Matsakis | -1/+9 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -92/+94 |