aboutsummaryrefslogtreecommitdiff
path: root/core/container/queue
Commit message (Collapse)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
|
* Clear up core:container/queueJeroen van Rijn2023-11-151-1/+18
|
* fix queue reserve always doubling in size when there is enough spaceLaytan Laats2023-08-261-1/+1
|
* Correct `queue` usage of `runtime.Allocator_Error`gingerBill2023-05-271-11/+11
|
* Add bounds check for peeksColin Davidson2022-08-291-2/+4
|
* add peeksColin Davidson2022-08-291-0/+10
|
* Add more queue helpersColin Davidson2022-08-291-0/+7
|
* front() and back()JungerBoyo2022-06-041-0/+10
| | | based on pop_front(), pop_back()
* Keep -vet happygingerBill2022-01-251-0/+1
|
* fix push_back and pop_frontCiD-2022-01-141-1/+4
|
* Add `core:container/queue`gingerBill2022-01-011-0/+205