Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-02 | [node.js compat] Implement `process.hrtime()` and `process.hrtime.bigint()` | 1 | -1/+15 | ||
2022-07-31 | Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. (#944) | 4 | -5/+5 | ||
* Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. * Fix: changed urls from types.d.ts to base bun-types repo. | |||||
2022-07-27 | #609 Don't truncate ascii buffers to 7-bit (#775) | 1 | -0/+11 | ||
2022-07-25 | Increasing test coverage for node compatibility for util (#854) | 1 | -2/+232 | ||
* [Bun.js] support for util.TextEncoder * [Bun.js] test for util.TextEncoder * [Bun.js] tests ported from node's test-util | |||||
2022-07-24 | Some tests for `console.log(new Blob([123]))` | 1 | -1/+31 | ||
2022-07-23 | [Bun.js] support for util.TextEncoder (#844) | 1 | -0/+13 | ||
* [Bun.js] support for util.TextEncoder * [Bun.js] test for util.TextEncoder | |||||
2022-07-22 | Mark as executable | 2 | -0/+20 | ||
2022-07-22 | fix: remove suffix arg for mktemp compatibility (#825) | 5 | -5/+5 | ||
2022-07-20 | feat(node/fs): implement more stat methods (#807) | 2 | -0/+62 | ||
2022-07-16 | test(wiptest): add a way to test wiptest (#699) | 7 | -0/+441 | ||
This adds a really basic test runner that will execute test files using `bun wiptest` and compare the output to make sure it's correct. It could definitely be improved, especially in the speed department, but it's at least functional now, which is better than we had before! | |||||
2022-07-15 | [parser] Fix symbol collision with require | 3 | -0/+13 | ||
Fixes https://github.com/oven-sh/bun/issues/674 Fixes https://github.com/oven-sh/bun/issues/382 | |||||
2022-07-15 | Add a TLA test | 2 | -0/+11 | ||
2022-07-15 | [bun.js] Fix non-ascii latin1 string handling in console.log | 1 | -0/+17 | ||
Closes https://github.com/oven-sh/bun/issues/738 Closes https://github.com/oven-sh/bun/issues/737 | |||||
2022-07-11 | woops | 1 | -1/+1 | ||
2022-07-11 | [integration test scripts] `bun` -> `bun dev` | 3 | -4/+4 | ||
2022-07-11 | Revert changes to integration test scripts that break macOS tests | 8 | -98/+58 | ||
2022-07-11 | [resolver] Stripe `file://` from import paths | 1 | -0/+8 | ||
2022-07-11 | Fixes https://github.com/oven-sh/bun/issues/195 | 1 | -0/+10 | ||
2022-07-11 | Fixes https://github.com/oven-sh/bun/issues/561 | 1 | -0/+20 | ||
2022-07-11 | Fixes https://github.com/oven-sh/bun/issues/229 | 2 | -3/+50 | ||
2022-07-10 | Update GitHub URL to match new repo URL (#547) | 5 | -7/+7 | ||
* Update repo URLs * GitHub URL update * Revert accidental URL changes | |||||
2022-07-09 | update bash references to work in non-fhs compliant distros | 8 | -8/+8 | ||
Signed-off-by: lucasew <lucas59356@gmail.com> | |||||
2022-07-09 | Migrate to Zig v0.10.0 | 58 | -299/+279 | ||
2022-07-06 | fixup!: add newline to end of file | 1 | -1/+1 | ||
2022-07-06 | refactor: wrap BigInt tests in describe block | 1 | -9/+11 | ||
Place BigInt tests inside of describe block to match test structure of the rest of the codebase. | |||||
2022-07-05 | Fix testsbun-v0.1.0 | 4 | -4/+4 | ||
2022-07-04 | Fix case in dynamic require() | 1 | -0/+12 | ||
2022-07-04 | [resolver] Add a test for self-referencing package.json exports | 1 | -0/+44 | ||
2022-07-04 | [itnernal] Cleanup some of the streams code | 1 | -43/+43 | ||
2022-07-02 | Update reactdom-bun.js | 1 | -1/+1 | ||
2022-07-02 | [bun:jsc] Add a test for `getProtectedObjects` | 1 | -1/+11 | ||
2022-07-01 | [Bun.serve] Clean up lifetimes & error handling somewhat | 1 | -127/+135 | ||
2022-07-01 | Add some tests for error handling | 1 | -1/+187 | ||
2022-07-01 | Improve test coverage for streams | 3 | -34/+128 | ||
2022-06-30 | Improve test coverage for react ssr | 2 | -60/+238 | ||
2022-06-29 | [encoder] Fix non-ascii latin1 characters | 1 | -0/+53 | ||
2022-06-27 | begin adding react-ssr tests | 2 | -0/+1945 | ||
2022-06-27 | [http server] couple more tests | 1 | -1/+46 | ||
2022-06-27 | [web streams] Add more tests | 1 | -81/+131 | ||
2022-06-26 | wip ReadableStream for HTTP(s) Server | 3 | -64/+217 | ||
2022-06-24 | Add dynamic require support | 7 | -1/+52 | ||
2022-06-23 | Fix buffer test which was failing for correct reasons | 1 | -304/+304 | ||
2022-06-22 | change the directory structurejarred/rename | 326 | -0/+31832 | ||