about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-01-30Repair RIMOV damage to libstdBen Striegel-10/+9
2013-01-30RIMOV, round 10Ben Striegel-15/+15
2013-01-30RIMOV, round 8Ben Striegel-2/+2
2013-01-30RIMOV, round 7Ben Striegel-2/+2
2013-01-30RIMOV, round 5Ben Striegel-22/+22
2013-01-30RIMOV, round 4Ben Striegel-10/+10
2013-01-30RIMOV, round 3Ben Striegel-30/+30
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-5/+5
2013-01-30rustc: make integral type inference transactional, close #3211, close #4401, ...Graydon Hoare-3/+3
2013-01-29Merge pull request #4682 from thestinger/treemapTim Chevalier-32/+23
2013-01-29std: Stop using oldcommBrian Anderson-449/+429
2013-01-29De-capitalize "note" to get rid of spurious tidy warningsTim Chevalier-1/+1
2013-01-29add intersection and union to the Set traitDaniel Micay-16/+16
2013-01-29add difference and symmetric_difference to SetDaniel Micay-17/+17
2013-01-29add is_disjoint to the Set traitDaniel Micay-27/+27
2013-01-29add is_subset and is_superset to the Set traitDaniel Micay-37/+37
2013-01-29update comments documenting issue #4492 workaroundDaniel Micay-9/+2
2013-01-29treemap: rm a bit of redundant codeDaniel Micay-4/+2
2013-01-29Merge pull request #4676 from thestinger/fuzzyTim Chevalier-3/+3
2013-01-29fix FuzzyEqDaniel Micay-3/+3
2013-01-29Fix licenseck to allow 2012-2013 as the year rangeTim Chevalier-2/+2
2013-01-29Merge pull request #4664 from thestinger/fuzzyTim Chevalier-12/+30
2013-01-29implement fuzzy_eq with fuzzy_eq_epsDaniel Micay-4/+4
2013-01-29libstd: De-export libstd. rs=deexportPatrick Walton-252/+230
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-0/+1
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-38/+49
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-70/+53
2013-01-28Add #[legacy_records] crate attributeTim Chevalier-0/+4
2013-01-28add a FuzzyEq method that accepts an epsilon valueDaniel Micay-1/+20
2013-01-28Revert "Revert "Merge pull request #4633 from thestinger/treemap""Tim Chevalier-19/+10
2013-01-28update FuzzyEq to explicit selfDaniel Micay-11/+10
2013-01-28fix std::cmp docstringDaniel Micay-1/+1
2013-01-28TidyBrian Anderson-6/+9
2013-01-28Greatly improve performance for TcpSocketBuf.readMichael Neumann-35/+77
2013-01-28Convert log(debug, ...) to debug!(...)Michael Neumann-69/+62
2013-01-28Merge remote-tracking branch 'thestinger/hashmap' into derivingBrian Anderson-6/+18
2013-01-28Merge remote-tracking branch 'codeblack08/treemap-ord' into derivingBrian Anderson-4/+82
2013-01-28get rid of LinearMap's find_copy methodDaniel Micay-6/+18
2013-01-28Remove bounds from type decl of smallintmapNiko Matsakis-2/+2
2013-01-26std: implement lexicographical Ord for TreeMap/TreeSetCody Schroeder-4/+82
2013-01-26Merge remote-tracking branch 'brson/nocommupstream2'Brian Anderson-503/+558
2013-01-25Fix Option camel case in xfailed/ignored testsTyler Bindon-1/+1
2013-01-25Fix Option camel case in commentsTyler Bindon-9/+9
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-503/+558
2013-01-25Declare std::arc::unwrap to be pubCody Schroeder-1/+1
2013-01-25register snapshotsGraydon Hoare-58/+0
2013-01-25Revert "Merge pull request #4633 from thestinger/treemap"Tim Chevalier-10/+19
2013-01-25Merge pull request #4625 from thestinger/containerTim Chevalier-15/+6
2013-01-25use mut function argument syntax in priority_queueDaniel Micay-8/+4
2013-01-25use mutable function argument syntax in treemapDaniel Micay-11/+6