aboutsummaryrefslogtreecommitdiff
path: root/src/lib/deque.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix a deque size bookkeeping bug.Roy Frostig2010-08-101-1/+3
* Mop up workarounds in stdlib no longer required as issue #93 is closed.Graydon Hoare2010-08-051-12/+6
* Test the deque more and fix uncovered off-by-one bug.Roy Frostig2010-07-281-8/+6
* Test the deque a bit. Give it a get-by-index method. Fix two uncovered stat...Roy Frostig2010-07-281-0/+7
* Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...Graydon Hoare2010-07-271-22/+22
* Add a (coarse, first-pass) deque implementation to stdlib.Roy Frostig2010-07-201-0/+137