The stats are from github-readme-stats.
I may be slow to respond.
Highlights
- 11 discussions answered
Block or Report
Block or report taiki-e
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
auto_enums Public
A library for to allow multiple return types by automatically generated enum.
-
cargo-llvm-cov Public
Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
-
-
cargo-hack Public
Cargo subcommand to provide various options useful for testing and continuous integration.
-
pin-project-lite Public
A lightweight version of pin-project written with declarative macros.
4,921 contributions in the last year
Less
More
Contribution activity
February 2022
Created 123 commits in 29 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4 repositories not shown
Created 2 repositories
- taiki-e/quickcheck Rust
- taiki-e/socket2 Rust
Created a pull request in openrr/openrr that received 11 comments
Opened 24 other pull requests in 7 repositories
rust-lang/futures-rs
10
merged
- Sync with 0.3.21
- Release 0.3.21
- Sync with 0.3.20
- Redefine executor and compat modules in futures crate
- Release 0.3.20
- Automatically creates PR when no_atomic_cas.rs needs to be updated
- 0.3 backports
- Use install-action to install cargo-hack & cross
- Enable -Zmiri-symbolic-alignment-check and -Zmiri-check-number-validity in miri CI
- Fix newly added clippy warnings
crossbeam-rs/crossbeam
6
merged
- Prepare for the next release
- Add AtomicCell::{fetch_nand,fetch_max,fetch_min}
- Enable -Zmiri-symbolic-alignment-check and -Zmiri-check-number-validity in miri CI
-
Use
$(,)?to handle trailing comma - Remove unnecessarily allowed lints
- Fix unsoundness of AtomicCell<*64> arithmetics on 32-bit targets that support Atomic*64