Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-12-11 | Add _read | 2 | -5/+35 | |
2022-12-11 | Fix checking the UTF-16 length twice | 2 | -8/+39 | |
2022-12-11 | cleanup some tests | 5 | -47/+18 | |
2022-12-11 | Avoid re-visting AST nodes which create scopes | 1 | -6/+19 | |
2022-12-10 | Fix segfault in release mode when module list is empty | 1 | -0/+13 | |
2022-12-10 | Include `isTTY` in types | 1 | -3/+3 | |
2022-12-10 | Regenerate builtins | 1 | -2/+2 | |
2022-12-10 | override `process.stdin.on()` correctly (#1603) | 2 | -1/+7 | |
2022-12-10 | [transpiler] Improve constant propagation | 3 | -25/+227 | |
2022-12-10 | [transpiler] Fix issue with async macros in `bun build` | 1 | -0/+1 | |
2022-12-10 | [transpiler] Fix bug with `===` on statically-known rope strings | 1 | -4/+10 | |
2022-12-10 | :recycle: | 1 | -8/+8 | |
2022-12-10 | :camera: | 24 | -1976/+2146 | |
2022-12-10 | Implement simple version of inlining single-use expressions and statements | 8 | -69/+1153 | |
2022-12-09 | fix path string (#1597) | 1 | -1/+1 | |
2022-12-09 | Deprecate very incomplete Solid.js JSX transform | 32 | -4190/+5 | |
2022-12-09 | Add `"bun"` to list | 1 | -14/+1 | |
2022-12-09 | Exclude other ts declaration file extensions (#1596) | 1 | -0/+2 | |
2022-12-08 | EventEmitter - return original this value for better chainability | 1 | -2/+4 | |
2022-12-08 | Add filename completions on naked bun command (#1593) | 1 | -1/+3 | |
2022-12-08 | Update install issue template | 1 | -1/+1 | |
2022-12-08 | Improve bug report issue template | 1 | -7/+4 | |
2022-12-08 | Fix issue template for docs | 1 | -3/+1 | |
2022-12-08 | Remove needs-repro label from issue template | 1 | -1/+1 | |
2022-12-07 | chore: add eslintcache (#1586) | 2 | -2/+3 | |
2022-12-07 | fix `dirname` on an empty string | 1 | -1/+1 | |
2022-12-07 | :camera: | 19 | -1958/+2129 | |
2022-12-07 | disable assignment on user specified assigns | 1 | -4/+6 | |
2022-12-07 | fix __require linker collision (#1585) | 1 | -64/+85 | |
2022-12-07 | [node:events] EventEmitter#on and EventEmitter#off should return the EventEmi... | 2 | -4/+13 | |
2022-12-07 | Update html_rewriter.zigbun-v0.3.0 | 1 | -22/+19 | |
2022-12-07 | fix(stream): Fix Transform class constructor fn (#1583) | 2 | -4/+76 | |
2022-12-06 | try | 3 | -3/+3 | |
2022-12-06 | try | 3 | -6/+6 | |
2022-12-06 | Fix aarch64 | 3 | -5/+57 | |
2022-12-06 | first_non_ascii != offset | 1 | -1/+0 | |
2022-12-06 | fix failing text decoder test | 1 | -2/+1 | |
2022-12-06 | Don't call getters in console.log | 1 | -4/+5 | |
2022-12-06 | Fix `node:stream/consumers` | 2 | -8/+17 | |
2022-12-06 | Update types (#1581) | 24 | -84/+237 | |
2022-12-06 | fix child process test | 1 | -1/+1 | |
2022-12-06 | Update glibc-versions-hack.cpp | 1 | -0/+4 | |
2022-12-06 | add base64url switch case | 1 | -3/+6 | |
2022-12-06 | dlsym pow | 1 | -6/+7 | |
2022-12-06 | add server scheduleDeinit, ignore logs in test | 2 | -8/+16 | |
2022-12-06 | Add check | 2 | -4/+6 | |
2022-12-06 | fix event emitter cast | 3 | -23/+19 | |
2022-12-06 | Ban statx | 2 | -1/+26 | |
2022-12-06 | Add snippet | 3 | -0/+23 | |
2022-12-06 | Fix glibc symbol version issues preventing `bun install` from being used in o... | 14 | -70/+317 |