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
/
sync
/
deque.rs
Age
Commit message (
Expand
)
Author
Lines
2014-05-24
std: minor simplification to sync::deque.
Huon Wilson
-5
/
+5
2014-05-21
std,green: Mark some queue types as NoShare
Alex Crichton
-3
/
+9
2014-05-19
std: Remove UnsafeArc
Alex Crichton
-18
/
+13
2014-05-19
std: Rebuild sync::deque on Arc
Alex Crichton
-25
/
+27
2014-05-11
sync::deque: port to the new allocator API
Daniel Micay
-15
/
+19
2014-05-11
core: Remove the cast module
Alex Crichton
-12
/
+11
2014-05-08
Rename slice::unzip() to vec::unzip()
Kevin Ballard
-2
/
+2
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-9
/
+12
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-4
/
+4
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-1
/
+1
2014-04-10
std,serialize: remove some internal uses of ~[].
Huon Wilson
-8
/
+8
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-3
/
+3
2014-03-23
iter: remove `to_owned_vec`
Daniel Micay
-3
/
+3
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-3
/
+3
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-1
/
+1
2014-02-15
std: clean up ptr a bit
Corey Richardson
-1
/
+1
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-12
/
+12
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-22
libc: switch `free` to the proper signature
Daniel Micay
-1
/
+1
2014-01-21
[std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behavior
Simon Sapin
-1
/
+1
2013-12-24
std: Introduce std::sync
Alex Crichton
-0
/
+661