Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-23 | feat: added info, info_bod and success method to wrap type of messages (#845) | 1 | -12/+23 | ||
2022-07-23 | ci: add docker caching to ci workflows (#846) | 1 | -0/+2 | ||
2022-07-23 | feat: add .PHONY on makefile targets (#847) | 1 | -19/+113 | ||
2022-07-23 | Merge pull request #827 from aaditeynair/main | 1 | -1/+1 | ||
2022-07-22 | Merge pull request #800 from alexkuz/fix-install-script-colors--645 | 1 | -4/+6 | ||
2022-07-22 | Merge pull request #804 from Sanix-Darker/doc/Makefile | 1 | -6/+10 | ||
2022-07-22 | [bun install] Fix issue with URL path when sending request | 1 | -1/+55 | ||
2022-07-22 | Fix missing function bugbun-v0.1.5 | 1 | -0/+1 | ||
2022-07-22 | [bun wiptest] This test does not seem to run? | 1 | -2/+2 | ||
2022-07-22 | `bun install` use custom BUN_CONFIG_REGISTRY port (#823) | 1 | -1/+1 | ||
2022-07-22 | [docker] wip | 3 | -13/+15 | ||
2022-07-22 | [docker] wip | 1 | -2/+2 | ||
2022-07-22 | [docker] Use gcr | 1 | -7/+21 | ||
2022-07-22 | [bun dev] Add flag to force hmr | 1 | -3/+3 | ||
2022-07-22 | Fix link command on macOS | 1 | -1/+1 | ||
2022-07-22 | [bun upgrade] Fix version display name for canary build | 1 | -1/+34 | ||
2022-07-22 | [bun upgrade] Fix name used in temporary dir for canary builds | 2 | -6/+26 | ||
2022-07-22 | WIP fix workflow run | 1 | -1/+1 | ||
2022-07-22 | Clarify | 1 | -1/+1 | ||
2022-07-22 | Mention WSL version requirement | 1 | -0/+2 | ||
2022-07-22 | Only run canary release on push to main | 1 | -4/+1 | ||
2022-07-22 | [bun upgrade] Implement `--canary` and `BUN_CANARY=1` | 3 | -20/+113 | ||
2022-07-22 | Fix mistake in Next.js Example README. | 1 | -1/+1 | ||
2022-07-22 | Update WebKit | 1 | -0/+0 | ||
2022-07-22 | Workaround submodules issue | 1 | -0/+4 | ||
2022-07-22 | Delete plus100-napi | 1 | -0/+0 | ||
2022-07-22 | Rename linux amd64 -> linux x64 | 1 | -18/+18 | ||
2022-07-22 | Mark as executable | 4 | -11/+33 | ||
2022-07-22 | fix: remove suffix arg for mktemp compatibility (#825) | 5 | -5/+5 | ||
2022-07-22 | Canary builds (Linux) (#824)canary | 12 | -220/+334 | ||
* wip * WIP: * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * Workaround missing system calls * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Fix baseline detection * WIP * strip debug symbol * Auto-generate canary build Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-07-21 | Separate Dockerfile for devcontainer | 2 | -1/+100 | ||
2022-07-21 | Bump | 1 | -1/+1 | ||
2022-07-21 | Redo the dockerfile | 5 | -222/+203 | ||
2022-07-21 | docs(templates): Update README.md (#783) | 1 | -0/+8 | ||
Improvement reactjs example readme file, Added learning resources | |||||
2022-07-20 | chore(vscode): set tab size and tab format (#810) | 1 | -1/+2 | ||
2022-07-20 | feat(node/fs): implement more stat methods (#807) | 3 | -5/+108 | ||
2022-07-20 | doc: added an helper for the huge Makefile | 1 | -6/+10 | ||
2022-07-20 | fix install script colors | 1 | -4/+6 | ||
2022-07-19 | Allow blank | 1 | -1/+1 | ||
2022-07-19 | fix(api): stop double-free of prop array (#793) | 2 | -8/+6 | ||
2022-07-19 | refactor(installer): renovate install script (#745) | 1 | -122/+162 | ||
2022-07-18 | added mystery-box example macro (#787) | 1 | -0/+13 | ||
2022-07-18 | fix deno console.log benchmark (#771) | 7 | -2/+21 | ||
* chore(benchmark): fix deno console.log benchmark * only show benchmark results Co-authored-by: evanwashere <github@evan.lol> | |||||
2022-07-18 | bump examples | 8 | -23/+36 | ||
2022-07-17 | [js] Set `global` and `self` | 1 | -0/+3 | ||
Fixes https://github.com/oven-sh/bun/issues/768 | |||||
2022-07-17 | [js] Fix invalid unicode codepoint in error | 1 | -1/+1 | ||
2022-07-17 | Fixes https://github.com/oven-sh/bun/issues/769 | 1 | -1/+8 | ||
Not tested | |||||
2022-07-17 | url.js use util_isString (#772) | 1 | -3/+3 | ||
2022-07-17 | Update Dockerfile | 1 | -2/+2 | ||
2022-07-17 | Use Node v16 in Dockerfile due to glibc 2.28 requirement | 1 | -1/+1 | ||