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
/
library
/
std
/
src
/
sys
/
unsupported
Age
Commit message (
Expand
)
Author
Lines
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-3
/
+3
2020-11-14
Disambiguate symlink argument names
David Tolnay
-1
/
+1
2020-10-14
Rollup merge of #77722 - fusion-engineering-forks:safe-unsupported-locks, r=M...
Yuki Okushi
-37
/
+32
2020-10-13
Add note about using cells in the locks on the 'unsupported' platform.
Mara Bos
-0
/
+2
2020-10-09
Assert state in sys/unsupported's RwLock::write_unlock.
Mara Bos
-1
/
+1
2020-10-08
Apply deny(unsafe_op_in_unsafe_fn) to all of sys/unsupported.
Mara Bos
-9
/
+10
2020-10-08
Remove unsafety from unsupported/rwlosck.rs by using a Cell.
Mara Bos
-18
/
+16
2020-10-08
Remove unsafety from unsupported/mutex.rs by using a Cell.
Mara Bos
-14
/
+8
2020-10-08
Remove unnecessary rustc_const_stable attributes.
Mara Bos
-1
/
+0
2020-10-04
Auto merge of #77380 - fusion-engineering-forks:unbox-the-mutex, r=dtolnay
bors
-0
/
+4
2020-10-02
No longer put condvars on the 'unsupported' platform in a box.
Mara Bos
-1
/
+1
2020-10-02
Make it possible to have unboxed condvars on specific platforms.
Mara Bos
-0
/
+2
2020-10-02
No longer put mutexes on the 'unsupported' platform in a box.
Mara Bos
-1
/
+1
2020-10-02
Make it possible to have unboxed mutexes on specific platforms.
Mara Bos
-0
/
+2
2020-09-26
Add accessors to Command.
Eric Huss
-1
/
+38
2020-09-15
Consolidate wasi::process and unsupported::process
Eric Huss
-6
/
+2
2020-09-15
Consolidate byte-identical modules.
Eric Huss
-19
/
+1
2020-08-21
Make raw standard stream constructors const
Tomasz Miąsko
-3
/
+3
2020-08-21
Remove result type from raw standard streams constructors
Tomasz Miąsko
-6
/
+6
2020-07-27
mv std libs to library/
mark
-0
/
+1553