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
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-24
auto merge of #14963 : w3ln4/rust/master, r=alexcrichton
bors
-0
/
+4
2014-06-24
Added Mipsel architecture support
Pawel Olzacki
-0
/
+4
2014-06-18
fix signatures of mmap-related functions from libc
Daniel Micay
-6
/
+5
2014-06-16
Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707
Jorge Aparicio
-0
/
+15
2014-06-16
std: Improve pipe() functionality
Alex Crichton
-23
/
+34
2014-06-12
Basic iOS support
Valerii Hiora
-0
/
+81
2014-06-11
auto merge of #14713 : darnuria/rust/Improve_std_os_documentation_#2, r=alexc...
bors
-76
/
+140
2014-06-12
Improve docs and refactore std::os.
Axel Viala
-76
/
+140
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-2
/
+2
2014-06-09
std: Remove the as_utf16_p functions
Alex Crichton
-31
/
+15
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-08
Fix spelling errors in comments.
Joseph Crail
-1
/
+1
2014-06-06
std: Deal with fallout of rtio changes
Alex Crichton
-1
/
+1
2014-06-06
Removing unused wrapper to libc::close.
Axel Viala
-6
/
+0
2014-06-05
auto merge of #14641 : darnuria/rust/add_documentation_to_std_os, r=alexcrichton
bors
-4
/
+57
2014-06-05
Improve documentation on std::os::env.
Axel Viala
-2
/
+11
2014-06-05
Adding examples and possible failures for getcwd.
Axel Viala
-2
/
+36
2014-06-04
Add code example to std::os::getenv for unix.
Axel Viala
-0
/
+10
2014-06-03
std: Remove generics from Option::expect
Alex Crichton
-3
/
+1
2014-05-30
Add os::split_paths
Aaron Turon
-2
/
+94
2014-05-30
windows: Allow snake_case errors for now.
Kevin Butler
-1
/
+2
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-1
/
+2
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-2
/
+2
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-13
/
+13
2014-05-25
De-realstd os::args
Kevin Ballard
-14
/
+1
2014-05-25
libstd: Remove unnecessary re-exports under std::std
Kevin Ballard
-5
/
+5
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-16
/
+16
2014-05-23
core: Finish stabilizing the `mem` module.
Alex Crichton
-2
/
+2
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-26
/
+35
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-53
/
+65
2014-05-15
Updates with core::fmt changes
Alex Crichton
-5
/
+5
2014-05-14
librand: Remove all uses of `~str` from `librand`
Patrick Walton
-3
/
+3
2014-05-13
Use Get/FreeEnvironmentStringsW instead of Get/FreeEnvironmentStringsA
Phil Ruffwind
-9
/
+31
2014-05-13
Use CreateProcessW instead of CreateProcessA
Phil Ruffwind
-1
/
+5
2014-05-12
Test fixes from rollup
Alex Crichton
-2
/
+1
2014-05-12
Remove an unnecessary .move_iter().collect()
Simon Sapin
-1
/
+1
2014-05-09
auto merge of #14054 : luqmana/rust/at, r=alexcrichton
bors
-7
/
+9
2014-05-08
libstd: Check TMPDIR for android as well and if not set use '/data/local/tmp'...
Luqman Aden
-7
/
+9
2014-05-08
Handle fallout in os
Kevin Ballard
-24
/
+24
2014-05-07
Test fixes and rebase conflicts
Alex Crichton
-3
/
+5
2014-05-07
core: Inherit possible string functionality
Alex Crichton
-1
/
+1
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-2
/
+2
2014-04-25
Cleaned up os::consts. The module only exposes constants for the target OS an...
Michael Darakananda
-172
/
+130
2014-04-19
auto merge of #13613 : alexcrichton/rust/fix-freebsd-compile, r=brson
bors
-3
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-7
/
+7
2014-04-18
std: Fix compiling on FreeBSD
Alex Crichton
-3
/
+2
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-25
/
+20
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-14
/
+11
2014-04-15
std: Remove pub use globs
Brian Anderson
-11
/
+21
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-2
/
+4
[next]