solana/streamer/src
Alexander Meißner 9e703f85de
Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961)
* allow pedantic invalid cast lint

* allow lint with false-positive triggered by `test-case` crate

* nightly `fmt` correction

* adapt to rust layout changes

* remove dubious test

* Use transmute instead of pointer cast and de/ref when check_aligned is false.

* Renames clippy::integer_arithmetic to clippy::arithmetic_side_effects.

* bump rust nightly to 2023-08-25

* Upgrades Rust to 1.72.0

---------

Co-authored-by: Trent Nelson <trent@solana.com>
2023-09-01 07:26:13 +00:00
..
nonblocking replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
lib.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
packet.rs Remove redundant inc_new_counter for num received packets (#32664) 2023-07-31 09:53:17 -06:00
quic.rs upgrades quinn and rustls crates (#32499) 2023-07-14 17:30:57 +00:00
recvmmsg.rs Add `MSG_WAITFORONE.try_into().unwrap()` to deal with different type signature on musl libc (#29369) 2023-01-25 13:40:14 +01:00
sendmmsg.rs replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
socket.rs makes sockets in LegacyContactInfo private (#31248) 2023-04-21 15:39:16 +00:00
streamer.rs removes redundant recycler clones (#32401) 2023-07-06 18:25:20 +00:00
tls_certificates.rs passes through concrete QUIC connection errors up the call stack (#31168) 2023-04-12 19:53:25 +00:00