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
2014-02-16
std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex.
Huon Wilson
-47
/
+7
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
-18
/
+6
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-1
/
+1
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-4
/
+4
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-2
/
+1
2013-12-24
std: Introduce std::sync
Alex Crichton
-477
/
+4
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-12
/
+11
2013-12-10
libstd: Change `atomically` to use RAII.
Patrick Walton
-15
/
+45
2013-12-10
libstd: Remove `Cell`s that were used because of `finally` by converting
Patrick Walton
-27
/
+42
2013-12-08
Remove dead codes
Kiet Tran
-0
/
+1
2013-12-03
Move std::util::ignore to std::prelude::drop
Steven Fackler
-4
/
+3
2013-12-01
remove useless `transmute_immut` function
Daniel Micay
-1
/
+1
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-11-26
librustc: Fix merge fallout.
Patrick Walton
-2
/
+2
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-38
/
+19
2013-11-25
Move LittleLock to using RAII
Alex Crichton
-69
/
+50
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-82
/
+58
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-8
/
+8
2013-11-18
Remove the C++ lock_and_signal type
Alex Crichton
-25
/
+16
2013-11-13
add rust_trylock_little_lock
Jason Toffaletti
-1
/
+16
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-6
/
+8
2013-10-28
Register new snapshots
Alex Crichton
-5
/
+4
2013-10-28
Allow fail messages to be caught, and introduce the Any trait
Marvin Löbel
-11
/
+31
2013-10-24
Implement a basic event loop built on LittleLock
Alex Crichton
-0
/
+47
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-3
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-2
/
+5
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-3
/
+3
2013-10-18
auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonw
bors
-7
/
+4
2013-10-18
Made `std::task::TaskBuilder::future_result()` easier to use
Marvin Löbel
-7
/
+4
2013-10-17
std: Move size/align functions to std::mem. #2240
Brian Anderson
-1
/
+1
2013-10-08
make small ty_struct immediate
Daniel Micay
-1
/
+3
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-3
/
+3
2013-09-18
Register new snapshots
Alex Crichton
-17
/
+0
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-2
/
+2
2013-08-29
reduce the size of UnsafeArc from 2 words to 1
Daniel Micay
-1
/
+9
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-1
/
+2
2013-08-27
std: use ArcData rather than c_void in UnsafeArc.
Huon Wilson
-17
/
+12
2013-08-27
Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674.
Huon Wilson
-42
/
+42
2013-08-23
std: Reduce TLS access
Brian Anderson
-12
/
+16
2013-08-22
Enabled unit tests in std and extra.
Vadim Chugunov
-3
/
+3
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
[next]