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
/
libstd
/
sys
/
unix
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2016-08-10
[emscripten] Disable code paths that don't work on emscripten
Jan-Erik Rediger
-2
/
+4
2016-08-09
Auto merge of #35426 - frewsxcv:os-sys-env-args-phantoms, r=alexcrichton
bors
-6
/
+7
2016-08-07
Utilize `PhantomData` to enforce `!Sync` and `!Send` field.
Corey Farwell
-6
/
+7
2016-08-06
Fix build on DragonFly (unused function errno_location)
Michael Neumann
-0
/
+1
2016-07-27
Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichton
bors
-0
/
+4
2016-07-26
DoubleEndedIterator for Args
Sebastian Thiel
-0
/
+4
2016-07-15
Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon
Guillaume Gomez
-3
/
+3
2016-07-12
Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`
Tobias Bucher
-3
/
+3
2016-07-11
std: clear errno before readdir, then check it (solaris)
Josh Stone
-16
/
+25
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-19
/
+33
2016-04-07
Fix libstd on DragonFly
Michael Neumann
-1
/
+11
2016-03-22
fix alignment
Jorge Aparicio
-6
/
+6
2016-03-22
try! -> ?
Jorge Aparicio
-13
/
+13
2016-02-11
bootstrap: Add directives to not double-link libs
Alex Crichton
-1
/
+2
2016-02-06
Add the asmjs-unknown-emscripten triple. Add cfgs to libs.
Brian Anderson
-3
/
+5
2016-02-03
Fix broken auto-mac-ios-opt build
Nikita Baksalyar
-22
/
+22
2016-01-31
Rename sunos to solaris
Nikita Baksalyar
-5
/
+5
2016-01-31
Apply several fixes for Illumos support
Nikita Baksalyar
-4
/
+6
2016-01-31
Add Illumos support
Nikita Baksalyar
-9
/
+53
2015-12-21
std: Remove rust_builtin C support library
Alex Crichton
-27
/
+40
2015-12-18
Use memchr in libstd where possible, closes #30076
Florian Hahn
-1
/
+2
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-1
/
+1
2015-11-17
Rollup merge of #29880 - dignati:fix-freebsd-libc, r=alexcrichton
Manish Goregaokar
-11
/
+9
2015-11-17
Fix libc module name for FreeBSD
Ole Krüger
-11
/
+9
2015-11-16
Ignore malformed environment strings like glibc does
Tobias Bucher
-8
/
+17
2015-11-09
std: Migrate to the new libc
Alex Crichton
-10
/
+12
2015-11-06
Auto merge of #29305 - alexcrichton:bad-getenv, r=brson
bors
-22
/
+27
2015-10-28
Port the standard crates to PNaCl/NaCl.
Richard Diamond
-34
/
+17
2015-10-26
std: Slightly more robust env var handling
Alex Crichton
-22
/
+27
2015-10-14
Remove unnecessary parentheses around range expressions
Andrew Paseltiner
-1
/
+1
2015-10-12
Don't use a Vec in os::current_exe on FreeBSD.
Peter Marheine
-4
/
+4
2015-09-21
Various fixes for NetBSD/amd64
Sebastian Wicki
-1
/
+6
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-2
/
+2
2015-09-08
Let's see if lifetime elision works in this case
llogiq
-1
/
+1
2015-09-08
Fixed required type coercion
llogiq
-1
/
+2
2015-09-08
fixes/improvements thanks to @Manishearth
Andre Bogus
-2
/
+1
2015-09-08
some more clippy-based improvements
Andre Bogus
-3
/
+3
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-5
/
+5
2015-08-28
Use a different buffer doubling logic for `std::sys::os::getcwd`
Barosl Lee
-5
/
+7
2015-07-10
Remove the generic `fill_bytes_buf` function
Tobias Bucher
-9
/
+13
2015-07-09
Address some comments on the pull request
Tobias Bucher
-15
/
+13
2015-07-08
Make `std::env::current_dir` work for path names longer than 2048 bytes on no...
Tobias Bucher
-9
/
+14
2015-07-01
Add netbsd amd64 support
Alex Newman
-12
/
+3
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-1
/
+1
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-12
/
+0
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-1
/
+1
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23907: alexcrichton/impl-exit
Alex Crichton
-0
/
+4
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-6
/
+7
[next]