summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-06-23Add tests for not-kind-checked trait bounds.Ben Blum-0/+109
2013-06-23Parse and typecheck (not kindcheck) bounds on trait paths.Ben Blum-121/+197
2013-06-24abi: remove dead codeRamkumar Ramachandra-8/+0
2013-06-23auto merge of #7319 : thestinger/rust/hashmap-iterator, r=thestingerbors-29/+109
2013-06-23Fix error messages in test cases, since fns/traits now pretty-print with a bo...Ben Blum-8/+8
2013-06-23Add rules for assert, fail, and deriving to vim syntax file. Also highlight t...Ben Blum-6/+18
2013-06-23Fix reflect-visit-type for iterator changesPhilipp Brüschweiler-1/+1
2013-06-23auto merge of #7267 : luqmana/rust/issue-5792, r=cmrbors-9/+28
2013-06-23auto merge of #7258 : huonw/rust/7256, r=bstriebors-0/+3
2013-06-23Remove unused TyDesc parameter from the glue functionsPhilipp Brüschweiler-37/+66
2013-06-23syntax: Remove unused tokensPhilipp Brüschweiler-105/+99
2013-06-23Remove rust_call_tydesc_gluePhilipp Brüschweiler-82/+17
2013-06-23Small cleanupsPhilipp Brüschweiler-8/+3
2013-06-23Remove unused shape fields from typedescsPhilipp Brüschweiler-27/+11
2013-06-23Fix and reenable the reflect-visit-type testPhilipp Brüschweiler-85/+96
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-357/+298
2013-06-23Fix get_tydesc() return typePhilipp Brüschweiler-15/+39
2013-06-23hashmap: add FIXME numberDaniel Micay-1/+1
2013-06-23std::to_str: Use .iter() for HashMap and HashSetblake2-ppc-2/+3
2013-06-23std::hashmap: Remove BaseIter impl for HashSetblake2-ppc-7/+6
2013-06-23std::hashmap: Use .iter() instead of .each and similarblake2-ppc-8/+7
2013-06-23std::hashmap: Add test_iterate for HashSetblake2-ppc-0/+14
2013-06-23std::hashmap: Implement external iterator for HashMap and HashSetblake2-ppc-12/+79
2013-06-22auto merge of #7274 : thestinger/rust/size_hint, r=huonwbors-877/+879
2013-06-23vec: remove BaseIter implementationDaniel Micay-869/+789
2013-06-22Cleaned up middle a bit.Steven Stewart-Gallus-163/+128
2013-06-22auto merge of #7204 : alexcrichton/rust/deriving-to-string, r=pcwaltonbors-44/+99
2013-06-22auto merge of #7214 : Blei/rust/fix-owned-traits, r=pcwaltonbors-10/+52
2013-06-22iterator: add a FromIterator traitDaniel Micay-2/+20
2013-06-22iterator: add a size_hint default methodDaniel Micay-6/+70
2013-06-22Merge pull request #7227 from alexcrichton/issue-7218Daniel Micay-0/+8
2013-06-22Merge pull request #7270 from thestinger/docDaniel Micay-10/+10
2013-06-22Merge pull request #7230 from Blei/green-squiggleDaniel Micay-13/+20
2013-06-22Fix compiling empty fmt! stringsAlex Crichton-0/+8
2013-06-22Expand the deriving(ToStr) implementationAlex Crichton-44/+99
2013-06-22replaced some 'std::' with 'extra::' in commentsreus-16/+16
2013-06-22Fix take glue of owned trait objectsPhilipp Brüschweiler-10/+52
2013-06-22rustc: Fix formatting of --helpBrian Anderson-4/+4
2013-06-21auto merge of #7182 : Aatch/rust/trans-refactor-pt2, r=graydonbors-2797/+2496
2013-06-22Fix merge falloutJames Miller-9/+5
2013-06-22Remove remaining address space related codeJames Miller-33/+4
2013-06-22Fix-up PP Code to reflect new lifetime param syntaxJames Miller-53/+60
2013-06-22Move count-llvm-insn code into task-local storageJames Miller-223/+225
2013-06-22Fix warnings in transJames Miller-227/+166
2013-06-22Finish up Type refactoringJames Miller-886/+517
2013-06-22Initial Type Refactoring doneJames Miller-478/+429
2013-06-22Add the rest of the atomic operations.James Miller-396/+475
2013-06-22More Type refactoringsJames Miller-578/+470
2013-06-22Start refacting LLVM Type handlingJames Miller-18/+298
2013-06-22Make log_fn_time a methodJames Miller-17/+9