-
0xF9BA143B95FF6D82
- Menlo Park, CA
- @davidtolnay
Sponsors
Block or Report
Block or report dtolnay
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
proc-macro-workshop Public
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
-
6,596 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2022
Created 426 commits in 73 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 48 repositories not shown
Created a pull request in rust-lang/rust that received 6 comments
Remove unstable Result::into_ok_or_err
Pending FCP: #82223 (comment) @rustbot label +waiting-on-fcp
+11
−61
•
6
comments
Opened 37 other pull requests in 17 repositories
dtolnay/serde-yaml
9
merged
- Make Display for Number produce the same representation as serializing
- Add serde_yaml::with::singleton_map_recursive
- Fix serialization of TaggedValue in to_value
- Deserialize empty plain scalar to an empty map or seq
- Implement deserialize_struct via deserialize_map
- Add test of serializing nested TaggedValue
- Fix tag not getting serialized in certain map values
- Error on duplicate key when deserializing Mapping
- Add a singleton_map module for serde's 'with' attribute
dtolnay/anyhow
4
merged
dtolnay/miniserde
4
merged
rust-lang/crates.io
3
merged
dtolnay/thiserror
2
merged
dtolnay/db-dump
2
merged
serde-rs/json
2
merged
dtolnay/cargo-expand
2
merged
dtolnay/paste
1
merged
dtolnay/prettyplease
1
merged
SunDoge/simdjson-rust
1
merged
dtolnay/cxx
1
merged
dtolnay/cargo-tally
1
merged
rust-lang/cargo
1
closed
dtolnay/unsafe-libyaml
1
merged
clap-rs/clap
1
merged
yaml/libyaml
1
open
Reviewed 28 pull requests in 12 repositories
rust-lang/rust
8 pull requests
-
Add
vec::Drain{,Filter}::keep_rest - Add setter and getter for TCP_QUICKACK on TcpStream for Linux
-
socket
set_markaddition. -
Improve documentation for
Box::into_inner -
Don't derive
PartialEq::ne. - Remove unstable Result::into_ok_or_err
- Add stability attributes to BacktraceStatus variants
-
Fix #99684 through autoref in
write!macro with a two-phased borrows retrocompat workaround
serde-rs/json
4 pull requests
serde-rs/serde
4 pull requests
dtolnay/anyhow
4 pull requests
dtolnay/cxx
1 pull request
dtolnay/erased-serde
1 pull request
rust-lang/cargo
1 pull request
dtolnay/serde-yaml
1 pull request
dtolnay/unicode-ident
1 pull request
dtolnay/thiserror
1 pull request
dtolnay/rust-toolchain
1 pull request
yaml/libyaml
1 pull request
Created an issue in rust-lang/rust that received 3 comments
BacktraceStatus is borked
fn main() { let _ = std::backtrace::BacktraceStatus::Captured; } As of current nightly rustc 1.65.0-nightly (29e4a9e 2022-08-10): warning: Error fi…
3
comments