Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-16 | Add assert | 1 | -2/+13 | ||
2022-02-16 | [JS Lexer] Fix incorrect assertion | 1 | -3/+3 | ||
2022-02-16 | [JS Parser] Add error when RegExp has duplicate flag | 1 | -0/+14 | ||
2022-02-15 | Revert "Remove usage of `packed` struct in Ref because packed is buggy in zig" | 6 | -434/+284 | ||
This reverts commit 2578f426b6d59080b0853164df83fe2b69740a7c. | |||||
2022-02-15 | [internal] workaround https://github.com/ziglang/zig/issues/10903 | 1 | -1/+32 | ||
2022-02-15 | Update test_command.zig | 1 | -1/+1 | ||
2022-02-15 | Remove usage of `packed` struct in Ref because packed is buggy in zig | 6 | -284/+434 | ||
2022-02-15 | [bun test] Auto rewrite `@jest/globals` and `vitest` to `bun:test` | 2 | -0/+17 | ||
2022-02-15 | assert we aren't freeing statically allocated memory | 1 | -2/+9 | ||
2022-02-14 | move import processing into a separate function | 1 | -205/+203 | ||
2022-02-14 | Update bindings.zig | 1 | -0/+3 | ||
2022-02-14 | remove a clone | 1 | -2/+1 | ||
2022-02-14 | [bun.js] Handle recursive macros and handle stack overflow | 4 | -355/+499 | ||
2022-02-14 | Path.join | 1 | -0/+5 | ||
2022-02-14 | [bun.js] formatter | 3 | -11/+90 | ||
2022-02-14 | MimeType from string | 2 | -36/+103 | ||
2022-02-14 | cleanup | 2 | -4/+5 | ||
2022-02-14 | [bun test] Slightly better test output | 1 | -3/+11 | ||
2022-02-14 | [bun.js] Auto type coerction for macros! | 2 | -49/+506 | ||
2022-02-13 | [JS parser] Slightly better dead code elimination & optimize AST string ↵ | 3 | -150/+411 | ||
comparison | |||||
2022-02-13 | [js parser] Fix test failure with `import {type foo}` | 1 | -13/+54 | ||
2022-02-13 | Update install.zig | 1 | -12/+10 | ||
2022-02-13 | [bun install] Resolve nested `folder:` dependencies and tweak lockfile ↵ | 4 | -234/+341 | ||
format for better determinism | |||||
2022-02-13 | [bun test] Ensure throw doesn't get hidden | 1 | -18/+36 | ||
2022-02-12 | Tweak how strings are created | 1 | -25/+58 | ||
2022-02-12 | Add a memory allocator that always zeroes | 1 | -0/+118 | ||
2022-02-12 | [bun install] Move unnecessary data out of the lockfile | 1 | -49/+57 | ||
2022-02-12 | [bun install] Reduce noise in printed yarn.lock | 1 | -3/+17 | ||
2022-02-12 | [bun install] When `--production`, fail the build if symlinking fails | 1 | -12/+31 | ||
2022-02-12 | [bun install] Handle multiple files in directory bins to link | 1 | -2/+4 | ||
2022-02-12 | [bun install] When both `directories` and `bin` is specified, prefer `bin` | 1 | -1/+10 | ||
This is for performance. | |||||
2022-02-12 | [bun install] Fix directory bin link bug | 1 | -6/+9 | ||
2022-02-12 | Implement multiple `bin` links for `bun install -g` | 3 | -42/+177 | ||
2022-02-12 | Update README.md | 1 | -1/+1 | ||
2022-02-12 | Update README.md | 1 | -1/+1 | ||
2022-02-12 | Update README.md | 1 | -0/+4 | ||
2022-02-12 | Update README.md | 1 | -1/+1 | ||
2022-02-12 | Update README.md | 1 | -3/+1 | ||
2022-02-12 | Update README.md | 1 | -5/+51 | ||
2022-02-12 | Update README.md | 1 | -6/+3 | ||
2022-02-12 | Make `bun install` fast by default on linux | 1 | -1/+1 | ||
2022-02-12 | fix linux build error | 1 | -2/+2 | ||
2022-02-12 | Update README.md | 1 | -1/+1 | ||
2022-02-12 | hm | 2 | -0/+0 | ||
2022-02-12 | hm | 2 | -0/+0 | ||
2022-02-12 | hm | 2 | -0/+0 | ||
2022-02-12 | Update README.md | 1 | -9/+11 | ||
2022-02-12 | readme | 4 | -3/+100 | ||
2022-02-12 | Fix crash that wasn't a crash | 2 | -3/+2 | ||
2022-02-12 | Trim leading double slashes in URL pathnames | 1 | -0/+4 | ||