Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-05 | AK: Use unchecked_append in AK::Stack, as we always validate the size | Brian Gianforcaro | |
This removes one additional usage of Vector::append that stops us from disabling it when compiling the Kernel. | |||
2021-05-26 | AK: Implement AK::Stack | Jesse Buhagiar | |