Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-10-30 | Fixes #34 | 1 | -10/+56 | |
2021-10-30 | [lexer] Fix crash on legacy octal literals | 1 | -1/+1 | |
2021-10-25 | Fix JSX unicode handling, slightly improve perf | 1 | -115/+37 | |
2021-10-25 | Fix all known string encoding bugs | 1 | -19/+22 | |
2021-10-24 | [internal] Remove more unused code and move the `is_ascii_only` boolean to on... | 1 | -28/+7 | |
2021-10-24 | :scissors: Dead code | 1 | -4/+0 | |
2021-10-24 | [internal] more inlining | 1 | -2/+2 | |
2021-10-23 | Remove very outdated tests | 1 | -128/+23 | |
2021-10-23 | [Lexer] Improve lexing performance by 2% via a bitfield for checking identifi... | 1 | -2315/+2304 | |
2021-10-21 | [lexer] `0x200C` and `0x200D` are valid ID_Continue characters | 1 | -6/+29 | |
2021-10-20 | rewrote most of the router | 1 | -0/+13 | |
2021-10-18 | Starting to rewrite the router to fix some bugs and support catch-all + optio... | 1 | -1/+1 | |
2021-09-30 | Fix edgecase with parsing .env | 1 | -1/+1 | |
2021-09-26 | Most of macro implementation | 1 | -0/+10 | |
2021-09-25 | Fix lexing bug with the \f form feed character (used in Emotion & Styled Comp... | 1 | -1/+1 | |
2021-09-23 | When bundling JSON, only use JSON.parse when the input is ASCII. | 1 | -0/+5 | |
2021-09-20 | Fix parsing/printing unicode identifiers, switch to UTF-8 for prefilled strin... | 1 | -31/+68 | |
2021-09-17 | Slightly improve JSX decoding perfbun-v0.0.21 | 1 | -2/+11 | |
2021-09-17 | Fix whitespace & emoji bug when parsing JSX | 1 | -23/+79 | |
2021-09-17 | Fix lexer bug with UTF-16 strings | 1 | -13/+17 | |
2021-09-16 | Delete some dead code | 1 | -13/+0 | |
2021-09-14 | Handle edgecase during SyntaxError that can lead to an out of bounds index ac... | 1 | -0/+2 | |
2021-09-09 | currentjarred/fetch-experiment | 1 | -0/+1 | |
2021-08-27 | Fix JSX comment parsing bug | 1 | -2/+2 | |
2021-08-25 | latest | 1 | -26/+26 | |
2021-08-23 | Use mimalloc for a 10% boost | 1 | -1/+1 | |
2021-08-15 | Support multiple route dirs, fix bundling JSX, fix cjs bug, remove warning a... | 1 | -0/+1 | |
2021-08-14 | fix defines | 1 | -2/+4 | |
2021-08-14 | lots | 1 | -0/+1 | |
2021-08-02 | fix errors | 1 | -9/+10 | |
2021-08-02 | Lexer is not allowed to panic | 1 | -9/+16 | |
2021-06-27 | starting to work | 1 | -2/+3 | |
2021-06-24 | I like this direction | 1 | -16/+13 | |
2021-06-14 | HMR crashily works, started working on CSS Scanner | 1 | -25/+3 | |
2021-06-04 | Fix extra underscore in ensureValidIdentifier | 1 | -1/+1 | |
2021-06-04 | fix the leaks | 1 | -2/+2 | |
2021-06-02 | HTTP fixes + buffer stdout/in + a little HTTP caching | 1 | -64/+52 | |
2021-05-29 | Revert "WIP" | 1 | -1/+1 | |
2021-05-29 | WIP | 1 | -1/+1 | |
2021-05-28 | Remove legacy_octal_loc | 1 | -2/+0 | |
2021-05-28 | keep lexer/loc | 1 | -1/+25 | |
2021-05-27 | lots | 1 | -1/+3 | |
2021-05-26 | Skip slow path | 1 | -5/+6 | |
2021-05-26 | FIx parsing 2 digit hex | 1 | -18/+1 | |
2021-05-26 | lexer bug! | 1 | -7/+14 | |
2021-05-25 | cloner | 1 | -2/+37 | |
2021-05-25 | mostly just zig fmt | 1 | -4/+7 | |
2021-05-18 | tread | 1 | -1/+1 | |
2021-05-18 | decodeEscapeSequences...kiond of? | 1 | -37/+97 | |
2021-05-18 | hm | 1 | -60/+548 |