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
/
windows
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-16
/
+16
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
Bump to 1.33.0
Alex Crichton
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-04
cleanup: remove static lifetimes from consts in libstd
ljedrz
-2
/
+2
2018-08-29
Replace usages of 'bad_style' with 'nonstandard_style'.
Corey Farwell
-1
/
+1
2017-10-06
Add current_pid function
Thayne McCombs
-0
/
+4
2017-05-11
Add test
Jethro Beekman
-0
/
+14
2017-05-03
Windows io::Error: also format NTSTATUS error codes
Jethro Beekman
-3
/
+21
2016-10-02
Move platform-specific arg handling to sys::args
Brian Anderson
-56
/
+0
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-1
/
+0
2016-07-26
DoubleEndedIterator for Args
Sebastian Thiel
-10
/
+17
2016-03-22
try! -> ?
Jorge Aparicio
-4
/
+4
2016-02-11
Fix usage of GetUserProfileDirectoryW in env::home_dir
Peter Atashian
-2
/
+2
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-2
/
+2
2015-11-21
Auto merge of #29913 - tbu-:pr_windows_path_error_on_nul, r=alexcrichton
bors
-4
/
+6
2015-11-21
Also check for NULs in environment variables
Tobias Bucher
-4
/
+6
2015-11-19
Re-unignore environment test on MinGW
Tobias Bucher
-1
/
+1
2015-11-19
Ignore malformed environment variables on Windows too
Tobias Bucher
-15
/
+24
2015-11-09
std: Migrate to the new libc
Alex Crichton
-54
/
+31
2015-10-26
std: Slightly more robust env var handling
Alex Crichton
-24
/
+24
2015-08-25
Auto merge of #27995 - nagisa:windows-error-message, r=alexcrichton
bors
-3
/
+2
2015-08-25
Do not recalculate string length in error_string
Simonas Kazlauskas
-3
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-9
/
+0
2015-08-07
Trim trailing newline from FormatMessageW
diaphore
-3
/
+7
2015-06-11
Changed patch wording
Joshua Landau
-3
/
+5
2015-06-11
Comment for #26196.
Joshua Landau
-0
/
+3
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
-27
/
+5
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-1
/
+1
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-1
/
+1
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
-6
/
+7
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-6
/
+7
2015-03-31
std: Add a process::exit function
Alex Crichton
-0
/
+4
2015-03-26
std: Stabilize parts of std::os::platform::io
Alex Crichton
-2
/
+2
2015-03-25
Bug fixes
Nick Cameron
-1
/
+1
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-4
/
+1
2015-03-15
std: Stabilize portions of `std::os::$platform`
Alex Crichton
-1
/
+2
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-3
/
+5
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-17
/
+19
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-5
/
+5
2015-02-17
fix windows
Manish Goregaokar
-2
/
+2
2015-02-16
Implement ExactSizeIterator for Args and ArgsOs
Simonas Kazlauskas
-0
/
+4
2015-02-10
Auto merge of #21936 - alexcrichton:fsv2, r=aturon
bors
-1
/
+1
2015-02-09
std: Add a new `fs` module
Alex Crichton
-1
/
+1
2015-02-05
Replace usage of slice::from_raw_buf with slice::from_raw_parts
Mikhail Zabaluev
-2
/
+2
[next]