Skip to content
Avatar

Organizations

@wlanslovenija @rust-lang @freifunk-saar
Block or Report

Block or report RalfJung

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

Popular repositories

  1. minirust Public

    A precise specification for "Rust lite / MIR plus"

    483 12

  2. rust-101 Public

    A tutorial for the Rust language

    Rust 265 32

  3. Keep git repositories on multiple servers in sync

    Python 71 12

  4. lilass Public

    Linux Laptop Screen Setup

    Python 11 2

  5. Dynamically and securely update DNS zones via CGI

    Python 8 3

  6. Python DNS zone files

    Python 7 4

Contribution activity

August 2022

Created 1 repository

Created a pull request in rust-lang/rust that received 14 comments

interpret: remove support for uninitialized scalars

With Miri no longer supporting -Zmiri-allow-uninit-numbers, we no longer need to support storing uninit data in a Scalar. We anyway already only us…

+504 −933 14 comments
Opened 38 other pull requests in 5 repositories
rust-lang/miri 18 merged 2 open
rust-lang/rust 6 merged 8 open
dtolnay/anyhow 1 closed 1 merged
rust-lang/cargo 1 merged
rust-lang/rustc-perf 1 merged
Reviewed 26 pull requests in 4 repositories
rust-lang/rust 14 pull requests
rust-lang/miri 10 pull requests
rust-lang/rustc-perf 1 pull request
rust-lang/reference 1 pull request

Created an issue in rust-lang/unsafe-code-guidelines that received 21 comments

Should failing atomic RMWs be writes for the purpose of the aliasing model and data races?

Specifically, should this code be UB? use std::sync::atomic::{AtomicI32, Ordering}; fn main() { let x = &AtomicI32::new(0); let y = x as *const Ato…

21 comments

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