Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Popular repositories
-
syn
Parser for Rust source code
-
cargo-expand
Subcommand to show result of macro expansion
-
request-for-implementation
Crates that don't exist, but should
-
quote
Rust quasi-quoting
-
rust-quiz
Medium to hard Rust questions with complete explanations
-
typetag
Serde serializable and deserializable trait objects
4,243 contributions in the last year
Activity overview
Contribution activity
April 2019
- dtolnay/cargo Rust
Created a pull request in rust-lang/rust that received 8 comments
Update cargo
20 commits in 63231f438a2b5b84ccf319a5de22343ee0316323..6f3e9c367abb497c64f360c3839dab5e74928d5c 2019-03-27 12:26:45 +0000 to 2019-04-04 14:11:33 +…
Created an issue in shepmaster/fuzzy-pickles that received 3 comments
Expression ambiguity of ranges
Following up on dtolnay/rust-quiz#2 (comment):
Constructs like for i in 0.. {} will greedily match the block as the second part of the range
This…