Highlights
- Arctic Code Vault Contributor
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
4,350 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in rust-lang/miri that received 16 comments
add bors notification jobs
There are probably ways to simplify this... I just copied this from the Rust repo and expanded the anchors and adjusted the needs thing. Hopefully …
- Remove unused code
- fix __rust_alloc_error_handler comment
- Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)
- Allow `Abort` terminators in all const-contexts
- Backport LLVM apfloat commit to rustc_apfloat
- Test and reject out-of-bounds shuffle vectors
- Allow Weak::as_ptr and friends for unsized T
- Fully destructure slice and array constants into patterns
Created an issue in rust-lang/lang-team that received 8 comments
Restrict promotion to infallible operations
Proposal Summary and problem statement I propose to resolve the "promotion mess" by only promoting code that we know will not fail to const-evaluate.