summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-02-03oldmap: implement core::container::MutableDaniel Micay-6/+8
2013-02-03oldmap: implement core::container::ContainerDaniel Micay-10/+14
2013-02-03oldmap: get rid of the legacy contains_key methodDaniel Micay-8/+4
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-24/+24
2013-02-03rm commented out std::map code from json moduleDaniel Micay-12/+0
2013-02-03remove old StdMap traitDaniel Micay-80/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-9/+7
2013-01-31modernize smallintmapDaniel Micay-133/+95
2013-01-31copy oldsmallintmap.rs to smallintmap.rsDaniel Micay-0/+237
2013-01-31move smallintmap to oldsmallintmapDaniel Micay-2/+2
2013-01-31implement container::Mutable for SmallIntMapDaniel Micay-3/+17
2013-01-31clean up SmallIntMap tests a bitDaniel Micay-4/+3
2013-01-31drop the StdMap implementation from SmallIntMapDaniel Micay-9/+1
2013-01-31implement container::Container for SmallIntMapDaniel Micay-6/+30
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-180/+181
2013-01-31std: remove transitional codeTim Chevalier-28/+0
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-6/+14
2013-01-30Repair RIMOV damage to libstd testsBen Striegel-9/+9
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