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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
sync.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-07
'borrowed pointer' -> 'reference'
Brian Anderson
-1
/
+1
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-8
/
+17
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-17
/
+15
2013-12-24
std: Remove must deferred sending functions
Alex Crichton
-1
/
+1
2013-12-24
std: Introduce std::sync
Alex Crichton
-2
/
+3
2013-12-23
extra: Fix all code examples
Alex Crichton
-2
/
+5
2013-12-17
Don't allow impls to force public types
Alex Crichton
-1
/
+1
2013-12-16
Test fallout from std::comm rewrite
Alex Crichton
-1
/
+1
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-51
/
+50
2013-12-11
Make 'self lifetime illegal.
Erik Price
-10
/
+10
2013-12-10
libextra: Remove various cells involved in `Arc`s.
Patrick Walton
-5
/
+4
2013-11-26
librustc: Fix merge fallout.
Patrick Walton
-6
/
+2
2013-11-26
test: Remove all remaining non-procedure uses of `do`.
Patrick Walton
-116
/
+116
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-42
/
+48
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-135
/
+109
2013-11-19
Remove NonCopyable::new
Steven Fackler
-5
/
+5
2013-11-19
libextra: Convert uses of `&fn(A)->B` to `|A|->B`.
Patrick Walton
-16
/
+20
2013-10-28
Allow fail messages to be caught, and introduce the Any trait
Marvin Löbel
-4
/
+4
2013-10-23
Removed unnecessary comments and white spaces as suggested
reedlepee
-3
/
+0
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-5
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-1
/
+9
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-11
/
+11
2013-10-15
Require module documentation with missing_doc
Alex Crichton
-0
/
+2
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-11
/
+11
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
[next]