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
/
libextra
/
sync.rs
Age
Commit message (
Expand
)
Author
Lines
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-2
/
+2
2013-08-31
Cleanup concurrency tests
Steven Stewart-Gallus
-105
/
+104
2013-08-27
auto merge of #8790 : huonw/rust/unsafearc, r=thestinger
bors
-3
/
+3
2013-08-27
Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674.
Huon Wilson
-3
/
+3
2013-08-27
Make rekillable consistent with unkillable
Flaper Fesp
-29
/
+19
2013-08-22
Enabled unit tests in std and extra.
Vadim Chugunov
-12
/
+12
2013-08-16
Reserve 'yield' keyword
Kevin Ballard
-10
/
+10
2013-08-10
auto merge of #8327 : sstewartgallus/rust/factor_out_waitqueue, r=bblum
bors
-13
/
+13
2013-08-09
Remove the C++ runtime. Sayonara
Brian Anderson
-2
/
+3
2013-08-08
Isolate common wait_end logic
Steven Stewart-Gallus
-13
/
+13
2013-08-07
Disable linked failure tests
Brian Anderson
-0
/
+2
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-6
/
+6
2013-08-02
(cleanup) Use more do...finally in extra::sync.
Ben Blum
-207
/
+102
2013-08-02
Add SendDeferred trait and use it to fix #8214.
Ben Blum
-4
/
+5
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-12
/
+12
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-6
/
+6
2013-07-31
auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton
bors
-1
/
+1
2013-07-30
std: Remove ManualThreads spawn mode
Brian Anderson
-1
/
+1
2013-07-30
Unkillable is not unsafe. Close #7832.
Ben Blum
-28
/
+20
2013-07-27
Change concurrency primitives to standard naming conventions
Steven Stewart-Gallus
-166
/
+168
2013-07-16
Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764
Austin King
-4
/
+4
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-13
/
+11
2013-06-29
'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...
Ben Blum
-5
/
+7
2013-06-28
Rewrite each_path to allow performance improvements in the future.
Patrick Walton
-1
/
+1
2013-06-28
librustc: Rewrite reachability and forbid duplicate methods in type implement...
Patrick Walton
-3
/
+5
2013-06-28
librustc: Change "Owned" to "Send" everywhere
Patrick Walton
-3
/
+3
2013-06-28
extra: silence some test warnings.
Huon Wilson
-1
/
+0
2013-06-25
auto merge of #7269 : luqmana/rust/drop, r=thestinger
bors
-8
/
+8
2013-06-25
Change finalize -> drop.
Luqman Aden
-8
/
+8
2013-06-25
remove `each` from vec, HashMap and HashSet
Daniel Micay
-1
/
+2
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-5
/
+5
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-1
/
+1
2013-06-13
Improve comments in sync and arc a bit more.
Ben Blum
-3
/
+5
2013-06-13
Change sync::RWlock implementation to use atomic uint instead of exclusive, f...
Ben Blum
-57
/
+80
2013-06-13
Thread order_lock through rwlock condvars for reacquiring access_lock. Fixes ...
Ben Blum
-22
/
+72
2013-06-09
remove unused import warnings
Huon Wilson
-1
/
+0
2013-06-06
Clean up a handful of build warnings.
Michael Sullivan
-1
/
+0
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-2
/
+2
2013-06-02
ptr: split out borrowed pointer utilities
Daniel Micay
-1
/
+2
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-37
/
+38
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+4
2013-05-29
librustc: Redo the unsafe checker and make unsafe methods not callable from s...
Patrick Walton
-43
/
+51
2013-05-28
Silence various warnings throughout test modules
Alex Crichton
-1
/
+0
2013-05-27
syntax highlight code examples in docstrings
Daniel Micay
-1
/
+4
2013-05-22
test: Update tests and import the prelude in some more places.
Patrick Walton
-0
/
+1
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+1351