Aleksey Kladov
|
ed1439cea4
|
Fix RefUnwindSafe & UnwinsSafe impls for lazy::SyncLazy
The logic here is the same as for Send&Sync impls.
|
2020-07-28 09:51:08 +02:00 |
Michal 'vorner' Vaner
|
ad6d63ef01
|
Don't use "weak count" around Weak::from_raw_ptr
As `Rc/Arc::weak_count` returns 0 when having no strong counts, this
could be confusing and it's better to avoid using that completely.
Closes #73840.
|
2020-07-28 08:30:32 +02:00 |
Brian Cain
|
2ca1e59bb6
|
Hexagon libstd: update type defs
|
2020-07-27 23:39:28 -05:00 |
Tomasz Miąsko
|
0a51a9fb00
|
Add #[inline] to RawWaker::new
|
2020-07-28 06:14:52 +02:00 |
Ashley Mannix
|
e3856616ee
|
bump const type id stabilization to 1.46.0
|
2020-07-28 13:30:29 +10:00 |
Ashley Mannix
|
cac16c9793
|
stabilize const_type_id feature
|
2020-07-28 13:30:29 +10:00 |
Lzu Tao
|
f55e4d036c
|
Get pointer from address of c directly
|
2020-07-28 03:16:56 +00:00 |
Lzu Tao
|
34c343ac27
|
Make use of macro to avoid repetition
|
2020-07-28 03:16:55 +00:00 |
Lzu Tao
|
a5d0c2c174
|
Remove redundant len binding
|
2020-07-28 03:16:55 +00:00 |
mark
|
2c31b45ae8
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |