Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-29 | [internal] Improve Bun's debug build times | 3 | -2101/+2227 | ||
2021-10-23 | [Lexer] Improve lexing performance by 2% via a bitfield for checking ↵ | 2 | -2/+4874 | ||
identifiers, inlining functions, and moving some branches to comptime | |||||
2021-09-20 | Fix parsing/printing unicode identifiers, switch to UTF-8 for prefilled ↵ | 2 | -0/+1510 | ||
strings, remove eagerly loading identifier_name |