summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-10-24adjust commentsNiko Matsakis-8/+37
2012-10-24Workaround #3850Niko Matsakis-5/+9
2012-10-24Implement proper subtyping for region fn types (part of #2263)Niko Matsakis-417/+877
2012-10-24Move binarysort out of MergeStateSimon BD-36/+36
2012-10-24Remove commented out codeSimon BD-28/+0
2012-10-24Remove and comment out more MergeState codeSimon BD-28/+28
2012-10-24Remove some code that MergeState used to prevent double freesSimon BD-33/+1
2012-10-24Fix tests for Copy boundSimon BD-45/+9
2012-10-24Add copy bound to sortSimon BD-104/+52
2012-10-24Merge pull request #3852 from veddan/type-limitsBrian Anderson-0/+148
2012-10-24Merge branch 'method-vis-parse'Brian Anderson-10/+37
2012-10-24rustc: Implement typechecking for tuple structs. r=nmatsakisPatrick Walton-11/+87
2012-10-24Added compile-fail testsViktor Dahl-0/+25
2012-10-24Cleaned up formatting and fixed bug in rev_binopViktor Dahl-105/+119
2012-10-24Implemented '-W type-limits' (#3833)Viktor Dahl-0/+109
2012-10-24stage2 run-pass test for #3753Mahmut Bulut-0/+27
2012-10-24Make check & TidyMahmut Bulut-4/+3
2012-10-23rustc: Implement construction of monomorphic struct-like variants. r=nmatsakisPatrick Walton-73/+303
2012-10-23Move futures to stdBrian Anderson-8/+6
2012-10-23core: Remove remaining use of FutureBrian Anderson-3/+7
2012-10-23core: Use PortOne instead of Future in future_resultBrian Anderson-23/+21
2012-10-23core: Remove the unused Notification enumBrian Anderson-38/+11
2012-10-23core: Use less code for option dancing that notification channelBrian Anderson-37/+8
2012-10-23core: Replace future_pipe with pipe::oneshotBrian Anderson-13/+7
2012-10-23core: Give future_pipe the same definition as pipes::oneshotBrian Anderson-7/+13
2012-10-23rt: Remove unused string upcalls harderBrian Anderson-33/+0
2012-10-23rt: Remove box annihilatorBrian Anderson-258/+1
2012-10-23rt: Remove unused string upcallsBrian Anderson-35/+0
2012-10-23Remove <- operator from the compilerTim Chevalier-132/+53
2012-10-23 Remove uses of binary move in the compilerTim Chevalier-6/+6
2012-10-23Don't generate move-by-init in AST builderTim Chevalier-2/+8
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-136/+151
2012-10-23rustc: Implement typechecking for simple monomorphic derivable traits on mono...Patrick Walton-123/+422
2012-10-23rustc: Lower-case the error messages in kind.rs, for consistencyBrian Anderson-13/+13
2012-10-23* Parsing sequence changedMahmut Bulut-11/+12
2012-10-22TidyBrian Anderson-2/+2
2012-10-22Merge remote-tracking branch 'luqmana/incoming'Brian Anderson-33/+104
2012-10-23Fix compare_and_swap to not break tests.Luqman Aden-133/+16
2012-10-22Re-add bad Ord impl testSimon BD-0/+19
2012-10-22Fix typoSimon BD-1/+1
2012-10-22Fix long lineSimon BD-1/+2
2012-10-22Use explicit selfSimon BD-8/+8
2012-10-22Uncomment tests and fix binarysort segmentation faultSimon BD-95/+72
2012-10-22core: Add Result.get_ref methodBrian Anderson-0/+8
2012-10-22core: add condition.raise_default.Graydon Hoare-5/+27
2012-10-22rustc: Factor out struct literal typechecking in preparation for struct-like ...Patrick Walton-122/+132
2012-10-22rustc: Implement generic cross-crate trait inheritancePatrick Walton-45/+206
2012-10-22core: settle on the trap/in condition convention for now. Implement proper re...Graydon Hoare-238/+119
2012-10-22Merge remote-tracking branch 'original/incoming' into incomingSimon BD-8309/+8948
2012-10-22Fix up tests, export tim_sortSimon BD-25/+19