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-04-23
std: Add missing stability for symlink functions
Alex Crichton
-0
/
+1
2015-04-22
std: Audit std::thread implementations
Alex Crichton
-130
/
+144
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-31
/
+16
2015-04-21
rollup merge of #24651: tamird/old-references
Alex Crichton
-31
/
+0
2015-04-21
rollup merge of #24222: lambda/rename-soft-link-to-symlink
Alex Crichton
-0
/
+34
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-31
/
+16
2015-04-21
Deprecate std::fs::soft_link in favor of platform-specific versions
Brian Campbell
-0
/
+34
2015-04-21
Remove unused files
Tamir Duberstein
-31
/
+0
2015-04-21
Implement Debug for File
Chris Wong
-0
/
+49
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-7
/
+7
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-2116
/
+6
2015-04-14
Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturon
bors
-7
/
+10
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-9
/
+9
2015-04-10
std: Unconditionally close all file descriptors
Alex Crichton
-39
/
+42
2015-04-09
std: Clean up process spawn impl on unix
Alex Crichton
-241
/
+203
2015-04-09
std: Set CLOEXEC for all fds opened on unix
Alex Crichton
-30
/
+50
2015-04-09
std: Make FromRawFd::from_raw_fd an unsafe method
Alex Crichton
-7
/
+10
2015-04-10
Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturon
Manish Goregaokar
-2
/
+2
2015-04-08
std: Stabilize io::Error::from_raw_os_error
Alex Crichton
-2
/
+2
2015-04-08
Auto merge of #24029 - nagisa:print-locking, r=alexcrichton
bors
-1
/
+76
2015-04-08
Implement reentrant mutexes and make stdio use them
Simonas Kazlauskas
-1
/
+76
2015-04-04
fixing some tests and temporarily disabling others to get Bitrig build workin...
Dave Huseby
-1
/
+2
2015-04-03
Auto merge of #23832 - petrochenkov:usize, r=aturon
bors
-2
/
+2
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-1
/
+1
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-1
/
+2
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-1
/
+2
2015-03-31
rollup merge of #23907: alexcrichton/impl-exit
Alex Crichton
-0
/
+4
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-18
/
+19
2015-03-31
rollup merge of #23875: aturon/revise-convert-2
Alex Crichton
-11
/
+4
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-18
/
+19
2015-03-31
rollup merge of #23766: alexcrichton/stabilize-raw-fd
Alex Crichton
-24
/
+103
2015-03-31
std: Add a process::exit function
Alex Crichton
-0
/
+4
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-11
/
+4
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+2
2015-03-30
Remove unnecessary `as usize`
Vadim Petrochenkov
-2
/
+2
2015-03-28
iOS: int/uint fallout
Valerii Hiora
-3
/
+3
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-53
/
+53
2015-03-26
std: Stabilize parts of std::os::platform::io
Alex Crichton
-24
/
+103
2015-03-26
Revise use of conversion traits
Aaron Turon
-4
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-53
/
+53
2015-03-25
Rollup merge of #23693 - semarie:openbsd-pathbuf-new, r=nikomatsakis
Manish Goregaokar
-2
/
+2
2015-03-25
unbreak bitrig/openbsd build after 8389253d
Sébastien Marie
-2
/
+2
2015-03-24
[iOS] Fallout from 8389253
Tamir Duberstein
-1
/
+1
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-2
/
+3
2015-03-23
rollup merge of #23640: nagisa/thread-less-weak
Alex Crichton
-11
/
+8
2015-03-23
rollup merge of #23631: andersk/minstack-dlsym
Alex Crichton
-14
/
+26
2015-03-23
Add generic conversion traits
Aaron Turon
-6
/
+5
2015-03-23
prctl instead of pthread on linux for name setup
Simonas Kazlauskas
-11
/
+8
2015-03-23
min_stack_size: clarify both reasons to use dlsym
Anders Kaseorg
-5
/
+6
[next]