Skip to content
Avatar

Sponsors

@Traverse-Research @rerun-io @Shella @shuttle-hq
@embark-studios
@ivansandrk @scott-wilson @ndebuhr @joshuajbouw
@Aaditya-Sahay

Organizations

@rust-lang @serde-rs @rust-lang-nursery
Block or Report

Block or report dtolnay

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. cxx Public

    Safe interop between Rust and C++

    Rust 3.9k 210

  2. anyhow Public

    Flexible concrete Error type built on std::error::Error

    Rust 3k 91

  3. derive(Error) for struct and enum error types

    Rust 2.3k 80

  4. Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]

    Rust 2k 515

  5. syn Public

    Parser for Rust source code

    Rust 1.7k 236

  6. Subcommand to show result of macro expansion

    Rust 1.5k 45

Contribution activity

June 2022

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
dtolnay/cargo-expand 7 merged 1 closed
dtolnay/trybuild 6 merged
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
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

Seeing something unexpected? Take a look at the GitHub profile guide.