Skip to content
Avatar

Organizations

@rust-lang @serde-rs @rust-lang-nursery

Sponsors

@omid @imbolc @Xanewok @jakegibson @kykosic @milesgranger @jonhoo @david-cattermole @joshuajbouw @zmanian @valsteen @toidiu @seanpianka

Popular repositories

  1. Safe interop between Rust and C++

    Rust 2.4k 105

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

    Rust 1.6k 47

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

    Rust 1.2k 45

  4. Parser for Rust source code

    Rust 1.1k 157

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

    Rust 933 232

  6. Analysis of various tricky Rust code

    Rust 887 20

7,501 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Mon Wed Fri

Contribution activity

January 2021

Created a pull request in rust-lang/rust that received 15 comments

Remove requirement that forces symmetric and transitive PartialEq impls to exist

Counterexample of symmetry: If you have an impl like: impl<T> PartialEq<T> for Ident where T: ?Sized + AsRef<str> then Rust will not even allow the…

+10 −6 15 comments
Opened 45 other pull requests in 7 repositories
dtolnay/cxx
27 merged 1 closed
serde-rs/serde
7 merged
dtolnay/syn
6 merged
dtolnay/proc-macro-hack
1 closed
lborb/book
1 closed
dtolnay/link-cplusplus
1 merged
dtolnay/serde-yaml
1 merged
Reviewed 41 pull requests in 11 repositories
serde-rs/serde 15 pull requests
rust-lang/rust 10 pull requests
dtolnay/cxx 7 pull requests
serde-rs/json 2 pull requests
serde-rs/serde-rs.github.io 1 pull request
alexcrichton/toml-rs 1 pull request
dtolnay/proc-macro-hack 1 pull request
dtolnay/linkme 1 pull request
dtolnay/anyhow 1 pull request
dtolnay/quote 1 pull request
dtolnay/dissimilar 1 pull request

Created an issue in rust-lang/mdBook that received 4 comments

Stray spacing of code blocks containing injected main

For example see the first code block in https://doc.rust-lang.org/1.47.0/book/ch03-02-data-types.html. ```rust let guess: u32 = "42".parse().expect("…

4 comments

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