aboutsummaryrefslogtreecommitdiff
path: root/src/lib/deque.rs
Commit message (Expand)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-0/+145
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-145/+0
* Remove 'deprecated mutable...' from our codeMarijn Haverbeke2011-05-051-1/+1
* Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton2011-05-021-1/+1
* Revert "Use different syntax for checks that matter to typestate"Graydon Hoare2011-05-021-1/+1
* Use different syntax for checks that matter to typestateTim Chevalier2011-05-021-1/+1
* Revert "Remove usages of case(_) { fail; } since the compiler does this autom...Patrick Walton2011-03-221-0/+1
* Remove usages of case(_) { fail; } since the compiler does this automaticallyBrian Anderson2011-03-221-1/+0
* Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro...Graydon Hoare2011-03-091-4/+0
* rustboot: Don't use walk to traverse statements in type.ml; fixes redundant c...Patrick Walton2010-11-181-0/+1
* Add a check for binding an alias. Good thing, as we had two instances in our ...Graydon Hoare2010-11-081-1/+1
* Move the option type to its own modulePatrick Walton2010-11-051-9/+9
* Revert "Move the option type to its own module"Patrick Walton2010-11-051-9/+9
* Move the option type to its own modulePatrick Walton2010-11-051-9/+9
* Reformat standard library; no code changes.Graydon Hoare2010-09-221-112/+122
* Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...Graydon Hoare2010-09-201-5/+5
* Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo...Graydon Hoare2010-09-091-1/+1
* Add _uint module to std, move some code around.Graydon Hoare2010-08-201-1/+1
* 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