-
University of Cambridge
- Cambridge, United Kingdom
- https://garyguo.net
Highlights
- Pro
Block or Report
Block or report nbdd0121
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
855 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2022
Created 10 commits in 2 repositories
Created 1 repository
Created a pull request in rust-lang/rust that received 35 comments
Refactor unwind in MIR
This makes unwinding from current Option<BasicBlock> into
enum UnwindAction { Continue, Cleanup(BasicBlock), Unreachable, Terminate,
}
cc @JakobDegen
+646
−639
•
35
comments
Opened 4 other pull requests in 1 repository
rust-lang/rust
3
merged
1
open
Reviewed 5 pull requests in 2 repositories
Rust-for-Linux/linux
3 pull requests
rust-lang/rust
2 pull requests
Created an issue in rust-lang/rust that received 7 comments
Unsoundness when a panic Rust code is caught by separetely compiled Rust code through FFI-unwind
Rust code might be able to catch foreign Rust code through FFI unwind. a.rs: #![crate_type = "cdylib"] #![feature(c_unwind)] #[no_mangle] extern "C…
7
comments



