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
/
libstd
/
deque.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-10
Stop using the '<->' operator
Alex Crichton
-3
/
+3
2013-05-10
std: Use the new `for` protocol
Alex Crichton
-3
/
+13
2013-05-07
std: Replace Durable with 'static
Brian Anderson
-2
/
+2
2013-05-04
Register snapshots
Brian Anderson
-122
/
+0
2013-05-02
More cases of [cfg(test)] instead of [test].
Felix S. Klock II
-1
/
+1
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-4
/
+0
2013-04-20
std: remove unused 'mut' variables
Alex Crichton
-4
/
+4
2013-04-10
libstd: changes to in response to #5656
Niko Matsakis
-0
/
+122
2013-03-29
std: Add Deque::eachi and a Deque serializer support
Erick Tryzelaar
-0
/
+32
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-55
/
+55
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-1
/
+1
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-1
/
+1
2013-03-22
libstd: Remove all uses of `pure` from libstd. rs=depure
Patrick Walton
-3
/
+3
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-1
/
+1
2013-03-22
std: replace uses of old deriving attribute with new one
Andrew Paseltiner
-3
/
+3
2013-03-21
deque: add a module docstring
Daniel Micay
-0
/
+2
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-2
/
+2
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-4
/
+4
2013-03-15
deque: add documentation
Daniel Micay
-1
/
+24
2013-03-11
Remove uses of log
Brian Anderson
-11
/
+10
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-55
/
+55
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-2
/
+0
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-0
/
+3
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-17
vec: grow_fn doesn't require Copy
Daniel Micay
-1
/
+1
2013-02-16
deque: get rid of Copy requirement
Daniel Micay
-2
/
+0
2013-02-16
deque: avoid Copy in grow
Daniel Micay
-8
/
+5
2013-02-16
deque: avoid Copy for get
Daniel Micay
-17
/
+17
2013-02-16
deque: avoid Copy in pop_{front,back}
Daniel Micay
-18
/
+17
2013-02-16
deque: avoid Copy in peek_{front,back}
Daniel Micay
-52
/
+50
2013-02-16
deque: avoid Copy in the get function
Daniel Micay
-7
/
+7
2013-02-16
deque: separate the methods that need Copy
Daniel Micay
-1
/
+3
2013-02-16
deque: rm old return statements
Daniel Micay
-5
/
+5
2013-02-16
add a Mutable implementation (clear) to std::deque
Daniel Micay
-0
/
+9
2013-02-16
modernize std::deque
Daniel Micay
-132
/
+109
2013-02-15
libstd: Get rid of `move`.
Luqman Aden
-5
/
+5
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-1
/
+0
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-54
/
+4
2013-01-24
convert most of libstd over to structs
Erick Tryzelaar
-17
/
+22
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+4
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-4
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+4
2012-12-27
libstd: Fix a bunch of resolve errors in tests. rs=fire
Patrick Walton
-0
/
+2
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-3
/
+5
2012-12-13
Rename Owned trait to Durable
Brian Anderson
-1
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
[next]