-
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,374 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 421 commits in 78 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 53 repositories not shown
Created a pull request in rust-lang/rust that received 11 comments
Revert "remove num_cpus dependency" in rustc and update cargo
Fixes #97549. This PR reverts #94524 and does a Cargo update to pull in rust-lang/cargo#10737. Rust 1.61.0 has a regression in which it misidentifi…
+13
−8
•
11
comments
Opened 86 other pull requests in 33 repositories
rust-lang/miri
10
merged
1
closed
-
Add
./miri fmtand use it in CI -
Make CI check
testsdirectory's formatting - Format tests with rustfmt (288-299 of 299)
- Format tests with rustfmt (276-287 of 299)
- Format tests with rustfmt (225-275 of 300)
- Format tests with rustfmt (201-224 of 300)
- Format tests with rustfmt (151-200 of 300)
- Format tests with rustfmt (101-150 of 300)
- Format tests with rustfmt (51-100 of 300)
- Format tests and benches with rustfmt (1-50 of 300)
- Add rustfmt::skip to some files
dtolnay/cargo-expand
7
merged
1
closed
dtolnay/trybuild
6
merged
- Only do overriding of pass/fail status for tests expanded from glob
- Deduplicate glob-expanded tests by path
- Factor out a data structure for building a set of expanded test
- Move glob expansion to new module
- Search for Cargo.toml if CARGO_MANIFEST_DIR not set
- Read crate name from manifest instead of CARGO_PKG_NAME env
dtolnay/prettyplease
5
merged
dtolnay/async-trait
5
merged
dtolnay/rust-toolchain
4
merged
dtolnay/cargo-tally
3
merged
dtolnay/cargo-rm
3
merged
dtolnay/cargo-llvm-lines
3
merged
eupn/macrotest
3
merged
integer32llc/rust-playground
2
open
serde-rs/serde
2
merged
dtolnay/quote
2
merged
dtolnay/proc-macro2
2
merged
dgrunwald/rust-cpython
2
open
rust-lang/rust
2
merged
dtolnay/faketty
2
merged
dtolnay/sha1dir
2
merged
TedDriggs/syn-select
2
merged
dtolnay/unicode-ident
2
merged
serde-rs/json
1
closed
1
merged
dtolnay/syn
2
merged
dtolnay/install
1
merged
kennytm/rustup-toolchain-install-master
1
open
google/autocxx
1
open
8
repositories not shown
Reviewed 33 pull requests in 15 repositories
rust-lang/rust
11 pull requests
-
Stabilize
Path::try_exists()and improve doc - Stabilize checked slice->str conversion functions
- Impl Termination for Infallible and then make the Result impls of Termination more generic
-
impl<T: AsRawFd> AsRawFd for {Arc,Box}<T> - std: Stabilize feature try_reserve_2
-
Make
std::mem::needs_dropaccept?Sized - os str capacity documentation
-
Stabilize
const_intrinsic_copy - Add note to documentation of HashSet::intersection
- use strict provenance APIs
-
Stabilize
{slice,array}::from_ref
rust-lang/miri
6 pull requests
serde-rs/json
2 pull requests
dtolnay/anyhow
2 pull requests
dtolnay/cargo-expand
2 pull requests
rust-lang/libc
1 pull request
dtolnay/quote
1 pull request
dtolnay/proc-macro2
1 pull request
dtolnay/watt
1 pull request
TedDriggs/syn-select
1 pull request
rust-lang/api-guidelines
1 pull request
dtolnay/unicode-ident
1 pull request
eupn/macrotest
1 pull request
dtolnay/rust-toolchain
1 pull request
dtolnay/async-trait
1 pull request
Created an issue in rust-lang/rust that received 13 comments
Rustdoc displays private internals of associated constants (regression)
pub struct Struct { private: (), } impl Struct { pub const CONST: Self = Struct { private: () }; } Correct: Incorrect: I used the following sc…
13
comments