Skip to content
View dianne's full-sized avatar

Block or report dianne

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. kakoune kakoune Public

    Forked from mawww/kakoune

    mawww's experiment for a better code editor

    C++

  2. minesweeper-reasoning minesweeper-reasoning Public

    A formal description of and proofs about Minesweeper in Agda

    Agda

  3. rust rust Public

    Forked from rust-lang/rust

    Empowering everyone to build reliable and efficient software.

    Rust

  4. rustc-dev-guide rustc-dev-guide Public

    Forked from rust-lang/rustc-dev-guide

    A guide to how rustc works and how to contribute to it.

    HTML

176 contributions in the last year

Contribution Graph
Day of Week May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 5 commits in 1 repository

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

allow deref patterns to move out of boxes

This adds a case to lower deref patterns on boxes using a built-in deref instead of a Deref::deref or DerefMut::deref_mut call: if deref!(inner): B…

+229 −82 lines changed 7 comments
Opened 2 other pull requests in 1 repository
rust-lang/rust 1 open 1 merged
Reviewed 5 pull requests in 1 repository
Loading