about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-02-07Merge branch 'incoming' of https://github.com/mozilla/rust into incomingBrendan Zabarauskas-85/+70
2013-02-07Add type parameter for epsilon valueBrendan Zabarauskas-5/+42
2013-02-06Fix sample program to compile in modern rustMatthew McPherrin-42/+44
2013-02-07Convert fuzzy_epsilon constant to upper case and make publicBrendan Zabarauskas-4/+4
2013-02-06remove old snapshot workaround from smallintmapDaniel Micay-4/+0
2013-02-06treemap: make map_next and set_next publicDaniel Micay-2/+2
2013-02-06update treemap FIXMEDaniel Micay-1/+1
2013-02-06get rid of implicit vec copies in treemap iteratorDaniel Micay-69/+67
2013-02-06treemap: get rid of some implicit vector copiesDaniel Micay-2/+2
2013-02-06remove issue #3148 workarounds (no longer needed)Daniel Micay-9/+0
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-53/+52
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-52/+53
2013-02-05Merge branch 'incoming' into removingTim Chevalier-125/+145
2013-02-05MergeTim Chevalier-584/+712
2013-02-05auto merge of #4796 : catamorphism/rust/derecord_std, r=catamorphismbors-71/+74
2013-02-04auto merge of #4784 : alexcrichton/rust/bitv-clear-fix, r=graydonbors-1/+19
2013-02-04Fix the each_storage() iterator on big bit vectorsAlex Crichton-1/+19
2013-02-04auto merge of pull req #4777 from thestinger/rust, r=graydonbors-53/+52
2013-02-04std: Stamp out structural recordsTim Chevalier-71/+74
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-81/+80
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-8/+8
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-53/+52
2013-02-03Merge remote-tracking branch 'thestinger/old_map' into incomingBrian Anderson-158/+57
2013-02-03Fixed `fmt!`, tests, doc-tests.Marvin Löbel-1/+1
2013-02-03Converted the floating point types to the new string conversion functions.Marvin Löbel-2/+2
2013-02-03Fixed tests still using old integer to_strMarvin Löbel-13/+16
2013-02-03Converted libcore/uint-template.rs to the new string functions.Marvin Löbel-3/+3
2013-02-03oldmap: &K instead of K for the remove parameterDaniel Micay-3/+3
2013-02-03oldmap: start conversion to explicit selfDaniel Micay-7/+6
2013-02-03oldmap: remove legacy each methodDaniel Micay-4/+0
2013-02-03oldmap: get rid of the legacy each_key methodDaniel Micay-5/+1
2013-02-03oldmap: remove the legacy each_value methodDaniel Micay-4/+0
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