Popular repositories
-
proc-macro-workshop Public
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
-
5,879 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 310 commits in 71 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 46 repositories not shown
Created 1 repository
Created a pull request in unicode-rs/unicode-xid that received 2 comments
Convert CI from Travis to GitHub Actions
Travis-ci.org has been dead since June 15, 2021. Take this opportunity to switch to GitHub Actions which I think most Rust crates hosted on GitHub …
+33
−30
•
2
comments
Opened 19 other pull requests in 5 repositories
dtolnay/syn
9
merged
- Parse ~const in where-clause
- d->p variable naming in Punctuated implementation
- Propagate allow_plus from Type::parse to dyn and impl
- Add a without_plus parser for TypeImplTrait
- Fix bare non-dyn trait object trailing plus exit condition
- Invert TypeTraitObject exit condition to match TypeImplTrait
- Fix TypeTraitObject parser to handle trailing plus at end of input
- Delete unneeded From conversion from parse_quote
- Support trailing plus on impl trait type
dtolnay/trybuild
6
merged
dtolnay/cxx
2
merged
dtolnay-contrib/unicode-xid
1
closed
unicode-rs/unicode-xid
1
merged
Reviewed 21 pull requests in 4 repositories
rust-lang/rust
18 pull requests
- library std, libc dependency update
- for signed wrapping remainder, do not compare lhs with MIN
-
Improve wording of
map_or_elsedocs - Clarify the intent of the CaseInsensitiveString borrowing example
-
Add missing
# Panicssection toVecmethod -
Remove unnecessary unsafe block in
process_unix - BTree: toughen panicky test of clone()
-
Make
<[T]>::split_at_uncheckedand<[T]>::split_at_mut_uncheckedpublic - Include the length in BTree hashes
-
Use
libc::sigaction()instead ofsys::signal()to prevent a deadlock - Use the 64b inner:monotonize() implementation not the 128b one for aarch64
- Manual Debug for Unix ExitCode ExitStatus ExitStatusError
- Fix link in Ipv6Addr::to_ipv4 docs
-
[experiment] Make
Cell<T>::updatework forT: Default | Copy. -
Only register
WSACleanupifWSAStartupis actually ever called -
Add
std::panic::drop_unwind -
Improve
Cow::clone_from -
Implement
RefUnwindSafeforRc<T>