Popular repositories
5,766 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 76 commits in 20 repositories
Created a pull request in rust-lang/rust-clippy that received 5 comments
Downgrade option_if_let_else to nursery
I believe that this lint's loose understanding of ownership (#5822, #6737) makes it unsuitable to be enabled by default in its current state, even …
+2
−2
•
5
comments
Opened 12 other pull requests in 5 repositories
dtolnay/cxx
5
merged
dtolnay/inherent
4
merged
rust-lang/rustfmt
1
open
dtolnay/trybuild
1
merged
serde-rs/serde-rs.github.io
1
merged
Reviewed 35 pull requests in 9 repositories
rust-lang/rust
22 pull requests
- Add fast path for Path::cmp that skips over long shared prefixes
-
Give precedence to
html_root_urlover--extern-html-root-urlby default, but add a way to opt-in to the previous behavior - BTree: remove Ord bound from new
- add file_prefix method to std::path
-
Get piece unchecked in
write -
Add
PathBuf::with_join -
Test and fix
size_hintfor slice’s [r]split* iterators -
Specialize
Vec::clone_fromforCopytypes - Unbox mutexes, condvars and rwlocks on hermit
- Stabilize Vec<T>::shrink_to
- Fix Windows Command::env("PATH")
- impl Default, Copy, Clone for std::io::Sink and Empty
- Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked
- Document that fs::read_dir skips . and ..
- Fix typo in the ptr documentation
- Core features cleanup
- Support negative numbers in Literal::from_str
-
Add
Iterator::map_windows - Add convenience method for handling ipv4-mapped addresses by canonicalizing them
- Commit to not supporting IPv4-in-IPv6 addresses
-
constified implementations of
Default - Write docs for SyncOnceCell From and Default impl
serde-rs/json
3 pull requests
dtolnay/syn
3 pull requests
dtolnay/trybuild
2 pull requests
dtolnay/serde-yaml
1 pull request
dtolnay/anyhow
1 pull request
dtolnay/cxx
1 pull request
briansmith/ring
1 pull request
rust-lang/governance
1 pull request
Created an issue in rust-lang/rust that received 14 comments
LLVM crash: Basic Block does not have terminator!
The following is minimized from https://crates.io/crates/lalrpop, which is regressed as of nightly-2021-08-15. fn bump() -> Option<usize> { unreach…
14
comments