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
/
ext
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-1115
/
+0
2020-07-05
Fix the return type of Windows' `OpenOptionsExt::security_qos_flags`.
Dan Gohman
-1
/
+1
2020-04-14
Add missing comma
Youngsuk Kim
-1
/
+1
2019-12-25
tidy: change msdn links to newer locations
Lzu Tao
-15
/
+15
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-4
/
+4
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-43
/
+74
2019-07-26
std: Add more accessors for `Metadata` on Windows
Alex Crichton
-0
/
+30
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-03-29
implement `AsRawFd` for stdio locks
Andy Russell
-0
/
+21
2019-03-02
Auto merge of #58216 - pitdicker:sqos_flags, r=alexcrichton
bors
-6
/
+20
2019-02-28
libstd => 2018
Taiki Endo
-25
/
+25
2019-02-23
Correct OpenOptions::security_qos_flags documentation
Paul Dicker
-6
/
+20
2019-02-10
libs: doc comments
Alexander Regueiro
-5
/
+5
2019-02-10
tests: doc comments
Alexander Regueiro
-8
/
+8
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-70
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-08-11
Add links to std::char::REPLACEMENT_CHARACTER from docs.
Corey Farwell
-1
/
+2
2018-06-13
Add missing allow_missing_docs
Guillaume Gomez
-0
/
+1
2018-04-14
Prefer unprefixed paths for well known structs
Dylan MacKenzie
-8
/
+8
2018-04-14
Add doc links to `std::os` extension traits
Dylan MacKenzie
-13
/
+23
2018-03-28
Remove hidden `foo` functions from doc examples; use `Termination` trait.
Corey Farwell
-49
/
+49
2018-02-11
Add an unstable FileTypeExt extension trait for Windows
Peter Atashian
-0
/
+18
2017-10-20
Fix most rendering warnings from switching to CommonMark
steveklabnik
-1
/
+1
2017-10-17
Remove duplicated word
Guillaume Gomez
-2
/
+2
2017-09-25
Module overview for std::os::windows:ffi
Federico Mena Quintero
-0
/
+56
2017-08-13
Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov
Guillaume Gomez
-1
/
+1
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-10
Exposed all platform-specific documentation.
kennytm
-0
/
+1
2017-08-03
Fix AsRawHandle
Ian Douglas Scott
-3
/
+3
2017-08-03
Implement AsRawHandle for Std* on Windows
Ian Douglas Scott
-0
/
+22
2017-07-13
windows::fs::symlink_dir: fix example to actually use symlink_dir
Ralf Jung
-1
/
+1
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-2
/
+6
2017-05-19
Fix doc test failure for OpenOptionsExt
David LeGare
-1
/
+1
2017-05-18
Normalize docs in windows::ffi and windows::fs
David LeGare
-57
/
+64
2017-05-09
Fix tidy errors
David LeGare
-3
/
+6
2017-05-07
Fix documentation tests in windows::fs
David LeGare
-3
/
+1
2017-05-06
Update documentation in windows::fs
David LeGare
-10
/
+127
2017-05-05
Merge remote-tracking branch 'rust-lang/master' into iss29367-windows-docs
David LeGare
-1
/
+2
2017-05-05
Update documentation in windows::ffi
David LeGare
-21
/
+91
2017-05-05
Update documention in windows::ffi
David LeGare
-9
/
+43
2017-04-06
Fix Markdown issues in the docs
Oliver Middleton
-1
/
+2
2017-01-25
std: Stabilize APIs for the 1.16.0 release
Alex Crichton
-3
/
+3
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-2
/
+2
2016-12-15
Stabilize std::os::*::fs::FileExt
Aaron Turon
-5
/
+5
2016-11-30
just add one method named creation_flags, fix the tidy error
Ted Mielczarek
-13
/
+3
2016-11-30
Add std::os::windows::process::CommandExt, with set_creation_flags and add_cr...
Ted Mielczarek
-1
/
+30
2016-10-09
Implement reading and writing atomically at certain offsets
Tobias Bucher
-1
/
+52
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-5
/
+5
2016-08-19
std: Stabilize APIs for the 1.12 release
Alex Crichton
-1
/
+2
[next]