rust/library/std
Howard Su a80d39041e
Use inline(never) instead of cold
inline(never) is better way to avoid optimizer to inline the function instead of cold.
2020-09-03 06:31:21 +08:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Use inline(never) instead of cold 2020-09-03 06:31:21 +08: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 compiler-builtins 2020-08-28 09:02:39 +02:00