about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-02-27libsyntax: Forbid mutable vectors. rs=demutingPatrick Walton-6/+4
2013-02-27libsyntax: Forbid `~mut` and `~const`. rs=demutingPatrick Walton-16/+18
2013-02-27Fix: now sha1 result_str() return correct valueJihyun Yu-1/+21
2013-02-27auto merge of #5123 : thestinger/rust/treemap, r=nikomatsakisbors-113/+93
2013-02-27treemap: improve the lazy iteratorDaniel Micay-113/+93
2013-02-26auto merge of #5119 : Kimundi/rust/incoming, r=catamorphismbors-10/+10
2013-02-26Removed deprecated `str()` functions in int-template.rs and uint-template.rsMarvin Löbel-10/+10
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-91/+0
2013-02-26librustc: Implement a lint mode for mutable structures; deny by default. r=tjcPatrick Walton-0/+1
2013-02-23remove oldsmallintmapDaniel Micay-238/+0
2013-02-22auto merge of #5081 : brson/rust/pipes, r=pcwaltonbors-75/+77
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-75/+77
2013-02-21Cleanup, commenting, trivial renamingJohn Clements-2/+0
2013-02-21librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...Patrick Walton-25/+13
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-210/+212
2013-02-19std: update rand-using tests, r=burningtreeGraydon Hoare-3/+3
2013-02-18auto merge of #5005 : alexcrichton/rust/bitv++, r=catamorphismbors-187/+701
2013-02-18Add benchmarks to measure differences in bit vectorsAlex Crichton-0/+92
2013-02-17Implement Set container on top of a bit vectorAlex Crichton-40/+470
2013-02-17Favor local closures instead of global functionsAlex Crichton-8/+4
2013-02-17Remove the 'uint_bits' constant in bitvAlex Crichton-11/+9
2013-02-17Change SmallBitv to use uint instead of u32Alex Crichton-8/+8
2013-02-17Modernize bitv mut fields and explicit selfAlex Crichton-134/+132
2013-02-17vec: grow_fn doesn't require CopyDaniel Micay-1/+1
2013-02-16auto merge of #4993 : thestinger/rust/deque, r=graydonbors-158/+138
2013-02-17Removed more capture claueses.Seth Pink-3/+3
2013-02-16deque: get rid of Copy requirementDaniel Micay-2/+0
2013-02-16deque: avoid Copy in growDaniel Micay-8/+5
2013-02-16deque: avoid Copy for getDaniel Micay-17/+17
2013-02-17Remove use of capture clause #4965Seth Pink-1/+1
2013-02-16deque: avoid Copy in pop_{front,back}Daniel Micay-18/+17
2013-02-16deque: avoid Copy in peek_{front,back}Daniel Micay-52/+50
2013-02-16deque: avoid Copy in the get functionDaniel Micay-7/+7
2013-02-16deque: separate the methods that need CopyDaniel Micay-1/+3
2013-02-16deque: rm old return statementsDaniel Micay-5/+5
2013-02-16add a Mutable implementation (clear) to std::dequeDaniel Micay-0/+9
2013-02-16modernize std::dequeDaniel Micay-132/+109
2013-02-15rustpkg: Massage for landing.Graydon Hoare-126/+238
2013-02-15Move semver to std and finish rustpkgZack Corr-1/+2
2013-02-15Correct Zack Corr's email in AUTHORS.txtZack Corr-0/+283
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-93/+83
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-25/+31
2013-02-15libstd: Fix broken test.Luqman Aden-1/+1
2013-02-15libstd: Get rid of `move`.Luqman Aden-363/+357
2013-02-14auto merge of #4938 : thestinger/rust/no_zero, r=brsonbors-3/+3
2013-02-14auto merge of #4927 : sanxiyn/rust/remove-dvec, r=catamorphismbors-8/+6
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-25/+31
2013-02-14auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brsonbors-3/+3
2013-02-14fix bug in uv_ll tests uncovered by not zeroingDaniel Micay-3/+3
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-154/+154