Skip to content
Avatar

Highlights

  • Pro

Organizations

@Rust-for-Linux
Block or Report

Block or report nbdd0121

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. r2vm Public

    Rust RISC-V Virtual Machine

    Rust 58 7

  2. 64-bit multicore RISC-V processor

    SystemVerilog 16

  3. unwinding Public

    Stack unwinding library in Rust

    Rust 49 5

  4. wsld Public

    WSL Daemon - Stable X11 connection and time synchronisation for WSL2

    Rust 254 20

  5. A SystemVerilog elaborator

    Rust 5 3

  6. A commenting system for MediaWiki

    PHP 32 14

855 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2022

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
Reviewed 5 pull requests in 2 repositories

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
Opened 1 other issue in 1 repository
DisplayLink/evdi 1 open

Seeing something unexpected? Take a look at the GitHub profile guide.