summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-6/+6
2013-03-01`std::net::tcp` docs: Use current syntax and typesBenjamin Herr-76/+76
2013-03-01librustc: "APL2" -> "ASL2". rs=license-fixPatrick Walton-1/+1
2013-03-01Merge remote branch 'sevrak/issue-5164' into incomingPatrick Walton-2/+2
2013-02-28auto merge of #5180 : catamorphism/rust/post-snapshot, r=catamorphismbors-24/+0
2013-02-28auto merge of #5147 : nikomatsakis/rust/remove-legacy-trait-table, r=nikomats...bors-2/+2
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-24/+0
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-2/+2
2013-02-28auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakisbors-65/+1
2013-02-28core: Remove unwrap_shared_mutable_state. #4436Brian Anderson-65/+1
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-208/+221
2013-02-28librustc: Enforce cross-crate method privacyPatrick Walton-0/+2
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-44/+44
2013-02-28Fix license attribute on cratessevrak-2/+2
2013-02-27auto merge of #5155 : bstrie/rust/dedrop, r=pcwaltonbors-1/+4
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-1/+4
2013-02-27auto merge of #5140 : yjh0502/rust/issue_4458, r=catamorphismbors-1/+21
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-75/+73
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