rust/library/std
CDirkx a43dd4f401 Change implementation of Ipv6Addr::is_unspecified and is_loopback from matches! to u128 comparison
Done because `matches!` doesn't optimize well with array comparisons
2020-09-01 21:05:26 +02:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Change implementation of Ipv6Addr::is_unspecified and is_loopback from matches! to u128 comparison 2020-09-01 21:05:26 +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 compiler-builtins 2020-08-28 09:02:39 +02:00