| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2025-08-14 | refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards | bfredl | 1 | |
| These are not needed after #35129 but making uncrustify still play nice with them was a bit tricky. Unfortunately `uncrustify --update-config-with-doc` breaks strings with backslashes. This issue has been reported upstream, and in the meanwhile auto-update on every single run has been disabled. | ||||
| 2023-11-27 | refactor: move Arena and ArenaMem to memory_defs.h (#26240) | zeertzjq | 1 | |
| 2023-11-12 | refactor: replace manual header guards with #pragma once | dundargoc | 1 | |
| It is less error-prone than manually defining header guards. Pretty much all compilers support it even if it's not part of the C standard. | ||||
| 2023-10-31 | feat(stdlib): add vim.base64 module (#25843) | Gregory Anders | 1 | |
| Add base64 encode() and decode() functions to a vim.base64 module. | ||||
