Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c8829a6
Make thread_aware take &mut self instead to be object safe.
ralfbiedert Apr 29, 2026
d4239eb
Relax various bounds.
ralfbiedert Apr 29, 2026
d07c9d7
Fix clippy and fmt.
ralfbiedert May 4, 2026
2d15676
Refactor `closure` module and add async flavors.
ralfbiedert May 4, 2026
6d81491
Make use of Arc<dyn> in spawner.
ralfbiedert May 4, 2026
976f48a
Fix clippy and fmt.
ralfbiedert May 4, 2026
963300a
Rename affinity enums: remove MemoryAffinity and make PinnedAffinity …
ralfbiedert May 4, 2026
bd4c3e0
Add ThreadAware for Box<T>.
ralfbiedert May 5, 2026
976a15d
Fix clippy and fmt.
ralfbiedert May 5, 2026
a59babe
Fix comments and CI failures.
ralfbiedert May 5, 2026
4a81f5b
fix: address CI failures - spelling, sorting, dead code, stale API calls
ralfbiedert May 5, 2026
2eb524e
fix: resolve remaining clippy and spellcheck CI failures
ralfbiedert May 5, 2026
73f7ef9
Move ErasedCloneFn into its own module for better safety containment.
ralfbiedert May 5, 2026
f191838
Add more tests for new API.
ralfbiedert May 5, 2026
1520086
test: add mutation-catching tests for relocate delegations
ralfbiedert May 5, 2026
5c6c1d2
fix: resolve clippy and mutation-testing CI failures
ralfbiedert May 6, 2026
82a9843
Remove dodgy unsafe that wasn't needed in the first place.
ralfbiedert May 6, 2026
00fac0a
Simplify more relocation tests.
ralfbiedert May 6, 2026
148db6b
Bump coverage.
ralfbiedert May 6, 2026
5ce5cbd
fix: resolve clippy and spellcheck CI failures
ralfbiedert May 6, 2026
117bbb7
fix: resolve clippy redundant_clone in coverage tests
ralfbiedert May 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -367,3 +367,5 @@ xxH3
waker
infallible
unescaped
spawners
unlayered
Loading
Loading