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
-
-
-
171 contributions in the last year
Skip to contributions year listDay of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | ||||||||||||||||||||||||||||||||||||||||
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
August 2025
Created a pull request in rust-lang/rust that received 5 comments
Make I-miscompile imply I-prioritize
Since I-unsound already implies I-prioritize, it makes sense that I-miscompile should do the same.
+1
−0
lines changed
•
5
comments
Reviewed 1 pull request in 1 repository
rust-lang/rust
1 pull request
-
Add
PeekableIterator
traitThis contribution was made on Aug 9
Created an issue in rust-lang/rust that received 6 comments
Match guard can both move and static-promote a single constant.
I'm not sure if this is a bug or not. I expected the below code to produce a compile error, but instead it compiles fine. struct Thing; fn foo() -> &'
6
comments
Opened 19 other issues in 1 repository
rust-lang/rust
17
open
2
closed
-
Can't define TAIT inside another function
This contribution was made on Aug 12
-
Equivalent types have different behavior with trait solver
This contribution was made on Aug 12
-
Whether
[const]
RPIT isconst
depends on generic parametersThis contribution was made on Aug 10 -
trait Sub: const Super
has unusabledyn
This contribution was made on Aug 10 -
Ambiguous macro call is expanded anyway
This contribution was made on Aug 10
-
hint::select_unpredictable
forgets to drop one argument if dropping another panics.This contribution was made on Aug 9 -
PinCoerceUnsized
has strangeimpl
sThis contribution was made on Aug 8 -
Consuming a value with a destructuring pattern doesn't end its borrows for drop-check.
This contribution was made on Aug 7
-
ICE from explicit tail call that returns a future or a repr(C) union
This contribution was made on Aug 6
-
ICE from explicit tail call in defaulted trait method
This contribution was made on Aug 6
-
Mismatched types causes ICE in
compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:2591:13
This contribution was made on Aug 6 -
Match guard creates reference to scrutinee, observable via
repr(packed)
This contribution was made on Aug 6 -
ICE due to infinitely recursive const fn with very large types (with a different ICE with incremental compilation)
This contribution was made on Aug 5
-
&raw const
gets lifetime-extended / static promoted in match guardThis contribution was made on Aug 5 -
Explicit tail call returning a HRTB causes ICE: "hir typeck should have checked the return type already"
This contribution was made on Aug 4
-
Stack overflow from closure TAIT in a method on the opaque type itself with recursion
This contribution was made on Aug 2
-
Stack overflow from closure TAIT in a method on the opaque type itself in debug mode
This contribution was made on Aug 2
-
Can't explicit tail call with HRTB argument
This contribution was made on Aug 2
-
ICE from tail call to transmute
This contribution was made on Aug 2