Popular repositories
5,756 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 185 commits in 32 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 7 repositories not shown
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 34 other pull requests in 12 repositories
dtolnay/cxx
10
merged
- Expose reserve on CxxString
- Expose capacity and reserve on rust::String
- Adopt unsafe_op_in_unsafe_fn style
- Consistently use new_cap in signatures of reserve_total
- Fix over-reserve in rust::String::c_str
- Remove rules that override rules_rust's default edition
- Buck: build and execute proc-macro2 build script
- Bazel: build and execute proc-macro2 build script
- Add CxxString::clear method
- Update ui test suite to nightly-2021-08-12
serde-rs/json
4
merged
serde-rs/serde
4
merged
dtolnay/inherent
4
merged
dtolnay/serde-yaml
3
merged
dtolnay/thiserror
2
merged
rust-lang/api-guidelines
2
merged
tree-sitter/tree-sitter-rust
1
open
jonasbb/serde_with
1
merged
rust-lang/rustfmt
1
merged
dtolnay/trybuild
1
merged
serde-rs/serde-rs.github.io
1
merged
Reviewed 67 pull requests in 19 repositories
rust-lang/rust
26 pull requests
- Handle stack_t.ss_sp type change for DragonFlyBSD
- Errorkind reorder
- Optimize unnecessary check in VecDeque::retain
-
Get piece unchecked in
write -
Fix example in
Extend<(A, B)>impl - add file_prefix method to std::path
- 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
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 - Some pull request reviews not shown.
serde-rs/serde
7 pull requests
- Add docs for serde_derive
- Add "const-generics" feature
- Get rid of useless DeserializeWith wrapper in internally tagged enums
- Update support for 128 numbers in untagged enums
- Fix 128bit support when deserializing to Rust types
-
Add
#[serde(from_str)]and#[serde(to_string)]attributes - Borrow data in Option<Cow<str>> and Option<Cow<[u8]>> with serde(borrow)
dtolnay/serde-yaml
5 pull requests
rust-lang/api-guidelines
4 pull requests
dtolnay/thiserror
3 pull requests
dtolnay/trybuild
3 pull requests
serde-rs/json
3 pull requests
dtolnay/syn
3 pull requests
dtolnay/cxx
2 pull requests
dtolnay/async-trait
2 pull requests
dtolnay/semver
1 pull request
dtolnay/cargo-expand
1 pull request
dtolnay/itoa
1 pull request
dtolnay/miniserde
1 pull request
dtolnay/linkme
1 pull request
dtolnay/ref-cast
1 pull request
dtolnay/anyhow
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