summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-10-18rustdoc: Make markdown_writer::pandoc_writer UTF-8 safeTycho Sci-6/+8
2012-10-18libcore: Make run::program_output UTF-8 safeTycho Sci-12/+16
2012-10-17core: first working sketch of a condition system.Graydon Hoare-0/+118
2012-10-17libsyntax: refactor the parser to consider foreign items as itemsPhilipp Brüschweiler-27/+65
2012-10-17Fix copy warnings in strTim Chevalier-3/+4
2012-10-17Fix copy warnings in strTim Chevalier-8/+8
2012-10-17Merge pull request #3739 from killerswan/usagemsgTim Chevalier-68/+546
2012-10-17Fix whitespaceTim Chevalier-3/+3
2012-10-17std::treemap - changing types to reflect constraints, adding equality check (...Daniel Patterson-10/+46
2012-10-17Fix long linesTim Chevalier-10/+10
2012-10-17Add a module to getopts to support verbose option definitionKevin Cantu-68/+546
2012-10-17Line lengthTim Chevalier-1/+2
2012-10-17word => word_spaceTim Chevalier-1/+1
2012-10-17remove duplicate visibility and fix indentationJyun-Yan You-11/+11
2012-10-17fix the indentation of foreign constantJyun-Yan You-0/+1
2012-10-17Merge pull request #3764 from lucab/lucab/to-upstream/pull-3Tim Chevalier-31/+29
2012-10-17Merge pull request #3719 from lucab/lucab/to-upstream/pull-2Tim Chevalier-0/+2
2012-10-17Merge pull request #3706 from erickt/str-with-capacityTim Chevalier-0/+5
2012-10-17Merge pull request #3716 from Blei/fix-3656Tim Chevalier-3/+24
2012-10-17Export std::net_url::encode_componentTim Chevalier-1/+1
2012-10-16Remove integer suffixesTim Chevalier-2/+2
2012-10-16Change a use of map::get to map::findTim Chevalier-2/+2
2012-10-16rustc: Implement intra-crate static methods on anonymous trait implementations.Patrick Walton-109/+312
2012-10-15In ty::normalize_ty, don't replace self_regions with NoneTim Chevalier-7/+12
2012-10-15Add test for Issue 2823Tim Chevalier-0/+12
2012-10-15Add test case for Issue 2895Tim Chevalier-0/+16
2012-10-15Error out in resolve if structs try to capture type parametersTim Chevalier-4/+4
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-951/+877
2012-10-15Add test cases for #3668Tim Chevalier-8/+6
2012-10-15Un-xfail test for #3521; it works nowTim Chevalier-2/+1
2012-10-15rustc: Implement monomorphic default methods. r=nmatsakisPatrick Walton-300/+638
2012-10-15Check whether loans conflict with old loans or with themselves.Niko Matsakis-94/+165
2012-10-15Fix whitespaceTim Chevalier-2/+2
2012-10-15Allow enum discriminator exprs to refer to declared constsTim Chevalier-115/+215
2012-10-15Add various test cases (xfailed)Tim Chevalier-0/+90
2012-10-15libstd: make Serializer a trait-level typaramErick Tryzelaar-83/+698
2012-10-14Use gpgv for signature verification in cargoLuca Bruno-31/+29
2012-10-13Implement to_managed without using an upcall function, as suggested by brson.Gareth Daniel Smith-9/+4
2012-10-13Add an &str.to_managed method to allow creating non-constant @str values (for...Gareth Daniel Smith-0/+20
2012-10-12Avoid repeating 'try adding a move' hintTim Chevalier-3/+5
2012-10-12Remove unneeded parensTim Chevalier-1/+1
2012-10-12Make trans ignore last useTim Chevalier-17/+9
2012-10-12Change the kind checker to ignore results of last-useTim Chevalier-37/+49
2012-10-12(For legacy code:) In liveness, require that by-move arguments are rvaluesTim Chevalier-1/+9
2012-10-12Test that functional struct update exprs get rejected if...Tim Chevalier-0/+16
2012-10-12Make moves explicit in rfail testsTim Chevalier-4/+4
2012-10-12Make moves explicit in rpass testsTim Chevalier-185/+192
2012-10-12Make moves explicit in cfail testsTim Chevalier-15/+15
2012-10-12Make moves explicit in bench testsTim Chevalier-123/+124
2012-10-12Make moves explicit in aux test filesTim Chevalier-5/+4