about summary refs log tree commit diff
path: root/src/libcore/send_map.rs
AgeCommit message (Expand)AuthorLines
2013-01-23rename send_map to hashmapDaniel Micay-641/+0
2013-01-22migrate gc.rs to LinearSetDaniel Micay-1/+1
2013-01-22add a base Container traitDaniel Micay-15/+11
2013-01-22add a container::Map traitDaniel Micay-50/+31
2013-01-22add a Mutable container trait with clearDaniel Micay-9/+14
2013-01-20fix long linesDaniel Micay-2/+6
2013-01-20add a LinearSet type (implementing the Set trait)Daniel Micay-2/+45
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+7
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-7/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+7
2012-12-30reset LinearMap.size when expanding bucketsTim Taubert-0/+19
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-0/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+6
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+1
2012-12-11core: add Eq impl to LinearMap.Erick Tryzelaar-0/+37
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-07rustc: Support irrefutable patterns in function arguments. r=nmatsakisPatrick Walton-2/+2
2012-10-12Make moves explicit in core testsTim Chevalier-10/+10
2012-10-08libcore: add pop/swap/consume to SendMapErick Tryzelaar-29/+126
2012-10-02Removing explicit uses of + modeTim Chevalier-4/+4
2012-09-28core: Demode patternsBrian Anderson-2/+2
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-12/+3
2012-09-26libcore: De-export ptr, send_map, and task::local_dataPatrick Walton-18/+14
2012-09-25core: Mark more mods as demodedBrian Anderson-0/+4
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+2
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-24/+8
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-1/+1
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-1/+1
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-15Make most send_map functions pureErick Tryzelaar-19/+19
2012-09-15libcore: add find_ref/get_ref to SendMap traitErick Tryzelaar-2/+9
2012-09-15libcore: send_map test simplification.Erick Tryzelaar-6/+2
2012-09-14replace with_find_ref() with find_ref(), which is just nicer to useNiko Matsakis-32/+26
2012-09-12libcore: add send_map::with_find_ref and with_get_ref.Erick Tryzelaar-0/+31
2012-09-12libcore: modernize send_map's whitespacingErick Tryzelaar-46/+42
2012-09-12update to store map on stack, taking advantage of auto-refNiko Matsakis-7/+7
2012-09-11Make moves explicit in argumentsTim Chevalier-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-09-10Make more moves explicit in libcoreTim Chevalier-4/+4
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-5/+5
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-8/+8
2012-09-04libcore: "import" -> "use"Patrick Walton-3/+3
2012-08-30Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.Graydon Hoare-40/+33
2012-08-28correct name of SendMap traitNiko Matsakis-1/+1
2012-08-28refactor send_map impl to be based on structsNiko Matsakis-19/+47
2012-08-27Camel case various core constructorsBrian Anderson-3/+3
2012-08-26Camel case the option typeBrian Anderson-19/+19
2012-08-24Remove one last match check, in send_mapTim Chevalier-2/+5
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-6/+6
2012-08-22convert send_map to use explicit selfNiko Matsakis-72/+69