about summary refs log tree commit diff
path: root/src/libstd/smallintmap.rs
AgeCommit message (Expand)AuthorLines
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-4/+4
2013-01-28Remove bounds from type decl of smallintmapNiko Matsakis-2/+2
2013-01-24convert most of libstd over to structsErick Tryzelaar-2/+4
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+3
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-3/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+3
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-1/+3
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-2/+5
2012-12-09Remove transitional codeBrian Anderson-10/+0
2012-12-04librustc: Implement explicit self for Add and Index; add a hack in the borrow...Patrick Walton-0/+10
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-1/+0
2012-11-25Rename insert_with functions to update, update_with_keyBrian Anderson-8/+8
2012-11-25Add improvements to insert_with_keyKevin Cantu-1/+39
2012-11-25Add an insert_with_key function to the Map traitKevin Cantu-0/+7
2012-11-18Made Map.contains_key, contains_key_ref, and get pure.Jesse Jones-4/+4
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-3/+3
2012-10-03Remove uses of + mode from libstdTim Chevalier-10/+10
2012-10-01De-export std::{rope,smallintmap}. Part of #3583.Graydon Hoare-7/+7
2012-09-28demode vecNiko Matsakis-1/+1
2012-09-28std: Eliminate deprecated patternsBrian Anderson-3/+2
2012-09-25Demode dvecTim Chevalier-1/+1
2012-09-23core: Demode optionBrian Anderson-1/+1
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-10/+4
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-1/+1
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-1/+1
2012-09-10Make remaining moves explicit in libstdTim Chevalier-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-4/+4
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-10/+10
2012-09-04std: Camel case smallintmapBrian Anderson-12/+12
2012-09-04Confirm demoding of smallintmap.rsKevin Cantu-1/+4
2012-09-04libstd: "import" -> "use"Patrick Walton-4/+4
2012-09-02Camel case core::opsBrian Anderson-1/+1
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-8/+8
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-26Camel case the option typeBrian Anderson-14/+14
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-21implement a map testing benchmarkNiko Matsakis-3/+3
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-3/+3
2012-08-07syntax: Make match arm parsing more restrictive againBrian Anderson-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-4/+4
2012-08-05Switch alts to use arrowsBrian Anderson-11/+13
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-11/+29
2012-08-01Convert ret to returnBrian Anderson-8/+8
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-2/+2
2012-07-27core: Trait-ify various overloaded operatorsPatrick Walton-2/+10
2012-07-263x faster typecheckingEric Holk-1/+1
2012-07-26Add #[inline(never)], and also fixed inlining on vec::pushEric Holk-1/+3