| .. |
|
ext
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|
alloc.rs
|
Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs
|
2020-10-08 22:13:19 +09:00 |
|
args.rs
|
Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs
|
2020-10-08 22:13:19 +09:00 |
|
cmath.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|
condvar.rs
|
Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs
|
2020-10-08 22:13:19 +09:00 |
|
env.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|
fd.rs
|
Use NotSupported in more places
|
2021-04-18 09:29:23 +02:00 |
|
fs.rs
|
Change uses of never type
|
2021-04-20 20:53:07 +02:00 |
|
io.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|
memchr.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|
mod.rs
|
Document that init and cleanup are not guaranteed to run
|
2021-04-22 18:00:18 +02:00 |
|
mutex.rs
|
deprecate atomic::spin_loop_hint in favour of hint::spin_loop
|
2021-01-13 16:30:29 +10:00 |
|
net.rs
|
Change uses of never type
|
2021-04-20 20:53:07 +02:00 |
|
os.rs
|
Change uses of never type
|
2021-04-20 20:53:07 +02:00 |
|
path.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|
rwlock.rs
|
Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs
|
2020-10-08 22:13:19 +09:00 |
|
stdio.rs
|
Use io::Error::new_const everywhere to avoid allocations.
|
2021-03-21 20:22:38 +01:00 |
|
thread.rs
|
Use io::Error::new_const everywhere to avoid allocations.
|
2021-03-21 20:22:38 +01:00 |
|
thread_local_dtor.rs
|
Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs
|
2020-10-08 22:13:19 +09:00 |
|
thread_local_key.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|
time.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |