Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-24 | Update bun-linux-build.yml | 1 | -0/+2 | ||
2022-11-24 | bump | 1 | -1/+5 | ||
2022-11-24 | Update bun-mac-aarch64.yml | 1 | -10/+4 | ||
2022-11-24 | Attempt to make builds faster | 4 | -5/+37 | ||
2022-11-11 | Don't rm cached | 4 | -4/+0 | ||
2022-11-11 | try this | 4 | -0/+4 | ||
2022-11-11 | Update bun-linux-build.yml | 1 | -1/+0 | ||
2022-11-11 | try using git action | 4 | -7/+8 | ||
2022-11-09 | Update bun-types-tests.yml | 1 | -5/+4 | ||
2022-11-09 | Only run this for bun-types | 1 | -1/+6 | ||
2022-11-09 | Clarify | 1 | -1/+1 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 2 | -0/+176 | ||
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2022-11-06 | Undo | 4 | -59/+12 | ||
2022-11-06 | Update action.yml | 1 | -1/+0 | ||
2022-11-06 | Pass `tar -C` | 4 | -6/+53 | ||
2022-11-06 | Fix artifact name, use tarball | 3 | -12/+11 | ||
2022-11-06 | Try tarball | 1 | -4/+4 | ||
2022-11-06 | Try again | 4 | -0/+4 | ||
2022-11-06 | Node12 is deprecated | 4 | -28/+32 | ||
2022-11-03 | chore: remove unecessary files (#1457) | 2 | -118/+0 | ||
* Delete labeler.yml * Delete labels.yml | |||||
2022-11-01 | Delete labeler.yml | 1 | -14/+0 | ||
2022-11-01 | Delete label-sync.yml | 1 | -24/+0 | ||
2022-10-28 | Upgrade WebKit | 4 | -27/+27 | ||
2022-10-27 | Download more RAM | 3 | -3/+0 | ||
2022-10-27 | Check published_at instead of draft in GitHub action | 1 | -1/+1 | ||
2022-10-27 | Run homebrew action when release is edited | 1 | -1/+2 | ||
2022-10-27 | Fix typo in homebrew action | 1 | -1/+1 | ||
2022-10-26 | againn | 3 | -6/+6 | ||
2022-10-26 | try againn | 2 | -3/+2 | ||
2022-10-26 | Limit concurrency for MacOS Object actions | 3 | -0/+3 | ||
2022-10-26 | temporary fix | 4 | -4/+0 | ||
2022-10-26 | Fixup | 4 | -5/+5 | ||
2022-10-26 | Move this to dependencies so the .a files upload | 3 | -6/+4 | ||
2022-10-26 | Limit concurrency for GitHub Actions due to issues with cache poisoning | 4 | -0/+4 | ||
If multiple actions are running, sometimes the cache is poisoned from another action. We need to fix this, but this is an interim measure to make actions less flaky | |||||
2022-10-25 | Fix failing macOS build | 3 | -3/+6 | ||
2022-10-25 | Add action to deploy to Homebrew | 1 | -0/+29 | ||
2022-10-19 | Improve issue templates (#1353) | 8 | -89/+136 | ||
2022-10-16 | yml | 3 | -6/+6 | ||
2022-10-09 | Missing code | 1 | -11/+10 | ||
2022-10-09 | Update WebKit | 3 | -19/+19 | ||
2022-09-26 | Bump WebKit | 4 | -27/+27 | ||
2022-09-17 | Update WebKit | 4 | -27/+27 | ||
2022-09-17 | chore: add napi label (#1245) | 1 | -0/+2 | ||
2022-09-08 | [bun:ffi] Implement `read.{u8,i8,i16,i32,u16,u32,ptr,intptr}` | 4 | -27/+27 | ||
`read` in `bun:ffi` lets you read data from a pointer without creating a new DataView/ArrayBufferView ``` import {read} from 'bun:ffi'; expect(read.i8(ptr_, i)).toBe(view.getInt8(i, true)); expect(read.i16(ptr_, i)).toBe(view.getInt16(i, true)); expect(read.i32(ptr_, i)).toBe(view.getInt32(i, true)); expect(read.u8(ptr_, i)).toBe(view.getUint8(i, true)); expect(read.u16(ptr_, i)).toBe(view.getUint16(i, true)); expect(read.u32(ptr_, i)).toBe(view.getUint32(i, true)); } ``` | |||||
2022-08-27 | Update WebKit (#1165) | 4 | -27/+27 | ||
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-17 | Bump WebKit | 4 | -27/+27 | ||
2022-08-13 | Update webKit | 4 | -27/+27 | ||
2022-08-12 | Make versions consistent | 3 | -10/+13 | ||
2022-08-12 | Update WebKit URLs | 4 | -17/+17 | ||
2022-08-12 | Update bun-mac-x64-baseline.yml | 1 | -3/+3 | ||