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
2020-03-27
avoid creating unnecessary reference in Windows Env iterator
Ralf Jung
-1
/
+1
2020-01-10
make use of pointer::is_null
Lzu Tao
-1
/
+1
2020-01-02
Use drop instead of the toilet closure `|_| ()`
Lzu Tao
-3
/
+3
2019-12-28
Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum
bors
-1
/
+1
2019-12-25
tidy: change msdn links to newer locations
Lzu Tao
-1
/
+1
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+1
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-68
/
+76
2019-07-25
std: win: Don't use GetUserProfileDirectoryW on UWP
Hugo Beauzée-Luyssen
-6
/
+17
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
[next]