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 40 million developers.
Sign up- Japan (UTC+9)
- Sign in to view email
- https://neet.club
Pinned
4,304 contributions in the last year
Activity overview
Contribution activity
January 2020
Created a pull request in rust-lang/rust that received 19 comments
- Remove redundant suggestions for un-invoked macros
- Use `as_millis()` in `connect_timeout()`
- Fix some issue numbers of unstable features
- Rollup of 12 pull requests
- Add some regression tests
- Rollup of 10 pull requests
- Implement specialized `nth_back()` for Zip
- Tweak assertion note in format check
- Update Clippy
- Remove unneeded scope
- Rollup of 8 pull requests
- Fix crate paths in comments
- Expose `context::CheckLintNameResult`
- Rollup of 6 pull requests
- Rollup of 8 pull requests
- Rollup of 7 pull requests
- Fix ICE #68058
- Attempt to fix ICE #68025
- Rollup of 10 pull requests
- Rollup of 10 pull requests
- Update Clippy
- Display more informative ICE
- Revive delay_span_bug to prevent ICE in const_generics
- Delay bug to prevent ICE in MIR borrowck
- Rollup of 13 pull requests
- Some pull requests not shown.
- Rustup to rust-lang/rust#68204
- Keep the ordering in `nonminimal_bool` lint
- Rustup to rust-lang/rust#68045
- Some rustups
- Split up `use_self` ui test
- Add suggestions for `if_let_some_result`
- Prefer 2 spaces as indent size over 4 on yaml
- Split up `missing-doc` ui test
- Some rustups
- Normalize lint messages in cast_precision_loss
- Rustup to rust-lang/rust#67970
- Split up `collapsible_if` ui test
- Do not trigger `let_and_return` lint on macros
- Rustup to rust-lang/rust#67886
- Normalize lint messages
- Re-enable rls integration test
- Rustup to rust-lang/rust#67803 and rust-lang/rust#67137
- Remove use of `try!` from documentation
- Set User-Agent for labeller
- Add 5 more ICEs
- ices/67883.rs: fixed with errors
- Add ICE for rust-lang/rust#59191
- Replace null bytes in commit message descriptions
- ices/68091.rs: fixed with errors
- Add MIR ICE of 66930
- ices/66930.rs: fixed with no errors
- Add ICEs for rust-lang/rust#68091 and rust-lang/rust#68092
- ices/58987-3.rs: fixed with no errors
- ices/61368.rs: fixed with no errors
- ices/66962.rs: fixed with no errors
- Use async-std in multipart example and treat all errors
- improve state example
- Update juniper example
- Remove validator macro_use. Remove unused deps.
- simple-auth-server - use derive feature from serde
- add broker to readme
- Fix path-text on /examples/basics
- Fix path name on /examples/basics
- simplify websokcet client example with BoxedSocket
Created an issue in rust-lang/rust that received 1 comment
const generics: cycle error due to a lack of lazy normalization
Consider this example: #![feature(const_generics)] fn foo<const N: usize, const A: [u8; N]>() {} fn bar() { foo::<1, {[1]}>(); } It causes a cycle …
1
comment
1
contribution
in private repositories
Jan 15