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
/
wasi
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-2945
/
+0
2020-07-23
Rollup merge of #74141 - euclio:typos, r=steveklabnik
Manish Goregaokar
-4
/
+4
2020-07-21
Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichton
bors
-1
/
+1
2020-07-15
Introduce restricted-std feature.
Eric Huss
-34
/
+11
2020-07-14
Rollup merge of #74263 - RalfJung:thread-local, r=Mark-Simulacrum
Manish Goregaokar
-4
/
+4
2020-07-12
adjust remaining targets
Ralf Jung
-4
/
+4
2020-07-09
libstd/libcore: fix various typos
Andy Russell
-4
/
+4
2020-07-07
Make WASI's FileExt's read_at/write_at consistent with other targets.
Dan Gohman
-4
/
+43
2020-07-07
Add `read_exact_at` and `write_all_at` to WASI's `FileExt`
Dan Gohman
-0
/
+94
2020-07-05
Add `RawFd` to WASI's `std::os::wasi::prelude`.
Dan Gohman
-1
/
+1
2020-06-24
Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakis
Dylan DPC
-1
/
+0
2020-06-23
Remove unused crate imports in 2018 edition crates
yuqio
-1
/
+0
2020-06-19
Converted all platform-specific stdin/stdout/stderr implementations to io traits
Nathan West
-34
/
+32
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-2
/
+2
2020-05-17
abort_internal is safe
Ralf Jung
-2
/
+2
2020-04-27
fix wasi
Steven Fackler
-2
/
+2
2020-04-26
Update name
Steven Fackler
-9
/
+9
2020-04-26
Add Read/Write::can_read/write_vectored
Steven Fackler
-0
/
+41
2020-03-30
std: Fix over-aligned allocations on wasm32-wasi
Alex Crichton
-1
/
+1
2020-03-14
Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfackler
Yuki Okushi
-0
/
+1
2020-02-23
Implement `Copy` for `IoSlice`
LeSeulArtichaut
-0
/
+1
2020-02-23
Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov
bors
-8
/
+4
2020-02-22
rustfmt darnit
Jane Lusby
-6
/
+2
2020-02-22
make doc comments regular comments
Jane Lusby
-2
/
+2
2020-02-12
Fix std::fs::copy on WASI target
Ingvar Stepanyan
-1
/
+9
2020-01-10
make use of pointer::is_null
Lzu Tao
-5
/
+6
2020-01-02
Use drop instead of the toilet closure `|_| ()`
Lzu Tao
-2
/
+2
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+1
2019-12-22
Format the world
Mark Rousskov
-33
/
+14
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-2
/
+2
2019-12-12
Fix signature of `__wasilibc_find_relpath`
Alex Crichton
-14
/
+21
2019-12-05
Fix fetching arguments on the wasm32-wasi target
Alex Crichton
-0
/
+1
2019-12-03
Update the `wasi` crate for `wasm32-wasi`
Alex Crichton
-361
/
+295
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-92
/
+63
2019-10-20
fix WASI sleep impl
Artyom Pavlov
-4
/
+4
2019-09-06
Rollup merge of #64186 - alexcrichton:improve-env-codegen, r=sfackler
Mazdak Farrokhzad
-3
/
+5
2019-09-05
std: Improve downstream codegen in `Command::env`
Alex Crichton
-3
/
+5
2019-08-30
simplify code
newpavlov
-5
/
+12
2019-08-29
update to wasi v0.7
newpavlov
-52
/
+67
2019-08-24
Merge branch 'master' into wasi
Artyom Pavlov
-2
/
+19
2019-08-23
Implement decode_error_kind for wasi
Marco A L Barbosa
-2
/
+18
2019-08-21
move cvt
newpavlov
-24
/
+24
2019-08-21
fixes
newpavlov
-74
/
+69
2019-08-21
update args
newpavlov
-2
/
+8
2019-08-20
use new get_args
newpavlov
-3
/
+5
2019-08-20
fix C incompatibilities
newpavlov
-22
/
+47
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
[next]