The stats are from github-readme-stats.
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
3,344 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 524 commits in 33 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 8 repositories not shown
Created 6 repositories
- taiki-e/termcolor Rust
- taiki-e/github-actions Shell
- taiki-e/rust-ctrlc Rust
- taiki-e/ripgrep Rust
- taiki-e/mdBook Rust
- taiki-e/reqwest Rust
Created a pull request in taiki-e/cargo-hack that received 15 comments
ci: Distribute compiled binary files via GitHub release
If you install locally, I basically recommend using cargo install, but given that one of cargo-hack's main purposes is to use it in CI, it makes se…
Opened 60 other pull requests in 25 repositories
crossbeam-rs/crossbeam
6
merged
2
open
taiki-e/cargo-hack
6
merged
1
closed
1
open
- Fix cli parser bugs
- ci: Remove version number from release binaries
- ci: Strip release binary
- Merge cargo-related data to one struct
- Improve support for older toolchains
- Do not include --all-features in feature combination if --exclude-features passed
- Exclude feature combinations by detecting dependencies of features
- Improve feature-related diagnostics
rust-lang/futures-rs
6
merged
taiki-e/pin-project
4
merged
taiki-e/test
3
closed
1
merged
taiki-e/const_fn
3
merged
tokio-rs/tokio
1
closed
2
merged
taiki-e/github-actions
2
merged
taiki-e/auto_enums
2
merged
async-rs/async-std
2
merged
Detegr/rust-ctrlc
2
open
taiki-e/pin-project-lite
2
merged
taiki-e/derive_utils
2
merged
dtolnay/async-trait
1
merged
dtolnay/syn
1
merged
BurntSushi/termcolor
1
merged
rust-lang/rust
1
open
seanmonstar/reqwest
1
merged
tokio-rs/tracing
1
merged
BurntSushi/ripgrep
1
merged
tokio-rs/tls
1
open
tokio-rs/mini-redis
1
merged
tokio-rs/loom
1
merged
rust-lang/async-book
1
merged
taiki-e/futures-async-stream
1
merged
Reviewed 33 pull requests in 14 repositories
tokio-rs/tokio 10 pull requests
- util: fix typo
- ci: minimal version check (v0.2.x)
- ci: minimal version check
- Minor cleanup of parking_lot feature, now in full
- tokio-test: Update bytes to v0.6
- Add IntoStream for all Iterator<_>
- net: add set_nonblocking to doc
- StreamMap: fix Default bound
- chore: update CI badge
- tracing: replace future names with spawn locations in task spans
rust-lang/futures-rs 6 pull requests
taiki-e/test 4 pull requests
crossbeam-rs/crossbeam 2 pull requests
taiki-e/cargo-hack 2 pull requests
rust-lang/rust-clippy 1 pull request
rust-lang/api-guidelines 1 pull request
hyperium/hyper 1 pull request
rust-lang/rfcs 1 pull request
rust-lang/rust 1 pull request
rust-lang/async-book 1 pull request
taiki-e/const_fn 1 pull request
tokio-rs/bytes 1 pull request
tokio-rs/async-stream 1 pull request
Created an issue in AldaronLau/pasts that received 8 comments
DynFuture is unsound
Describe the bug
pasts/src/dyn_future.rs Lines 21 to 22 in 675bd30
This is Pin<&mut Type> to Pin<Field> projection and is unsound if dyn…

