Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-07-18 | zig upgrade (#3667) | 1 | -4/+4 | |
2023-05-07 | Add alignment feature flag | 1 | -0/+4 | |
2023-05-02 | alignment | 1 | -2/+3 | |
2022-12-28 | :scissors: | 1 | -7/+0 | |
2022-12-28 | Fixes https://github.com/oven-sh/bun/issues/1677 | 1 | -21/+13 | |
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -105/+67 | |
2022-12-06 | Add check | 1 | -1/+1 | |
2022-12-05 | Fix alignment edgecase | 1 | -2/+2 | |
2022-11-25 | Fix spurious assertion | 1 | -1/+1 | |
2022-11-24 | Use is_in_heap_region instead of _check_owned | 1 | -2/+2 | |
2022-11-18 | Fix crash in process.env.FOO = bar that happened sometimes | 1 | -0/+1 | |
2022-06-07 | Web Streams API (#176) | 1 | -0/+126 | |
2022-03-14 | cleanup some code | 1 | -71/+10 | |
2022-03-14 | add another assertion | 1 | -1/+8 | |
2022-03-02 | [internal] log memory allocations in mimalloc arenas | 1 | -0/+4 | |
2022-02-27 | WASM | 1 | -12/+0 | |
2022-02-16 | Add assert | 1 | -2/+13 | |
2022-02-15 | assert we aren't freeing statically allocated memory | 1 | -2/+9 | |
2022-02-12 | Add a memory allocator that always zeroes | 1 | -0/+118 | |
2022-01-21 | Improve reliabiltiy of multithreaded code by using threadlocal mimalloc heaps | 1 | -49/+19 | |
2022-01-19 | `fs.*Sync()`, `bun wiptest`, and More ™ (#106) | 1 | -3/+15 | |
2022-01-01 | Fix missing posix_memalign symbol | 1 | -2/+3 | |
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -31/+61 | |
2021-12-16 | Update memory_allocator.zig | 1 | -2/+1 | |
2021-09-15 | zig fmt | 1 | -1/+1 | |
2021-09-04 | Fixed memory leaks, but SSR is slower. Should move cleanup & restart steps to... | 1 | -0/+1 | |
2021-08-23 | Use mimalloc for a 10% boost | 1 | -0/+129 |