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
/
sys
/
unix
Age
Commit message (
Expand
)
Author
Lines
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-2
/
+0
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-8
/
+5
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-13
/
+13
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-29
/
+32
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-9
/
+5
2015-01-02
More fallout
Nick Cameron
-16
/
+16
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-16
/
+16
2014-12-31
std: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-31
/
+43
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-5
/
+5
2014-12-30
Fallout from stabilization
Aaron Turon
-5
/
+5
2014-12-30
rollup merge of #20321: epall/patch-1
Alex Crichton
-2
/
+2
2014-12-30
rollup merge of #20286: murarth/get-address-name
Alex Crichton
-0
/
+1
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-43
/
+31
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-29
Fix impl of Send and Sync for mips
Eric Allen
-2
/
+2
2014-12-29
rollup merge of #20231: fhahn/issue-20226-eexist
Alex Crichton
-0
/
+2
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-13
/
+13
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-29
/
+32
2014-12-28
Added `get_address_name`, an interface to `getnameinfo`
Murarth
-0
/
+1
2014-12-27
Make trait's impls consistent for unix/windows
Flavio Percoco
-0
/
+5
2014-12-26
Relax `Arc` bounds don't require Sync+Send
Flavio Percoco
-3
/
+2
2014-12-26
Move RacyCell to `std::comm`
Flavio Percoco
-1
/
+2
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-7
/
+13
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-4
/
+15
2014-12-25
Map EEXIST to PathAlreadyExists error, closes #20226
Florian Hahn
-0
/
+2
2014-12-25
auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichton
bors
-1
/
+11
2014-12-22
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-21
rollup merge of #20029: vhbit/ios-no-rt
Alex Crichton
-2
/
+2
2014-12-21
Remove a ton of public reexports
Corey Farwell
-2
/
+4
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-14
/
+13
2014-12-19
load_self() needs to be public
Michael Neumann
-1
/
+1
2014-12-19
iOS: fallout of runtime removal
Valerii Hiora
-2
/
+2
2014-12-19
Several fixes for DragonFly (rebase)
Michael Neumann
-1
/
+11
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-5
/
+6
2014-12-18
Fix compilation on linux
Alex Crichton
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-24
/
+10
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-2
/
+2
2014-12-18
Refactor std::os to use sys::os
Aaron Turon
-3
/
+132
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-0
/
+1057
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-4
/
+4
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-12-14
Rewrite threading infrastructure, introducing `Thunk` to represent
Niko Matsakis
-5
/
+11
2014-12-13
libstd: use tuple indexing
Jorge Aparicio
-4
/
+4
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-5
/
+8
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-1
/
+1
2014-12-06
libstd: remove unnecessary `as_mut_slice` calls
Jorge Aparicio
-1
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+1
2014-12-05
rollup merge of #19454: nodakai/libstd-reap-failed-child
Corey Richardson
-10
/
+33
[next]