about summary refs log tree commit diff
path: root/src/libcore/send_map.rs
AgeCommit message (Expand)AuthorLines
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