| Age | Commit message (Expand) | Author | Lines |
| 2013-07-17 | auto merge of #7844 : huonw/rust/no-implicit-prelude, r=alexcrichton | bors | -0/+97 |
| 2013-07-17 | rm unused visit_str method from TyVisitor | Daniel Micay | -9/+0 |
| 2013-07-17 | Issue #7444 - Update neg test and pos test for move by capture | Niko Matsakis | -1/+8 |
| 2013-07-17 | Issue #7444 - Borrowck permits moved values to be captured | Niko Matsakis | -0/+10 |
| 2013-07-17 | auto merge of #7839 : graydon/rust/new-codegen-tests, r=pcwalton | bors | -0/+65 |
| 2013-07-16 | auto merge of #7828 : alexcrichton/rust/lang-opt, r=graydon | bors | -0/+41 |
| 2013-07-17 | rustc: implement a `#[no_implicit_prelude]` attribute. | Huon Wilson | -0/+97 |
| 2013-07-16 | Make all lang_items optional | Alex Crichton | -0/+41 |
| 2013-07-16 | auto merge of #7831 : ozten/rust/issues-7764-swap_unwarp-take-unwrap, r=pcwalton | bors | -4/+4 |
| 2013-07-16 | test: new codegen tests, rename hello. | Graydon Hoare | -0/+65 |
| 2013-07-16 | auto merge of #7827 : jdm/rust/enumlength, r=graydon | bors | -0/+24 |
| 2013-07-16 | auto merge of #7684 : pnkfelix/rust/fsk-invert-range-rev-halfclosedness-issue... | bors | -0/+233 |
| 2013-07-16 | Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764 | Austin King | -4/+4 |
| 2013-07-16 | auto merge of #7822 : huonw/rust/cond-debug, r=graydon | bors | -581/+647 |
| 2013-07-17 | rustc: handle allocas and LoadRangeAsserts in unreachable blocks correctly. | Huon Wilson | -0/+28 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -581/+581 |
| 2013-07-16 | Permit C-style enums in vector repeat length expressions (N.B. values only, n... | Josh Matthews | -0/+24 |
| 2013-07-16 | syntax: make a macros-injection pass; conditionally define debug! to a noop b... | Huon Wilson | -0/+38 |
| 2013-07-15 | remove headers from unique vectors | Daniel Micay | -0/+16 |
| 2013-07-15 | auto merge of #7802 : catamorphism/rust/issue-6128, r=catamorphism | bors | -0/+29 |
| 2013-07-15 | testsuite: Add xfailed test case for #6128 | Tim Chevalier | -0/+29 |
| 2013-07-15 | cmp: Use default methods in trait Eq, require only Eq::eq | blake2-ppc | -1/+14 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -1/+2 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -6/+2 |
| 2013-07-13 | Un-broke benchmarks | Steven Fackler | -5/+5 |
| 2013-07-13 | Split mutable methods out of Set and Map | Steven Fackler | -6/+7 |
| 2013-07-13 | auto merge of #7765 : blake2-ppc/rust/ord-default-methods, r=huonw | bors | -2/+44 |
| 2013-07-12 | auto merge of #7734 : alexcrichton/rust/issue-3395, r=sanxiyn | bors | -27/+11 |
| 2013-07-13 | cmp: Use default methods in trait Ord, only require Ord::lt | blake2-ppc | -2/+44 |
| 2013-07-12 | auto merge of #7725 : msullivan/rust/default-methods, r=pcwalton | bors | -28/+43 |
| 2013-07-12 | auto merge of #7736 : thestinger/rust/doc, r=thestinger | bors | -8/+6 |
| 2013-07-12 | auto merge of #7706 : sanxiyn/rust/qualification-lint, r=pcwalton | bors | -0/+20 |
| 2013-07-12 | auto merge of #7696 : glinscott/rust/utf8_perf, r=cmr | bors | -0/+35 |
| 2013-07-12 | auto merge of #7705 : sanxiyn/rust/simd-op, r=cmr | bors | -0/+28 |
| 2013-07-11 | auto merge of #7695 : cmr/rust/assert_eq_msg, r=pnkfelix | bors | -1/+1 |
| 2013-07-12 | extend the iterator tutorial | Daniel Micay | -8/+6 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -2/+2 |
| 2013-07-11 | Expand ctypes warnings to warn about *int/*uint | Alex Crichton | -27/+11 |
| 2013-07-11 | Fix tests | Alex Crichton | -2/+2 |
| 2013-07-11 | auto merge of #7623 : graydon/rust/codegen-compiletests, r=pcwalton | bors | -0/+16 |
| 2013-07-11 | Take default methods out from behind the flag. | Michael Sullivan | -21/+0 |
| 2013-07-11 | Get cross crate static default methods working. Closes #7569. | Michael Sullivan | -7/+16 |
| 2013-07-11 | Fix the handling of type params on generic static methods. Closes #7571. | Michael Sullivan | -0/+27 |
| 2013-07-11 | wire up makefile to run codegen tests and add one to start | Graydon Hoare | -0/+16 |
| 2013-07-11 | Add is_utf8 bench tests | Gary Linscott | -0/+24 |
| 2013-07-11 | auto merge of #7652 : blake2-ppc/rust/dlist, r=huonw | bors | -8/+10 |
| 2013-07-11 | Optimize is_utf8 | Gary Linscott | -0/+11 |
| 2013-07-11 | auto merge of #7455 : nikomatsakis/rust/issue-7336-constrain-closure-lifetime... | bors | -23/+76 |
| 2013-07-11 | extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Deque | blake2-ppc | -8/+10 |
| 2013-07-11 | Add a compile-fail test for qualification lint | Seo Sanghyeon | -0/+20 |