Skip to content
View m-ou-se's full-sized avatar

Sponsors

@mdtro
@elycruz
Private Sponsor
@gkobeaga
@Hofer-Julian
@robjtede
@vadorovsky
@qkniep
@0xquantech
@aedm
@chandlerc
@erikaheidi
@kkysen

Organizations

@rust-lang @NuxiNL @wg21link @fusion-engineering-forks @fusion-engineering @hexcatnl

Block or report m-ou-se

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

Pinned Loading

  1. rust-lang/rust Public

    Empowering everyone to build reliable and efficient software.

    Rust 103k 13.3k

  2. rust-atomics-and-locks Public

    Code examples, data structures, and links from my book, Rust Atomics and Locks.

    Rust 1.4k 133

  3. inline-python Public

    Inline Python code directly in your Rust code

    Rust 1.2k 43

  4. linux-futex Public

    Rust interface for Linux futexes, the fast user-space locking primitive.

    Rust 86 12

  5. floatconv Public

    Fast implementations of integer/floating point conversion operations.

    Rust 131 13

  6. git-prompt-path Public

    Display git information next to every path component in your prompt.

    Shell 26 3

362 contributions in the last year

Contribution Graph
Day of Week April 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 a pull request in rust-lang/rust that received 18 comments

Don't allow flattened format_args in const.

Fixes #139136 Fixes #139621 We allow format_args!("a") in const, but don't allow any format_args with arguments in const, such as format_args!("{}"…

+8 −1 lines changed 18 comments
Opened 12 other pull requests in 4 repositories
Reviewed 10 pull requests in 3 repositories

Created an issue in rust-lang/rust that received 11 comments

panic!() with formatting arguments sometimes accepted in const

This issue is a combination of three things: fn panic_fmt is marked with #[rustc_do_not_const_check] and fully relies on format_args!() with any …

11 comments
Opened 5 other issues in 2 repositories
Loading