| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix off-by-one in queue `back` and `back_ptr` procs | Laytan Laats | 2024-07-14 | 1 | -2/+2 |
| * | fix comments in core:container/queue. | Arseniy Poroshin | 2024-03-26 | 1 | -2/+2 |
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -2/+2 |
| * | Clear up core:container/queue | Jeroen van Rijn | 2023-11-15 | 1 | -1/+18 |
| * | fix queue reserve always doubling in size when there is enough space | Laytan Laats | 2023-08-26 | 1 | -1/+1 |
| * | Correct `queue` usage of `runtime.Allocator_Error` | gingerBill | 2023-05-27 | 1 | -11/+11 |
| * | Add bounds check for peeks | Colin Davidson | 2022-08-29 | 1 | -2/+4 |
| * | add peeks | Colin Davidson | 2022-08-29 | 1 | -0/+10 |
| * | Add more queue helpers | Colin Davidson | 2022-08-29 | 1 | -0/+7 |
| * | front() and back() | JungerBoyo | 2022-06-04 | 1 | -0/+10 |
| * | Keep -vet happy | gingerBill | 2022-01-25 | 1 | -0/+1 |
| * | fix push_back and pop_front | CiD- | 2022-01-14 | 1 | -1/+4 |
| * | Add `core:container/queue` | gingerBill | 2022-01-01 | 1 | -0/+205 |