- Fix inconsistent missing column validation in sort-by/uniq-by
Thanks for pointing that out! I rebased onto the latest `main` and confirmed the issue is already fixed upstream. I'll close this PR.
Looks good to me. *[View changes since this review](https://triagebot.infra.rust-lang.org/gh-changes-since/rust-lang/rust-clippy/17420/4814577cf3c942fe282606c620b7c92ae9fdb89e..8b15b986ae2a9ac827d5c5…
- clippy: avoid invalid `ref_as_ptr` suggestions in const/static initializers
Thanks! I'll open this against rust-lang/rust-clippy instead.
- std: fix panic in Windows Stdin::read_vectored with pending surrogate
Thanks for taking the time to review it!
- std: fix panic in Windows Stdin::read_vectored with pending surrogate
Yes. I manually verified the fix on Windows using a reproduction based on the program from #158096. Before the change, the second `read_vectored` call panicked with: `range end index 2 out of range f…
- std: fix panic in Windows Stdin::read_vectored with pending surrogate
@hkBst and @Darksonn Thanks! I looked into adding a regression test before making further changes. The unit test I initially explored wasn't actually a valid regression test because it exercised `rea…