summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-14register new snapshotsGraydon Hoare-0/+8
2013-08-15std: Replace map_vec, map_vec2, iter_vec2 in std::resultblake2-ppc-62/+93
2013-08-15Update either::partitionblake2-ppc-13/+6
2013-08-15std: Change either::{lefts, rights} to return an iteratorblake2-ppc-28/+31
2013-08-14testsuite: Add xfailed test for #8498Tim Chevalier-0/+44
2013-08-14std: Change ProcessOptions struct to have an option of a ~ vectorTim Chevalier-15/+17
2013-08-14rustc: Eliminate a derived error in check::_matchTim Chevalier-13/+73
2013-08-14Rewrite Saturating in terms of CheckedAdd/CheckedSubKevin Ballard-38/+25
2013-08-14auto merge of #8462 : thestinger/rust/loop-cleanup, r=cmrbors-102/+20
2013-08-14auto merge of #8452 : Kimundi/rust/stuff02, r=bstriebors-47/+88
2013-08-15std: Move the iterator param on FromIterator and Extendable to the method.Huon Wilson-50/+49
2013-08-15rustc: allow @ as-patterns to move when the sub-pattern contains no bindings.Huon Wilson-1/+18
2013-08-14auto merge of #8453 : dmanescu/rust/8451, r=cmrbors-4/+33
2013-08-14Methodyfied the string ascii extionsion functionsMarvin Löbel-47/+88
2013-08-14Add sysconf names for AndroidSeo Sanghyeon-224/+214
2013-08-14auto merge of #8440 : sfackler/rust/env-fix, r=pcwaltonbors-3/+2
2013-08-14auto merge of #8439 : huonw/rust/hashset-clone, r=cmrbors-0/+26
2013-08-13auto merge of #8477 : catamorphism/rust/issue-4096, r=msullivanbors-0/+31
2013-08-13Add a bunch of tests for closed issuesAlex Crichton-0/+340
2013-08-13auto merge of #8497 : nikomatsakis/rust/improvements-to-object-coercion, r=pc...bors-13/+126
2013-08-13auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydonbors-168/+805
2013-08-13Add `f` formats to `ifmt!`Alex Crichton-12/+54
2013-08-13Add test for repeat expr in statics.Luqman Aden-0/+31
2013-08-13Remove unused automatic cfg bindings Fixes #7169Nick Desaulniers-32/+27
2013-08-13auto merge of #8329 : michaelwoerister/rust/lexical_scopes_alt, r=graydonbors-156/+2195
2013-08-13auto merge of #8475 : kmcallister/rust/stack_segment, r=brson,brsonbors-2/+2
2013-08-13Merge pull request #8432 from chris-morgan/remove-assert-eq-macro-fail-binaryGraydon Hoare-0/+0
2013-08-13Reborrow even when passing &Object to &Object, so as to permit freezingNiko Matsakis-5/+53
2013-08-13Fix freezing of @mut Objects when passing as argumentNiko Matsakis-8/+73
2013-08-13Make rt::stack publicKeegan McAllister-1/+1
2013-08-13auto merge of #8423 : alexcrichton/rust/less-priv-again, r=bstriebors-121/+234
2013-08-13Add RngUtils::sample() method for reservoir sampling from iteratorsRobert Knight-0/+56
2013-08-13auto merge of #8411 : bblum/rust/assorted-fixes, r=brsonbors-479/+469
2013-08-13auto merge of #7866 : sstewartgallus/rust/clean, r=cmrbors-74/+77
2013-08-13debuginfo: Add some tests for visibiliy scopes within closures.Michael Woerister-2/+239
2013-08-13debuginfo: Add support for argument shadowing.Michael Woerister-36/+110
2013-08-13debuginfo: Implemented proper handling of lexical scopes and variable shadowing.Michael Woerister-145/+1873
2013-08-13librustc: Allow vector repeat exprs in statics.Luqman Aden-0/+21
2013-08-12auto merge of #8487 : brson/rust/local-opts, r=brsonbors-16/+24
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-121/+234
2013-08-12Explain what ifmt! is all aboutAlex Crichton-0/+301
2013-08-12Correct the padding on integer types for formattingAlex Crichton-113/+133
2013-08-12Define integer formats for all widthsAlex Crichton-37/+121
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-105/+295
2013-08-12std: Re-optimize tls access on local allocation pathBrian Anderson-16/+24
2013-08-12auto merge of #8476 : thestinger/rust/snapshot, r=brsonbors-748/+24
2013-08-12std::at_vec: add benchmarksCorey Richardson-0/+81
2013-08-12auto merge of #8419 : cmr/rust/fix-rtdebug, r=brsonbors-12/+4
2013-08-12rustc: Give a hint when a static method call has fewer than expected type par...Tim Chevalier-0/+31
2013-08-12fix build with the new snapshot compilerDaniel Micay-748/+16