-
0xF9BA143B95FF6D82
- Menlo Park, CA
- @davidtolnay
Block or Report
Block or report dtolnay
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
proc-macro-workshop Public
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
-
5,139 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 266 commits in 55 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 30 repositories not shown
Created 1 repository
Created a pull request in dtolnay/semver that received 2 comments
Eliminate ptr->int->ptr casting from Identifier implementation
This lets us pass Miri's raw pointer tagging.
+88
−59
•
2
comments
Opened 21 other pull requests in 12 repositories
dtolnay/cargo-expand
5
merged
rust-fuzz/cargo-fuzz
3
merged
dtolnay/indoc
3
merged
dtolnay/proc-macro2
2
merged
dtolnay/prettyplease
1
merged
dtolnay/unicode-ident
1
merged
dtolnay/precise
1
merged
dtolnay/cargo-rm
1
merged
dtolnay/cargo-tally
1
merged
dtolnay/cargo-llvm-lines
1
merged
rust-lang/cargo
1
open
dtolnay/semver
1
merged
Reviewed 35 pull requests in 15 repositories
rust-lang/rust
11 pull requests
-
Implement
Hashforcore::alloc::Layout - Implement Debug, Pointer, etc on function pointers for all calling conventions
-
Change
NonNull::as_uninit_*to take self by value (as opposed to reference), matching primitive pointers. - Clarify slice and Vec iteration order
-
Stabilize
Ipv6Addr::to_ipv4_mapped -
Document the current aliasing rules for
Box<T>. - Implement Copy, Clone, PartialEq and Eq for core::fmt::Alignment
- Remove potentially misleading realloc parenthetical
-
Add
consttoVec::len()andVec::is_empty() -
Implement
From<TryReserveError>forio::Error - Implement str to [u8] conversion for refcounted containers
dtolnay/semver
4 pull requests
serde-rs/bytes
2 pull requests
serde-rs/serde-rs.github.io
2 pull requests
serde-rs/serde
2 pull requests
dtolnay/syn
2 pull requests
dtolnay/itoa
2 pull requests
serde-rs/json
2 pull requests
rust-lang/miri
2 pull requests
palantir/conjure-rust
1 pull request
crossbeam-rs/crossbeam
1 pull request
dtolnay/trybuild
1 pull request
dtolnay/ryu
1 pull request
rust-lang/cargo
1 pull request
dtolnay/serde-yaml
1 pull request
Created an issue in rust-lang/rust that received 6 comments
False positive unused_attributes lint on doc(hidden) attribute on associated type
The warning added by #96008 claims that doc(hidden) on an impl item is ignored by rustdoc, but it isn't necessarily.
The warning says:
whether the…
6
comments

