Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-18 | Regenerate builtins | 1 | -4/+27 | ||
2022-12-17 | bug compatible with `stdin.on("readable")` (#1626) | 1 | -3/+26 | ||
2022-12-17 | Upgrade WebKit | 1 | -0/+0 | ||
2022-12-17 | Delete Oniguruma (#1625) | 60 | -2563/+3 | ||
* Update .gitmodules * Delete oniguruma * Delete Oniguruma * Make this test less flaky * :scissors: Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-12-17 | Regenerate builtins | 1 | -7/+2 | ||
2022-12-17 | Update WebKit | 1 | -0/+0 | ||
2022-12-17 | Use Bun.deepEqual in `assert` module | 1 | -1504/+41 | ||
2022-12-17 | Use `Buffer.isBuffer` and node:util/types in `util` module | 2 | -1/+651 | ||
2022-12-17 | Implement `node:util/types` | 6 | -0/+378 | ||
Fixes #1617 | |||||
2022-12-17 | Add `strict` option to Bun.deepEquals | 1 | -5/+12 | ||
2022-12-16 | add tests for `process.stdin` (#1621) | 1 | -1/+1 | ||
2022-12-16 | [napi] Implement `napi_create_bigint_words` | 1 | -0/+30 | ||
warning: not tested | |||||
2022-12-15 | [js parser] Fix bug where `const {resolve} = require` throws "require is not ↵ | 1 | -1/+1 | ||
defined" | |||||
2022-12-15 | [node:process] Implement `process.argv0`, `process.execPath` | 5 | -5/+61 | ||
Fixes https://github.com/oven-sh/bun/issues/1599 | |||||
2022-12-15 | [node:process] Implement `process.abort()` | 1 | -0/+9 | ||
2022-12-15 | [bun run] Include signal code on error | 1 | -38/+4 | ||
2022-12-15 | [process.stdin] Support reading from process.stdin in the same tick | 2 | -5/+35 | ||
2022-12-15 | fix(stream): make Readable.read work w/o _construct implemented (#1613) | 3 | -19/+12 | ||
* fix(stream): put Readable._readableState.constructed default in spec (true, not false) * cleanup(readable): remove unnecessary _construct methods * test(stream): add test for Readable w/o _construct method | |||||
2022-12-13 | [bun:jsc] Introduce `profile` function | 2 | -0/+54 | ||
2022-12-13 | Fix crash in `startSamplingProfiler` | 1 | -5/+3 | ||
2022-12-13 | Avoid creating closure | 2 | -55/+53 | ||
2022-12-13 | make `process.stdin` work under TTY (#1611) | 1 | -49/+35 | ||
- workarounds for #1607 & #1608 fixes #1604 | |||||
2022-12-13 | Don't call debug streams getter when not in debug | 1 | -93/+115 | ||
2022-12-13 | Fix bug where importing a binary file throws a SyntaxError. Instead, return ↵ | 1 | -1/+19 | ||
the public path for that file | |||||
2022-12-13 | fix UB | 1 | -1/+1 | ||
2022-12-13 | [crypto] Implement `scryptSync` | 2 | -9/+226 | ||
Fixes https://github.com/oven-sh/bun/issues/1228 | |||||
2022-12-12 | some bugs make you feel like a 🤡 | 1 | -1/+1 | ||
2022-12-12 | [crypto] Implement crypto.timingSafeEqual | 6 | -1/+104 | ||
This uses BoringSSL's memcmp function Fixes https://github.com/oven-sh/bun/issues/1308 | |||||
2022-12-12 | fix(stream): Fix Readable.pipe() (#1606) | 1 | -10/+14 | ||
* fix(stream): fix some debug logs that were breaking .pipe * fix(stream): another debug fix * test(stream): add test for .pipe | |||||
2022-12-12 | markbinding for utf8 length from utf16le | 1 | -0/+3 | ||
2022-12-11 | [Transpiler] Implement `minifyWhitespace` option | 1 | -0/+8 | ||
2022-12-11 | [internal] Change HashMap implementation for storing symbols | 7 | -6/+2 | ||
2022-12-11 | Update WebKit | 6 | -4/+25 | ||
cc @cirospaciari you will need to re-download the precompiled WebKit build from the releases page https://github.com/oven-sh/WebKit/releases/tag/dec11 because there is one small WebKit API change. LMK if you have any trouble with that | |||||
2022-12-11 | Add _read | 2 | -5/+35 | ||
2022-12-10 | Regenerate builtins | 1 | -2/+2 | ||
2022-12-10 | override `process.stdin.on()` correctly (#1603) | 1 | -1/+1 | ||
* override `process.stdin.on()` correctly fixes #1601 * add tests | |||||
2022-12-10 | Implement simple version of inlining single-use expressions and statements | 1 | -0/+6 | ||
2022-12-08 | EventEmitter - return original this value for better chainability | 1 | -2/+4 | ||
2022-12-07 | fix `dirname` on an empty string | 1 | -1/+1 | ||
2022-12-07 | [node:events] EventEmitter#on and EventEmitter#off should return the ↵ | 1 | -4/+3 | ||
EventEmitter instance | |||||
2022-12-07 | Update html_rewriter.zigbun-v0.3.0 | 1 | -22/+19 | ||
2022-12-07 | fix(stream): Fix Transform class constructor fn (#1583) | 1 | -4/+29 | ||
* fix(stream): fix ReadableFromWeb class, fix Transform * test(stream): add tests for .call on stream constructors | |||||
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 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 | 1 | -2/+12 | ||
2022-12-06 | fix event emitter cast | 2 | -17/+19 | ||
2022-12-06 | Ban statx | 1 | -0/+16 | ||