-
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,105 contributions in the last year
Less
More
Activity overview
Contribution activity
January 2022
Created 120 commits in 35 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 10 repositories not shown
Created 1 repository
- dtolnay/rustflags Rust
Created a pull request in rust-lang/rust that received 8 comments
Extract init_env_logger to crate
I've been doing some work on rustc_ast_pretty using an out-of-tree main.rs and Cargo.toml with the following: [dependencies] rustc_ast = { path = ".…
+152
−57
•
8
comments
Opened 15 other pull requests in 8 repositories
rust-lang/rust
2
merged
1
open
dtolnay/cargo-expand
3
merged
dtolnay/anyhow
2
merged
dtolnay/cxx
2
merged
dtolnay/proc-macro2
2
merged
dtolnay/syn
1
merged
dtolnay/trybuild
1
merged
serde-rs/serde
1
merged
Reviewed 10 pull requests in 3 repositories
rust-lang/rust
8 pull requests
- Emit simpler code from format_args
- rustdoc: Preserve rendering of macro_rules matchers when possible
- Add another implementation example to Debug trait
- Exit nonzero on rustc -Wall
-
Explicitly pass
PATHto the Windows exe resolver -
Stabilize
result_clonedandresult_copied - Remove unnecessary bounds for some Hash{Map,Set} methods
- Clarify the guarantees that ThreadId does and doesn't make.