The Wayback Machine - https://web.archive.org/web/20200824144728/https://github.com/dtolnay
Skip to content
Avatar

Organizations

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

Sponsors

@pieps @superfunc @CBenoit @jgarvin @dspicher @rtyler @koushiro @benbrittain @nbaksalyar @febuiles @embark-studios @acfoltzer @kingrongH

Popular repositories

  1. Safe interop between Rust and C++

    Rust 1.7k 60

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

    Rust 1.2k 31

  3. Parser for Rust source code

    Rust 968 130

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

    Rust 921 33

  5. Analysis of various tricky Rust code

    Rust 829 17

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

    Rust 739 168

Contribution activity

August 2020

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

Syntactically permit unsafety on mods

Similar to #66183; we will accept these constructs syntactically but reject with a semantic check after macro expansion if a proc macro hasn't repl…

+284 −37 2 comments

Created an issue in rust-lang/rust that received 15 comments

Incorrect effect of stability attribute on calling private const fn

In general we don't require private functions to have stability attributes. Stable functions are free to call private functions, and stable const f…

15 comments
You can’t perform that action at this time.