Popular repositories Loading
-
binary_turk
binary_turk PublicA UCI (Universal Chess Interface) chess engine written in the Rust programming language
Rust 20
-
-
small_iter
small_iter PublicA rust crate providing a 3-pointer iterator that moves out of a `Vec<T>` or `Box<[T]>`
Rust 1
-
-
-
119 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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
-
theemathas/unchecked_wrap
Rust
This contribution was made on Mar 23
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
someguynamedjosh/ouroboros
1
open
-
#[self_referencing] macro incorrectly infers covariance when associated types are involved.
This contribution was made on Mar 26
rust-lang/rust
1
open
-
LLVM IPSCCP doesn't respect optimize(none)
This contribution was made on Mar 9