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 up
Popular repositories
5,998 contributions in the last year
Activity overview
Contribution activity
August 2020
Created a pull request in rust-lang/triagebot that received 2 comments
Handle absent sender_short_name in zulip-hook
Zulip private messages to triagebot recently started failing with "Failure! Third party responded with 400". In my testing it looks like Zulip is …
+8
−4
•
2
comments
- Fix Debug implementations of some of the HashMap and BTreeMap iterator types
- Add back unwinding support for Sony PSP
- Implement `into_keys` and `into_values` for associative maps
- Capture output from threads spawned in tests
- Make `IntoIterator` lifetime bounds of `&BTreeMap` match with `&HashMap`
- adds [*mut|*const] ptr::set_ptr_value
- Stabilize `Result::as_deref` and `as_deref_mut`
Created an issue in rust-analyzer/ungrammar that received 3 comments
Closure parameter list
The ClosureExpr node is currently defined in a way that would imply parentheses around the parameters () body, rather than vertical pipes || body.
3
comments