Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-16 | [JSON parser] const has better codegen (unlike in JavaScript!) | 1 | -3/+3 | ||
2021-12-16 | Mimalloc cleanup | 2 | -1/+25 | ||
2021-12-16 | Update memory_allocator.zig | 1 | -2/+1 | ||
2021-12-16 | Bump mimalloc | 1 | -23/+22 | ||
2021-12-16 | [bun install] Most of the Lockfile format (not done yet) | 4 | -558/+1123 | ||
2021-12-16 | Start to restructure code | 2 | -51/+295 | ||
2021-12-16 | Resolve peer dependencies & optional dependencies too | 1 | -101/+118 | ||
2021-12-16 | save and load manifest | 5 | -499/+842 | ||
2021-12-16 | Channel seems faster or maybe the same? | 1 | -160/+107 | ||
2021-12-16 | [npm install] starting to look good! | 12 | -329/+987 | ||
2021-12-16 | WIP | 5 | -5/+32 | ||
2021-12-16 | :radio: | 2 | -5/+4 | ||
2021-12-16 | fix build | 1 | -1/+1 | ||
2021-12-16 | Fix redirects | 3 | -65/+85 | ||
2021-12-16 | [npm install] Use BoringSSL for https:// requests | 8 | -73/+19676 | ||
2021-12-16 | Replace S2N with BoringSSL (wip) | 10 | -874/+39 | ||
2021-12-16 | [bun install] Linux async http | 2 | -11/+70 | ||
2021-12-16 | [bun install] async http request works I think? | 9 | -29/+1445 | ||
2021-12-16 | [bun install] Begin to add io_uring (via tigerbeetle/@kprotty's interface) | 5 | -1/+1708 | ||
2021-12-16 | [libarchive] Fix occasional segfault | 1 | -3/+6 | ||
2021-12-16 | [bun install] Resolve more packages | 1 | -22/+38 | ||
2021-12-16 | [bun install] Track build/pre tags with a bitset | 1 | -2/+25 | ||
2021-12-16 | wip | 4 | -138/+329 | ||
2021-12-16 | [bun install] Support `dist-tags` | 2 | -17/+60 | ||
2021-12-16 | WIP | 2 | -5/+27 | ||
2021-12-16 | [bun install] some things install | 8 | -191/+328 | ||
2021-12-16 | [bun install] WIP | 1 | -3/+26 | ||
2021-12-16 | [bun install] WIP | 1 | -31/+264 | ||
2021-12-16 | [bun install] WIP | 1 | -151/+561 | ||
2021-12-16 | [bun install] WIP | 13 | -223/+1864 | ||
2021-12-16 | [bun install] implement serialization/deserialization of package versions in ↵ | 2 | -35/+374 | ||
an efficient binary format This is most of the code but does not compile yet | |||||
2021-12-16 | [bun install] Make Semver serializable | 2 | -83/+162 | ||
2021-12-16 | Update string_immutable.zig | 1 | -0/+4 | ||
2021-12-16 | wip | 2 | -14/+437 | ||
2021-12-16 | wip | 3 | -1/+64 | ||
2021-12-16 | [bun install] support hyphen ranges in node-semver | 1 | -2/+96 | ||
2021-12-16 | [bun install] node-semver works excluding hyphen ranges | 2 | -103/+339 | ||
2021-12-16 | [bun install] Add tests for parsing Semver versions | 2 | -91/+274 | ||
2021-12-16 | [bun install] node-semver implementation (doesn't run yet) | 1 | -29/+398 | ||
2021-12-16 | [bun install] Begin to port my golang node-semver to Zig | 7 | -0/+1372 | ||
2021-12-16 | [transpiler] Partially support top-level await in HMR | 1 | -17/+24 | ||
2021-12-16 | Update bundler.zig | 1 | -1/+1 | ||
2021-12-16 | Disable imports which are not found | 2 | -1/+12 | ||
2021-12-16 | Enable top-level await in browsers | 2 | -2/+7 | ||
2021-12-16 | [JS parser] Track import records that were converted to star imports due to ↵ | 1 | -2/+12 | ||
`require` | |||||
2021-12-16 | [transpiler] Don't insert `import` statements for disabled `require()` | 1 | -84/+40 | ||
2021-12-16 | Print errors below warnings | 1 | -4/+31 | ||
2021-12-16 | [bun bun] Fix a race condition introduced in ↵ | 2 | -4/+9 | ||
#55ff681976f7bae5a428c409061991c07fa492e7 | |||||
2021-12-16 | Update js_printer.zig | 1 | -1/+8 | ||
2021-12-16 | [http] Fix bug with `Link` header | 1 | -1/+5 | ||