about summary refs log tree commit diff
path: root/src/libstd/oldmap.rs
AgeCommit message (Expand)AuthorLines
2013-03-26std: Remove the oldmap moduleAlex Crichton-388/+0
2013-03-23turn std::oldmap into a wrapper around LinearMapDaniel Micay-335/+28
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-22libstd: Remove all uses of `pure` from libstd. rs=depurePatrick Walton-19/+19
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-9/+9
2013-03-13librustc: Remove "base types" from the language.Patrick Walton-24/+24
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-7/+7
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-82/+82
2013-03-07De-implicit-self libstdBen Striegel-9/+10
2013-03-04Remove unused imports throughout src/Alex Crichton-4/+0
2013-02-28librustc: Enforce cross-crate method privacyPatrick Walton-0/+2
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-3/+3
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-13/+15
2013-02-15libstd: Get rid of `move`.Luqman Aden-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-4/+4
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-08oldmap: rm unneeded unsafeDaniel Micay-26/+18
2013-02-08oldmap: separate out the methods that need CopyDaniel Micay-32/+34
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-11/+11
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-1/+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-04auto merge of pull req #4777 from thestinger/rust, r=graydonbors-53/+52
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-4/+4
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-1/+1
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-0/+702
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-0/+710