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
/
cloudabi
Age
Commit message (
Expand
)
Author
Lines
2020-11-22
Drop support for cloudabi targets
Lzu Tao
-4915
/
+0
2020-11-19
Auto merge of #79060 - dtolnay:symlinkarg, r=Mark-Simulacrum
bors
-1
/
+1
2020-11-15
Make the libstd build script smaller
bjorn3
-0
/
+5
2020-11-14
Disambiguate symlink argument names
David Tolnay
-1
/
+1
2020-11-07
Convert a bunch of intra-doc links
Camelid
-6
/
+6
2020-10-18
`#[deny(unsafe_op_in_unsafe_fn)]` in sys/cloudabi
chansuke
-64
/
+75
2020-10-07
Formatting.
Mara Bos
-1
/
+5
2020-10-07
Get rid of raw pointers and UnsafeCell in cloudabi condvar.
Mara Bos
-25
/
+16
2020-10-07
Get rid of UnsafeCell in cloudabi rwlock.
Mara Bos
-24
/
+21
2020-10-07
Get rid of UnsafeCell<MaybeUninit>s in cloudabi mutex.
Mara Bos
-28
/
+24
2020-10-07
Use slice_as_mut_ptr instead of first_ptr_mut.
Mara Bos
-1
/
+1
2020-10-02
No longer put cloudabi condvars 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 cloudabi mutexes 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-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
-7
/
+7
2020-07-27
mv std libs to library/
mark
-0
/
+4907