Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,260 contributions in the last year
Activity overview
Contribution activity
August 2020
Created a pull request in rust-lang/rust that received 7 comments
Add `slice::array_chunks_mut`
This follows array_chunks from #74373 with a mutable version, array_chunks_mut. The implementation is identical apart from mutability. The new test…
+238
−5
•
7
comments
- Use union to cast between big endian fields of s6_addr
- Add `array` lang item and `[T; N]::map(f: FnMut(T) -> S)`
- Upgrade the FreeBSD toolchain to version 11.4
- Use u32::from_ne_bytes to fix a FIXME and add comment about that
- Use newtype to enforce endianess for Ipv4Addr
- Prefer pattern matching over indexing
Created an issue in rust-lang/cargo that received 2 comments
jobserver::jobserver_exists hangs with only one CPU
Problem
Running the cargo testsuite on a single-CPU machine hangs on jobserver::jobserver_exists.
This can also be reproduced on other machines by …
2
comments