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

Sponsors

@TraverseResearch @Shella @getsynth @ockam-network @embark-studios
@ivansandrk @scott-wilson @ndebuhr @joshuajbouw
@landaire @saethlin

Organizations

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

Block or report dtolnay

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.2k 168

  2. anyhow Public

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

    Rust 2.2k 74

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

    Rust 1.8k 66

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

    Rust 1.4k 357

  5. syn Public

    Parser for Rust source code

    Rust 1.4k 190

  6. Subcommand to show result of macro expansion

    Rust 1.1k 32

Contribution activity

October 2021

Created 1 repository

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

Make ptr range iterable

This PR adds std::iter::Step impls for *const T and *mut T, enabling iteration over a range of pointers, such as produced by <[T]>::as_ptr_range and

+168 −0 3 comments
Reviewed 31 pull requests in 10 repositories
rust-lang/rust 22 pull requests
dtolnay/serde-yaml 1 pull request
serde-rs/json 1 pull request
serde-rs/serde 1 pull request
dtolnay/proc-macro2 1 pull request
dtolnay/anyhow 1 pull request
dtolnay/thiserror 1 pull request
dtolnay/cxx 1 pull request
rust-lang/std-dev-guide 1 pull request
dtolnay/sha1dir 1 pull request

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

Tracking Issue for poll.ready()?

Feature gate: #![feature(poll_ready)] This is a tracking issue for the core::task::Poll::ready method, which combined with ? potentially supplants …

1 of 3 tasks
9 comments
Opened 4 other issues in 3 repositories