| Age | Commit message (Expand) | Author | Lines |
| 2013-06-23 | Add tests for not-kind-checked trait bounds. | Ben Blum | -0/+109 |
| 2013-06-23 | Parse and typecheck (not kindcheck) bounds on trait paths. | Ben Blum | -121/+197 |
| 2013-06-24 | abi: remove dead code | Ramkumar Ramachandra | -8/+0 |
| 2013-06-23 | auto merge of #7319 : thestinger/rust/hashmap-iterator, r=thestinger | bors | -29/+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 | Add rules for assert, fail, and deriving to vim syntax file. Also highlight t... | Ben Blum | -6/+18 |
| 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 | -9/+28 |
| 2013-06-23 | auto merge of #7258 : huonw/rust/7256, r=bstrie | bors | -0/+3 |
| 2013-06-23 | Remove unused TyDesc parameter from the glue functions | Philipp Brüschweiler | -37/+66 |
| 2013-06-23 | syntax: Remove unused tokens | Philipp Brüschweiler | -105/+99 |
| 2013-06-23 | Remove rust_call_tydesc_glue | Philipp Brüschweiler | -82/+17 |
| 2013-06-23 | Small cleanups | Philipp Brüschweiler | -8/+3 |
| 2013-06-23 | Remove unused shape fields from typedescs | Philipp Brüschweiler | -27/+11 |
| 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 | -357/+298 |
| 2013-06-23 | Fix get_tydesc() return type | Philipp Brüschweiler | -15/+39 |
| 2013-06-23 | hashmap: add FIXME number | Daniel Micay | -1/+1 |
| 2013-06-23 | std::to_str: Use .iter() for HashMap and HashSet | blake2-ppc | -2/+3 |
| 2013-06-23 | std::hashmap: Remove BaseIter impl for HashSet | blake2-ppc | -7/+6 |
| 2013-06-23 | std::hashmap: Use .iter() instead of .each and similar | blake2-ppc | -8/+7 |
| 2013-06-23 | std::hashmap: Add test_iterate for HashSet | blake2-ppc | -0/+14 |
| 2013-06-23 | std::hashmap: Implement external iterator for HashMap and HashSet | blake2-ppc | -12/+79 |
| 2013-06-22 | auto merge of #7274 : thestinger/rust/size_hint, r=huonw | bors | -877/+879 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -869/+789 |
| 2013-06-22 | Cleaned up middle a bit. | Steven Stewart-Gallus | -163/+128 |
| 2013-06-22 | auto merge of #7204 : alexcrichton/rust/deriving-to-string, r=pcwalton | bors | -44/+99 |
| 2013-06-22 | auto merge of #7214 : Blei/rust/fix-owned-traits, r=pcwalton | bors | -10/+52 |
| 2013-06-22 | iterator: add a FromIterator trait | Daniel Micay | -2/+20 |
| 2013-06-22 | iterator: add a size_hint default method | Daniel Micay | -6/+70 |
| 2013-06-22 | Merge pull request #7227 from alexcrichton/issue-7218 | Daniel Micay | -0/+8 |
| 2013-06-22 | Merge pull request #7270 from thestinger/doc | Daniel Micay | -10/+10 |
| 2013-06-22 | Merge pull request #7230 from Blei/green-squiggle | Daniel Micay | -13/+20 |
| 2013-06-22 | Fix compiling empty fmt! strings | Alex Crichton | -0/+8 |
| 2013-06-22 | Expand the deriving(ToStr) implementation | Alex Crichton | -44/+99 |
| 2013-06-22 | replaced some 'std::' with 'extra::' in comments | reus | -16/+16 |
| 2013-06-22 | Fix take glue of owned trait objects | Philipp Brüschweiler | -10/+52 |
| 2013-06-22 | rustc: Fix formatting of --help | Brian Anderson | -4/+4 |
| 2013-06-21 | auto merge of #7182 : Aatch/rust/trans-refactor-pt2, r=graydon | bors | -2797/+2496 |
| 2013-06-22 | Fix merge fallout | James Miller | -9/+5 |
| 2013-06-22 | Remove remaining address space related code | James Miller | -33/+4 |
| 2013-06-22 | Fix-up PP Code to reflect new lifetime param syntax | James Miller | -53/+60 |
| 2013-06-22 | Move count-llvm-insn code into task-local storage | James Miller | -223/+225 |
| 2013-06-22 | Fix warnings in trans | James Miller | -227/+166 |
| 2013-06-22 | Finish up Type refactoring | James Miller | -886/+517 |
| 2013-06-22 | Initial Type Refactoring done | James Miller | -478/+429 |
| 2013-06-22 | Add the rest of the atomic operations. | James Miller | -396/+475 |
| 2013-06-22 | More Type refactorings | James Miller | -578/+470 |
| 2013-06-22 | Start refacting LLVM Type handling | James Miller | -18/+298 |
| 2013-06-22 | Make log_fn_time a method | James Miller | -17/+9 |