aboutsummaryrefslogtreecommitdiff
path: root/src/lib/map.rs
Commit message (Collapse)AuthorAgeFilesLines
* Mop up workarounds in stdlib no longer required as issue #93 is closed.Graydon Hoare2010-08-051-9/+3
|
* Have hashmap's insert method overwrite on existing-key insertion and return ↵Roy Frostig2010-08-031-4/+8
| | | | true iff overwrite did not occur.
* More stdlib hashmap work. Add a simple test and XFAIL it due to a ↵Roy Frostig2010-08-031-21/+29
| | | | valgrind-spotted UMR.
* Pass parametric types by-alias in various stdlib spots.Roy Frostig2010-08-031-2/+2
|
* More stdlib hashmap bits (plus some drive-by extras).Roy Frostig2010-08-031-33/+76
|
* Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵Graydon Hoare2010-07-271-15/+15
| | | | a cast notation. Closes #129.
* Add a (coarse, first-pass) deque implementation to stdlib.Roy Frostig2010-07-201-2/+1
|
* Add incomplete hashmap implementation to stdlib.Roy Frostig2010-07-161-0/+160