COMMITS
February 22, 2026
T
select_macro: Handle block as { $($:tt)* }
Taiki Endo committed
J
queue: Add push_mut and pop_mut (#1191)
jafar75 committed
T
Use Self keyword instead of concrete type name
Taiki Endo committed
M
skiplist: Add custom comparators (#1182)
Matthew McAllister committed
T
AtomicCell: Make into_inner const
Taiki Endo committed
T
AtomicCell: Make as_ptr const
Taiki Endo committed
T
AtomicCell: Reduce code duplication
Taiki Endo committed
February 21, 2026
T
ci: Use GitHub-hosted macOS runner instead of Cirrus CI
Taiki Endo committed
T
Select: Fix panic with cloned sender/receiver
Taiki Endo committed
T
ci: Set detect_stack_use_after_return=1 for ASAN
Taiki Endo committed
T
ci: Use x86_64-unknown-linux-gnuasan for ASAN
Taiki Endo committed
T
tests: Clean up cfg around Miri and Sanitizer
Taiki Endo committed
T
Miri: Reduce scope of -Zmiri-compare-exchange-weak-failure-rate=0.0
Taiki Endo committed
T
deque: Use relaxed store after release fence
Taiki Endo committed
T
Apply unqualified_local_imports
Taiki Endo committed
T
rustfmt: Set style_edition = "2024"
Taiki Endo committed
T
rustfmt: Set group_imports = "StdExternalCrate"
Taiki Endo committed
T
rustfmt: Set imports_granularity = "Crate"
Taiki Endo committed
T
Apply clippy::{alloc,std}_instead_of_{core,alloc}
Taiki Endo committed
T
Remove needless doc attrs
Taiki Endo committed
T
epoch: Use AtomicU64/u64 in AtomicEpoch/Epoch if available
Taiki Endo committed
T
Add helper for safer allocation
Taiki Endo committed
February 20, 2026
T
Make crossbeam-epoch compatible with ThreadSanitizer
Taiki Endo committed
T
epoch: Make Shared::null const
Taiki Endo committed
T
epoch: Use strict_provenance_atomic_ptr on Miri
Taiki Endo committed
T
ci: Minor updates
Taiki Endo committed
T
ci: Format shell scripts and TOML files, update ShellCheck config
Taiki Endo committed
T
ci: Use taiki-e/github-actions/.github/workflows/docs.yml reusable workflow
Taiki Endo committed
T
Apply clippy to doctest
Taiki Endo committed
T
Check external types in public API
Taiki Endo committed