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
/
arc.rs
Age
Commit message (
Expand
)
Author
Lines
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+2
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-2
/
+2
2014-05-01
Add debug_assert and debug_assert_eq macros
Steven Fackler
-8
/
+4
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-4
/
+4
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-2
/
+4
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-1
/
+1
2014-03-20
Let ArcData use Unsafe<T>
Flavio Percoco
-4
/
+8
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-03-18
Relaxed the memory ordering on the implementation of UnsafeArc
Jonathan S
-7
/
+29
2014-02-28
std: Add cfg(test) to UnsafeArc assertions
Alex Crichton
-4
/
+8
2013-12-31
Add a copy-on-write container.
Colin Sherratt
-0
/
+8
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2013-12-24
Test fixes and rebase problems
Alex Crichton
-1
/
+1
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-1
/
+0
2013-12-24
std: Introduce std::sync
Alex Crichton
-0
/
+153