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
Age
Commit message (
Expand
)
Author
Lines
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-6
/
+6
2015-04-23
Auto merge of #24633 - rapha:master, r=alexcrichton
bors
-0
/
+57
2015-04-24
Implement IntoIterator for Receiver
Raphael Speyer
-0
/
+57
2015-04-23
Indicate trait names in doc-comment are code-like
Corey Farwell
-1
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-8
/
+0
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-27
/
+27
2015-04-09
Indicate keyword in doc comment is code-like
Corey Farwell
-2
/
+2
2015-04-08
Auto merge of #24029 - nagisa:print-locking, r=alexcrichton
bors
-202
/
+14
2015-04-08
Implement reentrant mutexes and make stdio use them
Simonas Kazlauskas
-202
/
+14
2015-04-07
Remove another invalid example
Łukasz Niemier
-26
/
+0
2015-04-07
Remove incorrect example from docs
Łukasz Niemier
-26
/
+0
2015-04-01
Test fixes and rebase conflicts, round 2
Alex Crichton
-22
/
+22
2015-04-01
rollup merge of #23176: huonw/rm-bounds
Alex Crichton
-34
/
+36
2015-04-01
rollup merge of #23949: aturon/stab-timeout
Alex Crichton
-19
/
+31
2015-04-01
Stabilize basic timeout functionality
Aaron Turon
-19
/
+31
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-2
/
+3
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-226
/
+0
2015-03-31
rollup merge of #23879: seanmonstar/del-from-error
Alex Crichton
-3
/
+3
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-226
/
+0
2015-03-31
Indicate select! is code-like
Corey Farwell
-1
/
+1
2015-03-30
convert: remove FromError, use From<E> instead
Sean McArthur
-3
/
+3
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-8
/
+8
2015-03-24
Reject specialized Drop impls.
Felix S. Klock II
-1
/
+1
2015-03-24
Added `T:Send` bound to `Queue<T>` to avoid specialized `Drop` impl.
Felix S. Klock II
-1
/
+1
2015-03-24
Added `T:Send` bound to `Packet<T>` to avoid specialized `Drop` impl.
Felix S. Klock II
-2
/
+2
2015-03-24
added `T:Send` bound to `Mutex<T>` to avoid specialized Drop impl.
Felix S. Klock II
-1
/
+1
2015-03-24
Added `T:Send` bound to `Queue<T>` to avoid specialized Drop impl.
Felix S. Klock II
-2
/
+2
2015-03-24
Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.
Felix S. Klock II
-16
/
+16
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+11
2015-03-23
rollup merge of #23541: aturon/stab-error
Alex Crichton
-6
/
+6
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+11
2015-03-23
Stabilize the Error trait
Aaron Turon
-6
/
+6
2015-03-21
Fix documentation for std::sync::mutex: into_guard -> into_inner
Barosl Lee
-2
/
+2
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-1
/
+1
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-6
/
+6
2015-03-11
Example -> Examples
Steve Klabnik
-11
/
+11
2015-03-10
Rollup merge of #23125 - danburkert:master, r=brson
Manish Goregaokar
-0
/
+63
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-3
/
+3
2015-03-08
Remove unneeded `Send` bounds from `std::sync::mpsc`.
Huon Wilson
-29
/
+29
2015-03-08
Remove unneeded `Send`/`Sync` bounds from `Mutex`/`RwLock`.
Huon Wilson
-5
/
+7
2015-03-06
Implement std::error::Error for std::sync::mpsc error types
Dan Burkert
-0
/
+63
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-6
/
+6
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-9
/
+9
2015-02-27
Rollup merge of #22803 - huonw:field-stability, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-02-27
Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearth
bors
-0
/
+28
2015-02-27
Add some missing stability attributes on struct fields.
Huon Wilson
-1
/
+1
2015-02-26
Implement `Debug` for `RwLock`, `arc::Weak` and `Mutex`
nwin
-0
/
+28
2015-02-25
allow(deprecated) for TaskPool (fixup #22783)
Manish Goregaokar
-0
/
+3
[next]