| Age | Commit message (Expand) | Author | Lines |
| 2013-06-23 | Changed shootout-chameneos-redux output to conform to the 'official' output f... | Matthijs Hofstra | -1/+1 |
| 2013-06-23 | Updated copyright year on shootout-binarytrees.rs | Matthijs Hofstra | -21/+17 |
| 2013-06-23 | Fixed os:: and int:: not being in scope, changed io::println to println | Matthijs Hofstra | -4/+6 |
| 2013-06-23 | Add basic test cases for closure bounds. (#3569) | Ben Blum | -1/+96 |
| 2013-06-23 | Add tests for not-kind-checked trait bounds. | Ben Blum | -0/+109 |
| 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 | Fix reflect-visit-type for iterator changes | Philipp Brüschweiler | -1/+1 |
| 2013-06-23 | auto merge of #7267 : luqmana/rust/issue-5792, r=cmr | bors | -0/+17 |
| 2013-06-23 | Fix and reenable the reflect-visit-type test | Philipp Brüschweiler | -85/+96 |
| 2013-06-23 | Remove intrinsic module | Philipp Brüschweiler | -15/+11 |
| 2013-06-22 | auto merge of #7274 : thestinger/rust/size_hint, r=huonw | bors | -192/+77 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -192/+77 |
| 2013-06-22 | auto merge of #7204 : alexcrichton/rust/deriving-to-string, r=pcwalton | bors | -33/+35 |
| 2013-06-22 | auto merge of #7214 : Blei/rust/fix-owned-traits, r=pcwalton | bors | -0/+37 |
| 2013-06-22 | Fix compiling empty fmt! strings | Alex Crichton | -0/+3 |
| 2013-06-22 | Expand the deriving(ToStr) implementation | Alex Crichton | -33/+35 |
| 2013-06-22 | Fix take glue of owned trait objects | Philipp Brüschweiler | -0/+37 |
| 2013-06-22 | Fix-up PP Code to reflect new lifetime param syntax | James Miller | -2/+2 |
| 2013-06-21 | auto merge of #7263 : thestinger/rust/iterator, r=graydon | bors | -62/+22 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -55/+15 |
| 2013-06-21 | vec: remove eachi | Daniel Micay | -7/+7 |
| 2013-06-20 | auto merge of #7203 : msullivan/rust/default-methods, r=graydon | bors | -0/+107 |
| 2013-06-20 | Add test for duplicate definitions of structs and enum struct variants. | Luqman Aden | -0/+17 |
| 2013-06-20 | Get cross crate default methods working. | Michael Sullivan | -0/+107 |
| 2013-06-20 | auto merge of #7128 : yichoi/rust/fix_sometc, r=brson | bors | -4/+10 |
| 2013-06-21 | _Actually_ xfail debuginfo tests | James Miller | -2/+2 |
| 2013-06-20 | xfail box-related debug-info tests r=snapshot | James Miller | -4/+4 |
| 2013-06-19 | Hide the once-move-out privilege for stack fns behind '-Z once-fns' | Ben Blum | -0/+2 |
| 2013-06-19 | Add tests for once functions (#2549). | Ben Blum | -0/+190 |
| 2013-06-18 | test: xfail bench/task-perf-one-million. OOM on 32-bit linux w/o opts | Brian Anderson | -0/+2 |
| 2013-06-17 | Fixed remaining issues to pass debug-test/* tests. | Vadim Chugunov | -15/+30 |
| 2013-06-17 | test: adjust some test cases of run-pass for android | Young-il Choi | -4/+10 |
| 2013-06-16 | auto merge of #7177 : huonw/rust/unfold-fix, r=thestinger | bors | -0/+34 |
| 2013-06-16 | auto merge of #7167 : nikomatsakis/rust/ref-bindings-explicit-copy-in-generic... | bors | -104/+74 |
| 2013-06-16 | Remove moves from *T and implement in another way | Niko Matsakis | -8/+2 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -96/+72 |
| 2013-06-16 | auto merge of #7171 : bstrie/rust/delbin, r=thestinger | bors | -0/+0 |
| 2013-06-16 | auto merge of #7142 : alexcrichton/rust/deriving-zero, r=pcwalton | bors | -0/+40 |
| 2013-06-16 | std: fix UnfoldrIterator cross-crate. | Huon Wilson | -0/+34 |
| 2013-06-15 | auto merge of #7149 : thestinger/rust/vec, r=graydon | bors | -1/+2 |
| 2013-06-16 | fix benchmark and the tutorials | Daniel Micay | -1/+2 |
| 2013-06-16 | Delete some binary files from the test suite | Ben Striegel | -0/+0 |
| 2013-06-15 | auto merge of #7114 : pnkfelix/rust/issue3961-fix-whitespace-detection, r=brson | bors | -0/+225 |
| 2013-06-14 | auto merge of #7121 : huonw/rust/rand-call, r=pnkfelix | bors | -0/+41 |
| 2013-06-14 | auto merge of #7110 : thestinger/rust/iterator, r=brson | bors | -35/+3 |
| 2013-06-14 | rm MutableIter | Daniel Micay | -3/+3 |
| 2013-06-14 | rm ExtendedMutableIter | Daniel Micay | -1/+0 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -31/+0 |
| 2013-06-14 | auto merge of #7116 : thestinger/rust/whitespace, r=luqmana | bors | -16/+4 |
| 2013-06-14 | Implement a deriving(Zero) attribute | Alex Crichton | -0/+40 |