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
Age
Commit message (
Expand
)
Author
Lines
2019-08-30
simplify code
newpavlov
-5
/
+12
2019-08-29
update to wasi v0.7
newpavlov
-53
/
+68
2019-08-24
Merge branch 'master' into wasi
Artyom Pavlov
-118
/
+167
2019-08-23
Auto merge of #63814 - malbarbo:wasi-error-kind, r=alexcrichton
bors
-2
/
+18
2019-08-23
Implement decode_error_kind for wasi
Marco A L Barbosa
-2
/
+18
2019-08-23
Auto merge of #63815 - sebastinez:sebastinez-doc-#63792, r=jonas-schievink
bors
-1
/
+1
2019-08-23
Auto merge of #63521 - newpavlov:redox_builder, r=pietroalbini
bors
-13
/
+12
2019-08-22
Update occurences of as_slice
Sebastian Martinez
-1
/
+1
2019-08-22
Fix for 7e13679.
Tomasz Różański
-2
/
+2
2019-08-22
Change variables names to be more consistent.
Tomasz Różański
-16
/
+16
2019-08-22
Make use of existing constants.
Tomasz Różański
-20
/
+18
2019-08-22
Change code formatting for readability.
Tomasz Różański
-18
/
+18
2019-08-22
Fix punctuation.
Tomasz Różański
-1
/
+1
2019-08-22
Remove redundant `mut`.
Tomasz Różański
-1
/
+1
2019-08-21
move cvt
newpavlov
-24
/
+25
2019-08-21
fixes
newpavlov
-74
/
+69
2019-08-21
update args
newpavlov
-2
/
+8
2019-08-20
Auto merge of #63752 - Centril:rollup-nlxwety, r=Centril
bors
-2
/
+0
2019-08-20
use new get_args
newpavlov
-3
/
+5
2019-08-20
Merge branch 'master' into wasi
newpavlov
-2
/
+2
2019-08-20
Rollup merge of #63723 - josephlr:sigemptyset, r=alexcrichton
Mazdak Farrokhzad
-40
/
+27
2019-08-20
Rollup merge of #63216 - oconnor663:take_read_to_end, r=sfackler
Mazdak Farrokhzad
-8
/
+58
2019-08-20
fix C incompatibilities
newpavlov
-22
/
+47
2019-08-20
Merge branch 'master' into redox_builder
Artyom Pavlov
-2
/
+2
2019-08-20
Stabilize 'async_await'.
Mazdak Farrokhzad
-2
/
+0
2019-08-19
Consolidate sigemptyset workarounds
Joe Richey
-40
/
+27
2019-08-19
Rollup merge of #63704 - Wind-River:master, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-08-19
remove any from cfgs
Artyom Pavlov
-2
/
+2
2019-08-19
cfg fix 2
Artyom Pavlov
-1
/
+2
2019-08-19
fix cfg
Artyom Pavlov
-11
/
+9
2019-08-19
std: Update `backtrace` crate dependency
Alex Crichton
-1
/
+1
2019-08-19
fix
newpavlov
-3
/
+3
2019-08-19
use const
newpavlov
-2
/
+4
2019-08-19
typo fix
newpavlov
-1
/
+1
2019-08-19
use non-zero clock id
newpavlov
-2
/
+2
2019-08-19
remove libc import
newpavlov
-1
/
+0
2019-08-19
use wasi::get_environ
newpavlov
-30
/
+17
2019-08-19
use wasi::get_args
newpavlov
-37
/
+5
2019-08-19
remove to_string
newpavlov
-1
/
+1
2019-08-19
replace libc::nanosleep with wasi::poll_oneoff
newpavlov
-14
/
+23
2019-08-19
return 0 from errno function
newpavlov
-1
/
+1
2019-08-19
use wasi crate
newpavlov
-376
/
+249
2019-08-17
Fixed: error: unnecessary trailing semicolon
Salim Nasser
-1
/
+1
2019-08-16
Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton
Mazdak Farrokhzad
-13
/
+10
2019-08-16
Add the Layout of the failed allocation to TryReserveError::AllocError
Simon Sapin
-2
/
+6
2019-08-16
Update hashbrown to 0.5.0
Simon Sapin
-2
/
+2
2019-08-16
Rename CollectionAllocError to TryReserveError
Simon Sapin
-9
/
+9
2019-08-15
Remove `__rust_unstable_column`
Vadim Petrochenkov
-4
/
+1
2019-08-15
Hygienize use of built-in macros in the standard library
Vadim Petrochenkov
-9
/
+9
2019-08-15
Rollup merge of #63546 - lzutao:clouldabi-maybeuninit, r=RalfJung
Mazdak Farrokhzad
-14
/
+18
[next]