1
Fork 0
rust/library/std
Mara Bos aa68aaa8e1 Mark Once::new as #[inline].
Without this, it was not inlined in SyncOnceCell::into_inner(), causing
unecessary checks and dead code.
2020-09-12 17:11:47 +02:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Mark Once::new as #[inline]. 2020-09-12 17:11:47 +02:00
tests mv std libs to library/ 2020-07-27 19:51:13 -05:00
build.rs [AVR] Rename the last few remaining references from 'avr-unknown-unknown' to 'avr-unknown-gnu-atmega328' 2020-08-24 18:45:24 +12:00
Cargo.toml Update to hashbrown 0.9 2020-09-08 17:23:26 -07:00