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
Age
Commit message (
Expand
)
Author
Lines
2019-03-02
Auto merge of #58216 - pitdicker:sqos_flags, r=alexcrichton
bors
-8
/
+25
2019-02-28
Fix rebase fail
Taiki Endo
-4
/
+4
2019-02-28
libstd => 2018
Taiki Endo
-249
/
+257
2019-02-26
Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton
bors
-14
/
+144
2019-02-23
Correct OpenOptions::security_qos_flags documentation
Paul Dicker
-6
/
+20
2019-02-23
Remove pub(crate) from stderr_raw
Paul Dicker
-1
/
+1
2019-02-20
Use standard Read/Write traits in sys::stdio
Paul Dicker
-36
/
+45
2019-02-20
Address review comments
Paul Dicker
-22
/
+36
2019-02-20
Refactor Windows stdio and remove stdin double buffering
Paul Dicker
-116
/
+178
2019-02-20
Remove unused Read implementation on sys::Windows::Stdin
Paul Dicker
-9
/
+0
2019-02-20
Remove sys::*::Stderr Write implementation
Paul Dicker
-14
/
+1
2019-02-15
Fix SECURITY_SQOS_PRESENT missing
Paul Dicker
-2
/
+5
2019-02-13
impl Deref/DerefMut for IoVec types
Steven Fackler
-3
/
+3
2019-02-13
Add vectored read and write support
Steven Fackler
-14
/
+144
2019-02-10
libs: doc comments
Alexander Regueiro
-7
/
+7
2019-02-10
tests: doc comments
Alexander Regueiro
-8
/
+8
2019-02-03
Improve error message and docs for non-UTF-8 bytes in stdio on Windows
Austin Bonander
-1
/
+3
2019-01-26
Replace deprecated ATOMIC_INIT consts
Mark Rousskov
-2
/
+2
2019-01-23
Add a comment on the meaning of Instant t: Duration
Alex Berghage
-0
/
+2
2019-01-22
Rebase and fix new instantiation fn
Alex Berghage
-1
/
+1
2019-01-22
Move Instant backing type to Duration
Alex Berghage
-22
/
+14
2019-01-22
Simplify units in Duration/Instant math on Windows
Alex Berghage
-42
/
+78
2019-01-13
Cosmetic improvements
Alexander Regueiro
-3
/
+2
2019-01-10
std: Render large exit codes as hex on Windows
Alex Crichton
-1
/
+10
2019-01-07
std: Force `Instant::now()` to be monotonic
Alex Crichton
-0
/
+8
2019-01-05
Rollup merge of #57314 - wiktorkuchta:master, r=Centril
kennytm
-1
/
+1
2019-01-05
Rollup merge of #57238 - Zoxc:bt-fix, r=alexcrichton
kennytm
-1
/
+10
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-1
/
+1
2019-01-01
privacy: Use common `DefId` visiting infra for all privacy visitors
Vadim Petrochenkov
-10
/
+0
2018-12-31
Fix backtraces on Windows
John Kåre Alsaker
-1
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-379
/
+0
2018-12-21
Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelix
bors
-1
/
+0
2018-12-14
Remove dead code
Oliver Scherer
-1
/
+0
2018-12-14
Auto merge of #56568 - notriddle:master, r=alexcrichton
bors
-52
/
+209
2018-12-14
Auto merge of #56490 - faern:add-checked-add-to-instant, r=alexcrichton
bors
-36
/
+23
2018-12-13
Add checked_sub for Instant and SystemTime
Linus Färnstrand
-16
/
+9
2018-12-13
Add checked_add method to Instant time type
Linus Färnstrand
-20
/
+14
2018-12-12
Bump to 1.33.0
Alex Crichton
-1
/
+1
2018-12-11
Use iterators instead of raw offsets in Windows argument parser
Michael Howell
-49
/
+45
2018-12-10
Fix iterator nits
Michael Howell
-18
/
+7
2018-12-10
Fix nit
Michael Howell
-4
/
+6
2018-12-10
Fix nits
Michael Howell
-3
/
+10
2018-12-10
Fix poorly-transcribed test case
Michael Howell
-3
/
+3
2018-12-10
Fix nitpicks
Michael Howell
-23
/
+21
2018-12-10
Remove dependency on shell32.dll #56510
Michael Howell
-41
/
+206
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-8
/
+8
2018-12-07
Auto merge of #56581 - kennytm:rollup, r=kennytm
bors
-1
/
+1
2018-12-07
Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum
kennytm
-1
/
+1
2018-12-06
Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣
Jethro Beekman
-1
/
+2
2018-12-06
Refactor stderr_prints_nothing into a more modular function
Jethro Beekman
-2
/
+2
[next]