Skip to content

Activity

Merge remote-tracking branch 'origin/main' into hash

amunrapushed 2 commits to hash • 185c944…f4b1b2d • 
on Nov 11, 2024

Deleted branch

amunradeleted vec_deque • 
on Nov 11, 2024

feat: VecDeque (#11)

Pull request merge
amunrapushed 1 commit to main • 8535088…c8c08bd • 
on Nov 11, 2024

properly introduced test global allocator and fixed broken tests

amunrapushed 1 commit to vec_deque • 00196ab…b78ec47 • 
on Nov 11, 2024

to every test, added a guard that ensures we don't allocate unexpecta…

amunrapushed 1 commit to vec_deque • 6f1412b…00196ab • 
on Nov 8, 2024

Deleted branch

amunradeleted no_global_oom_handling • 
on Nov 8, 2024

clippy

amunrapushed 1 commit to hash • 0d445e6…185c944 • 
on Nov 8, 2024

cargo fmt

amunrapushed 1 commit to hash • 773f6e9…0d445e6 • 
on Nov 8, 2024

to every vec test, added a guard that ensures we don't allocate unexp…

amunrapushed 1 commit to hash • 452d1ff…773f6e9 • 
on Nov 8, 2024

cargo fmt

amunrapushed 1 commit to hash • 2ec469e…452d1ff • 
on Nov 8, 2024

initial implementation guarding against unexpected global allocations…

amunrapushed 2 commits to hash • f744860…2ec469e • 
on Nov 8, 2024

cargo fmt

amunrapushed 1 commit to hash • f67f42b…f744860 • 
on Nov 7, 2024

HashMap stub

amunracreated hash • f67f42b • 
on Nov 7, 2024

Vec into VecDeque

amunrapushed 1 commit to vec_deque • 017859f…6f1412b • 
on Nov 6, 2024

removed redundant 'use's

amunrapushed 1 commit to vec_deque • 19430bf…017859f • 
on Nov 6, 2024

asan tests

amunrapushed 1 commit to vec_deque • c0f23ea…19430bf • 
on Nov 6, 2024

miri test CI

amunrapushed 1 commit to vec_deque • d2d5579…c0f23ea • 
on Nov 6, 2024

cargo fmt

amunrapushed 1 commit to vec_deque • 358d29e…d2d5579 • 
on Nov 6, 2024

more tests

amunrapushed 1 commit to vec_deque • ff68e17…358d29e • 
on Nov 6, 2024

initial VecDeque stub, with a few basic tests

amunracreated vec_deque • ff68e17 • 
on Nov 5, 2024

Deleted branch

amunradeleted v0_1_2 • 
on Oct 10, 2024

bumped release (#10)

Pull request merge
amunrapushed 1 commit to main • f944e6e…8535088 • 
on Oct 10, 2024

bumped release

amunracreated v0_1_2 • 633b57f • 
on Oct 10, 2024

I can't tell if this is doing anything or not yet..

amunracreated no_global_oom_handling • d524821 • 
on Oct 10, 2024

Deleted branch

amunradeleted claim • 
on Oct 10, 2024

claim trait to allow non-fallible cloning (#9)

Pull request merge
amunrapushed 1 commit to main • 80f3e20…f944e6e • 
on Oct 10, 2024

fixed off code review feedback

amunrapushed 1 commit to claim • febdc88…f4be960 • 
on Oct 10, 2024

claim trait to allow non-fallible cloning

Force push
amunraforce pushed to claim • b5e0c54…febdc88 • 
on Oct 8, 2024

claim trait to allow non-fallible cloning

amunracreated claim • b5e0c54 • 
on Oct 8, 2024

Deleted branch

amunradeleted no_clone_for_vec • 
on Oct 8, 2024