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,872 contributions in the last year
Activity overview
Contribution activity
August 2020
- dtolnay/autocxx Rust
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
- Remove unused `Maybe` wrapper around raw standard streams
- Improve rendering of crate features via doc(cfg)
- Capture output from threads spawned in tests
- Change ThreadId::new implementation
- Add iter_max to test::Bencher
- Explicitly document the size guarantees that Option makes.
- Move to intra-doc links for /library/core/src/hint.rs
- 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
- 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-lang/rust that received 15 comments
Incorrect effect of stability attribute on calling private const fn
In general we don't require private functions to have stability attributes. Stable functions are free to call private functions, and stable const f…
15
comments