rust/library/proc_macro/src
Jubilee Young 169b2f0e6d library: Stabilize new_uninit for Box, Rc, and Arc
A partial stabilization that only affects:
- AllocType<T>::new_uninit
- AllocType<T>::assume_init
- AllocType<[T]>::new_uninit_slice
- AllocType<[T]>::assume_init
where "AllocType" is Box, Rc, or Arc
2024-08-27 10:17:05 -07:00
..
bridge Reformat use declarations. 2024-07-29 08:26:52 +10:00
diagnostic.rs proc_macro/bridge: send diagnostics over the bridge as a struct 2022-08-06 15:49:43 -04:00
escape.rs Remove superfluous escaping from byte, byte str, and c str literals 2024-06-13 09:49:15 -07:00
lib.rs library: Stabilize new_uninit for Box, Rc, and Arc 2024-08-27 10:17:05 -07:00
quote.rs Remove unused macro rules 2022-04-18 23:28:06 +02:00