|
27a36565f3
|
[bitboard,core,position] Address a bunch of clippy warnings
|
2024-03-14 17:00:46 -07:00 |
|
|
673d57c02e
|
Remove some unused imports from position::check
|
2024-02-25 14:12:51 -08:00 |
|
|
4b35051deb
|
[position] Derive several traits for CheckingPieces
Clone, Debug, Eq, and PartialEq.
|
2024-02-04 19:26:41 -08:00 |
|
|
17410936ab
|
[position] Remove the rook_push_mask test from check.rs
This test now lives in move_generator::tests::peterellisjones
|
2024-02-04 19:26:11 -08:00 |
|
|
31903cb514
|
[position] Calculate push and capture masks on CheckingPieces
|
2024-02-02 07:53:50 -08:00 |
|
|
8aa5dacfc8
|
Initial implementation of CheckingPieces and Position::checking_pieces()
|
2024-01-30 08:53:13 -08:00 |
|