Popular repositories
-
proc-macro-workshop Public
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
-
5,635 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 368 commits in 74 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 49 repositories not shown
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
Opened 24 other pull requests in 7 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
7
merged
- Fix unexpected dir substitution in url
- Omit leading $DIR on file paths
- Ignore differences in path separator during case insensitive path replace
- Prevent partial matching of source dir
- Wrap directory paths in a Directory type
- Normalize other crate path after arrow
- Improve assertion failure messages in test suite
dtolnay/anyhow
2
merged
dtolnay/cxx
2
merged
unicode-rs/unicode-xid
2
merged
dtolnay/serde-yaml
1
merged
dtolnay-contrib/unicode-xid
1
closed
Reviewed 31 pull requests in 10 repositories
rust-lang/rust
22 pull requests
-
Fix MIRI UB in
Vec::swap_remove -
Make more
Fromimplsconst(libcore) -
Stabilize
option_result_unwrap_unchecked -
Add
Poll::readyand revert stabilization oftask::ready! - 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>
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 …
•
9
comments

