index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
deque.rs
Age
Commit message (
Expand
)
Author
Lines
2011-03-22
Revert "Remove usages of case(_) { fail; } since the compiler does this autom...
Patrick Walton
-0
/
+1
2011-03-22
Remove usages of case(_) { fail; } since the compiler does this automatically
Brian Anderson
-1
/
+0
2011-03-09
Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro...
Graydon Hoare
-4
/
+0
2010-11-18
rustboot: Don't use walk to traverse statements in type.ml; fixes redundant c...
Patrick Walton
-0
/
+1
2010-11-08
Add a check for binding an alias. Good thing, as we had two instances in our ...
Graydon Hoare
-1
/
+1
2010-11-05
Move the option type to its own module
Patrick Walton
-9
/
+9
2010-11-05
Revert "Move the option type to its own module"
Patrick Walton
-9
/
+9
2010-11-05
Move the option type to its own module
Patrick Walton
-9
/
+9
2010-09-22
Reformat standard library; no code changes.
Graydon Hoare
-112
/
+122
2010-09-20
Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...
Graydon Hoare
-5
/
+5
2010-09-09
Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo...
Graydon Hoare
-1
/
+1
2010-08-20
Add _uint module to std, move some code around.
Graydon Hoare
-1
/
+1
2010-08-10
Fix a deque size bookkeeping bug.
Roy Frostig
-1
/
+3
2010-08-05
Mop up workarounds in stdlib no longer required as issue #93 is closed.
Graydon Hoare
-12
/
+6
2010-07-28
Test the deque more and fix uncovered off-by-one bug.
Roy Frostig
-8
/
+6
2010-07-28
Test the deque a bit. Give it a get-by-index method. Fix two uncovered stat...
Roy Frostig
-0
/
+7
2010-07-27
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...
Graydon Hoare
-22
/
+22
2010-07-20
Add a (coarse, first-pass) deque implementation to stdlib.
Roy Frostig
-0
/
+137