-
0xF9BA143B95FF6D82
- Redwood City, California, USA
-
20:57
(UTC -08:00) - @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,992 contributions in the last year
Less
More
Activity overview
Contribution activity
January 2023
Created 119 commits in 49 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 24 repositories not shown
Created a pull request in bazelbuild/rules_rust that received 6 comments
Exclude generated files from language stats and collapse in code review
This has 2 effects: All the generated Starlark will stop counting for this repo's language stats: Generated files will get collapsed by default…
+18
−0
•
6
comments
Opened 16 other pull requests in 7 repositories
bazelbuild/rules_rust
1
closed
5
merged
- Fix deserialization of JSON representation of Glob
- Make loads from @rules_rust//rust:defs.bzl come out on one line
- Repin ./examples/crate_universe_unnamed
- Generate only the needed subset of binaries for bindgen and proto
- Regenerate BUILD files using serde_starlark renderer
- Convert BUILD.$name-$version.bazel from tera to serde_starlark
dtolnay/trybuild
4
merged
dtolnay/star-history
2
merged
dtolnay/cxx
1
merged
tokio-rs/tokio
1
merged
dtolnay/serde-ignored
1
merged
serde-rs/bench
1
merged
Reviewed 19 pull requests in 10 repositories
rust-lang/rust
7 pull requests
-
Don't derive Debug for
OnceWith&RepeatWith - PhantomData layout guarantees
-
Add O(1)
Vec -> VecDequeconversion guarantee -
Stabilize
::{core,std}::pin::pin! -
Stabilize
main_separator_str - Loosen the bound on the Debug implementation of Weak.
- Add PhantomData marker to Context to make Context !Send and !Sync
bazelbuild/rules_rust
4 pull requests
rust-lang/cargo
1 pull request
dtolnay/async-trait
1 pull request
dtolnay/prettyplease
1 pull request
dtolnay/clang-ast
1 pull request
dtolnay/syn
1 pull request
dtolnay/trybuild
1 pull request
serde-rs/serde
1 pull request
dtolnay/serde-yaml
1 pull request
Created an issue in bazelbuild/rules_rust that received 2 comments
Support "artifact dependencies" (bin, cdylib, staticlib)
Historically Cargo has not supported depending on binary packages, only on libraries.
In the past, crate_universe used to expose extra_workspace_me…
2
comments