summary refs log tree commit diff
path: root/src/libcore/send_map.rs
AgeCommit message (Expand)AuthorLines
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
2012-08-22Remove match check in send_mapTim Chevalier-1/+4
2012-08-22Comments only: update issue number for FIXMETim Chevalier-1/+2
2012-08-21implement a map testing benchmarkNiko Matsakis-0/+7
2012-08-21remove some FIXMEd code as the relevant issue is fixedNiko Matsakis-14/+15
2012-08-15Convert more core types to camel caseBrian Anderson-42/+42
2012-08-14De-mode task.rs and add some option::foo_ref() helpersBen Blum-2/+2
2012-08-13Stop parsing old operator overloading syntaxBrian Anderson-3/+0
2012-08-08Convert impls to new syntaxBrian Anderson-10/+10
2012-08-07syntax: Make match arm parsing more restrictive againBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-6/+6
2012-08-05Switch alts to use arrowsBrian Anderson-8/+4
2012-08-02Make comparisons between region pointers workTim Chevalier-1/+1
2012-08-01Convert ret to returnBrian Anderson-11/+11
2012-08-01send_map - fix size bug; add is_empty and test case for sameBen Blum-1/+15
2012-07-31send_map: each -> each_ref, and add each* copying versions; add 'iterate' testBen Blum-5/+35
2012-07-31Add send_map::each{,_key,_value}Ben Blum-4/+22
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-6/+6
2012-07-30Move send_map to libcoreBen Blum-0/+345