Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-12 | update changelog | 1 | -1/+1 | |
2022-05-12 | riscv32imc needs the same treatment | 1 | -1/+1 | |
2022-05-12 | add changelog entry | 1 | -0/+1 | |
2022-05-12 | unconditionally depend on atomic-polyfill for riscv32i target | 1 | -1/+1 | |
2022-05-12 | GHA: cargo check --no-default-features | 1 | -1/+2 | |
2022-05-12 | make Deque::pop_{front,back}_unchecked public | 2 | -10/+13 | |
2022-05-12 | add first/last API to IndexMap and IndexSet | 3 | -3/+82 | |
2022-05-10 | optimize the codegen of Vec::clone | 2 | -4/+17 | |
2022-05-09 | update changelog | 1 | -0/+2 | |
2022-05-09 | rustfmt | 2 | -22/+27 | |
2022-05-09 | Add changelog entry for Indexmap entry api | 1 | -0/+5 | |
2022-05-09 | Drive-by fix insert on full map | 1 | -18/+40 | |
2022-05-09 | Add entry API | 1 | -2/+2 | |
2022-05-09 | Add entry API | 2 | -45/+313 | |
2022-05-09 | rustfmt | 1 | -4/+4 | |
2022-05-09 | v0.7.11v0.7.11 | 2 | -6/+11 | |
2022-05-09 | remove unsafe from Droppable test helper | 4 | -47/+24 | |
2022-05-09 | fix: BinaryHeap elements are dropped twice | 5 | -29/+67 | |
2022-04-29 | Add note to CHANGELOG | 1 | -0/+2 | |
2022-04-29 | ubuntu-specific(?) suppressions | 1 | -0/+5 | |
2022-04-29 | fix typo | 1 | -1/+1 | |
2022-04-29 | only build tests that require thread::scope on nightly | 3 | -3/+23 | |
2022-04-29 | use std::thread::scope instead of scoped_threadpool | 3 | -26/+18 | |
2022-04-28 | Fix undefined behavior in `Vec::swap_remove_unchecked()` | 1 | -5/+5 | |
2022-04-28 | Fix undefined behavior in `Vec::truncate()` | 1 | -7/+18 | |
2022-04-28 | Fix undefined behavior in `Hole::move_to()` | 1 | -2/+3 | |
2022-03-31 | Add support for AVR. | 2 | -4/+5 | |
2022-03-23 | Add intoiter for Indexmap | 1 | -0/+41 | |
2022-03-15 | Implement FromIterator for String | 1 | -1/+45 | |
2022-02-14 | add changelog entry | 1 | -0/+2 | |
2022-02-11 | pool: fix example | 1 | -1/+5 | |
2022-01-21 | Remove deploy CI, docs.rs works well | 1 | -44/+0 | |
2022-01-21 | Release 0.7.10v0.7.10 | 2 | -2/+11 | |
2022-01-20 | Update CHANGELOG.md | 1 | -0/+4 | |
2022-01-17 | differentiate full vs CAS polyfill | 5 | -22/+27 | |
2022-01-17 | changelog | 1 | -0/+4 | |
2022-01-17 | have docs.rs document the optional features | 1 | -0/+3 | |
2022-01-17 | fix documentation | 2 | -6/+12 | |
2022-01-17 | add riscv cas atomic support and cleanup the #cfg's for it | 5 | -13/+40 | |
2022-01-16 | assume native compilation if target_os is not "none" to allow non-x86 hosts t... | 1 | -1/+1 | |
2022-01-15 | Changelog. | 1 | -0/+4 | |
2022-01-15 | Cleanup tests. | 1 | -12/+5 | |
2022-01-15 | Fix termination behavior and add comprehensive test cases. | 1 | -23/+60 | |
2022-01-15 | Fix panic if buffer was empty. | 2 | -15/+28 |