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
/
unstable
/
sync.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-6
/
+20
2013-08-16
Reserve 'yield' keyword
Kevin Ballard
-10
/
+10
2013-08-12
Don't use unkillable in UnsafeArc dtor when there's no unwrapper. Close #8382.
Ben Blum
-19
/
+21
2013-08-09
Remove the C++ runtime. Sayonara
Brian Anderson
-31
/
+11
2013-08-09
std: Fix perf of local allocations in newsched
Brian Anderson
-10
/
+16
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-3
/
+3
2013-08-02
auto merge of #8195 : bblum/rust/task-cleanup, r=brson
bors
-6
/
+4
2013-08-02
replace `range` with an external iterator
Daniel Micay
-3
/
+3
2013-08-01
Relax some atomic barriers. Loosen up all that tension. There, doesn't that f...
Ben Blum
-6
/
+4
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-1
/
+1
2013-08-01
auto merge of #8158 : bblum/rust/task-cleanup, r=brson
bors
-2
/
+50
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-07-31
Move atomically to unstable::sync, and document what it actually does. Close ...
Ben Blum
-2
/
+50
2013-07-30
UnsafeArc methods return unsafe pointers, so are not themselves unsafe.
Ben Blum
-115
/
+114
2013-07-30
Add test cases for select
Ben Blum
-0
/
+26
2013-07-30
Implement select() for new runtime pipes.
Ben Blum
-13
/
+41
2013-07-27
Fix nits.
Steven Stewart-Gallus
-9
/
+7
2013-07-27
Change concurrency primitives to standard naming conventions
Steven Stewart-Gallus
-49
/
+51
2013-07-20
Fix warnings in stdtest and extratest. Maybe somebody will care.
Ben Blum
-1
/
+0
2013-07-20
Stash a spare kill flag inside tasks, to save two atomic xadds in the blockin...
Ben Blum
-0
/
+12
2013-07-20
Add KillHandle and implement exit code propagation to replace join_latch
Ben Blum
-3
/
+3
2013-07-20
Add UnsafeAtomicRcBox::try_unwrap()
Ben Blum
-1
/
+68
2013-07-20
Reimplement ARC::unwrap() and friends.
Ben Blum
-19
/
+211
2013-07-20
Remove redundant Atomic{Ui,I}nt types from unstable::sync
Ben Blum
-68
/
+0
2013-07-03
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-9
/
+9
2013-06-28
librustc: Change "Owned" to "Send" everywhere
Patrick Walton
-6
/
+6
2013-06-25
Change finalize -> drop.
Luqman Aden
-2
/
+2
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-20
Merge remote-tracking branch 'brson/io' into io-upstream
Brian Anderson
-0
/
+69
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-5
/
+5
2013-06-16
Merge remote-tracking branch 'brson/io'
Brian Anderson
-0
/
+69
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-5
/
+5
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-29
/
+33
2013-05-29
Merge remote-tracking branch 'brson/io' into incoming
Brian Anderson
-0
/
+69
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+261