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
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
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-12
/
+7
2016-04-26
std: Allow creating ExitStatus from raw values
Alex Crichton
-0
/
+15
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-1
/
+3
2016-02-10
std: Push process stdio setup in std::sys
Alex Crichton
-1
/
+2
2016-02-04
std: Expose SystemTime accessors on fs::Metadata
Alex Crichton
-3
/
+3
2016-01-15
Addressed comments
Paul Dicker
-27
/
+26
2016-01-14
Fix doctests
Paul Dicker
-1
/
+2
2016-01-13
Move `custom_flags` to `OpenOptionsExt`
Paul Dicker
-0
/
+26
2016-01-13
Implement RFC 1252 expanding the OpenOptions structure
Paul Dicker
-23
/
+83
2015-12-04
AsRawHandle and IntoRawHandle for JoinHandle
Peter Atashian
-0
/
+30
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-3
/
+11
2015-11-09
std: Migrate to the new libc
Alex Crichton
-1
/
+2
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-4
/
+8
2015-08-18
std: Add into_raw_os traits to the OS preludes
Alex Crichton
-1
/
+1
2015-08-15
test: Fix tests for requiring issues
Alex Crichton
-1
/
+2
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-2
/
+4
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-3
/
+75
[next]