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
/
libsync
/
sync
Age
Commit message (
Expand
)
Author
Lines
2014-03-23
sync: Rewrite the base primitives
Alex Crichton
-1330
/
+0
2014-03-23
sync: Move Once to using &self
Alex Crichton
-168
/
+0
2014-03-23
sync: Move the Mutex type to using &self
Alex Crichton
-558
/
+0
2014-03-23
sync: Move the concurrent queue to using &self
Alex Crichton
-139
/
+0
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-12
/
+13
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-180
/
+83
2014-03-06
fix typos with with repeated words, just like this sentence.
Kang Seonghoon
-1
/
+1
2014-03-04
Rename all variables that have uppercase characters in their names to use onl...
Palmer Cox
-3
/
+3
2014-03-04
Cleaned up `std::any`
Marvin Löbel
-0
/
+7
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-1
/
+1
2014-02-18
Spellcheck library docs.
Huon Wilson
-1
/
+1
2014-02-15
auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton
bors
-5
/
+6
2014-02-16
sync: Add `#[must_use]` to the Mutex guard.
Huon Wilson
-0
/
+1
2014-02-16
std: Rename unstable::mutex::Mutex to StaticNativeMutex.
Huon Wilson
-3
/
+3
2014-02-16
std: add an RAII unlocker to Mutex.
Huon Wilson
-2
/
+2
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-4
/
+4
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-2
/
+2
2014-02-05
move concurrent stuff from libextra to libsync
JeremyLetang
-0
/
+2284