Skip to content
View theemathas's full-sized avatar

Block or report theemathas

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. binary_turk binary_turk Public

    A UCI (Universal Chess Interface) chess engine written in the Rust programming language

    Rust 20

  2. advent-of-code-2019-haskell advent-of-code-2019-haskell Public

    Haskell 1

  3. small_iter small_iter Public

    A rust crate providing a 3-pointer iterator that moves out of a `Vec<T>` or `Box<[T]>`

    Rust 1

  4. unchecked_wrap unchecked_wrap Public

    Convenient UncheckedSync/Send wrapper types

    Rust 1

  5. rust rust Public

    Forked from rust-lang/rust

    a safe, concurrent, practical language

    Rust

  6. rfcs rfcs Public

    Forked from rust-lang/rfcs

    RFCs for changes to Rust

    Markdown

119 contributions in the last year

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

Contribution activity

March 2025

Created 14 commits in 1 repository
Created 1 repository

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

Turn Cow::is_borrowed,is_owned into associated functions.

This is done because Cow implements Deref. Therefore, to avoid conflicts with an inner type having a method of the same name, we use an associated …

+19 −11 lines changed 5 comments

Created an issue in rust-lang/miri that received 2 comments

Inconsistent behavior in irrefutable or-patterns due to UB-removing MIR opt

I ran the following code under miri, and it reported no errors: use std::mem::MaybeUninit; fn main() { let uninit: MaybeUninit<i32> = MaybeUninit::u…

2 comments
Opened 2 other issues in 2 repositories
Loading