Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-25 | Fix all known string encoding bugs | 1 | -3/+3 | ||
2021-10-24 | finish Expr.alloc -> Expr.init | 1 | -9/+11 | ||
2021-10-24 | Expr.alloc -> Expr.init | 1 | -22/+16 | ||
2021-10-23 | [JS Parser] Parser errors should _always_ report an error location | 1 | -1/+1 | ||
2021-10-16 | Update js_ast.zig | 1 | -0/+17 | ||
2021-10-08 | Fix bug where occasionally unary expressions would simplify incorrectly due ↵ | 1 | -3/+3 | ||
to an undefined memory issue | |||||
2021-10-08 | Yet Another Packed Struct Bug | 1 | -8/+35 | ||
2021-10-04 | Improve Bun's performance by 5% | 1 | -31/+21 | ||
By making E.Identifier not a pointer, we improve performance by 5%. Heap allocations are bad | |||||
2021-09-30 | Make sure VM initializes with `BUN_`* defines | 1 | -0/+5 | ||
2021-09-30 | Support remapping macro paths | 1 | -39/+92 | ||
2021-09-30 | Fix all the compile errors | 1 | -129/+183 | ||
2021-09-30 | Wire up macro-injected imports and move some structs above the gigantic ↵ | 1 | -236/+269 | ||
parser type to reduce bun compile time a little | |||||
2021-09-30 | flatten fragments | 1 | -3/+27 | ||
2021-09-29 | Most of the code & API changes necessary for supporting Relay (GraphQL) | 1 | -14/+416 | ||
2021-09-27 | Access object properties from macros | 1 | -3/+116 | ||
2021-09-27 | `u16` isn't big enough | 1 | -5/+5 | ||
2021-09-27 | bounds checking | 1 | -1/+1 | ||
2021-09-26 | Allow nested arrays | 1 | -24/+98 | ||
2021-09-26 | Fix getting object properties | 1 | -4/+16 | ||
2021-09-26 | Most of macro implementation | 1 | -72/+470 | ||
2021-09-26 | Basic macro impl | 1 | -532/+1450 | ||
2021-09-25 | WIP | 1 | -1/+498 | ||
2021-09-25 | fix incorrect comment | 1 | -1/+1 | ||
2021-09-24 | macro | 1 | -4/+497 | ||
2021-09-17 | Fix whitespace & emoji bug when parsing JSX | 1 | -2/+3 | ||
2021-09-15 | Remove most usages of anytype in js_ast.zig | 1 | -59/+58 | ||
2021-09-15 | Fix Bun on M1. | 1 | -1/+1 | ||
2021-09-12 | Fix CommonJS interop issue when, while linking, we find out the import is ↵ | 1 | -4/+15 | ||
possibly CommonJS | |||||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 1 | -2/+2 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-09-09 | currentjarred/fetch-experiment | 1 | -0/+12 | ||
2021-09-04 | Fixed memory leaks, but SSR is slower. Should move cleanup & restart steps ↵ | 1 | -1/+1 | ||
to a real idle timeout Former-commit-id: 9499ee3109cb336deb9380f0190631a30c9da51c | |||||
2021-09-01 | latest | 1 | -3/+3 | ||
Former-commit-id: 20b96180ffc41610dfb21a041d1258f2ff8d4196 | |||||
2021-08-31 | Fix JSX fragments bug, fix unnamed export default bug | 1 | -5/+2 | ||
Former-commit-id: a48965cb80b713f72a859cd16c2a1b670c75d731 | |||||
2021-08-31 | Fallback, fragments, printer compat, better errors | 1 | -0/+2 | ||
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb | |||||
2021-08-27 | inline some things | 1 | -8/+8 | ||
Former-commit-id: aa13654739c00b669f0b0d864abff11a8386c2b5 | |||||
2021-08-23 | Fix resolve bug with mixed-case node_modules | 1 | -12/+14 | ||
Former-commit-id: 5bdae0ee491e28b49ceed6136f04e0c1feddc808 | |||||
2021-08-15 | Support multiple route dirs, fix bundling JSX, fix cjs bug, remove warning ↵ | 1 | -0/+8 | ||
about unbundled modules in speedy env, Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82 | |||||
2021-08-14 | lots | 1 | -1/+39 | ||
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8 | |||||
2021-08-11 | Add missing jsonStringify | 1 | -30/+79 | ||
Former-commit-id: d94dfa2ed1ff26079c091331ebcf7d6bfb68df69 | |||||
2021-08-09 | Split up + generate client & server bundles, support framework +router in ↵ | 1 | -0/+21 | ||
GenerateNodeModulesBundle , read framework from package.json + rename "publicURL" to "origin" + add import.meta.filepath Former-commit-id: 1e76ebb5375247231181ec19a6396c6acf4684fb | |||||
2021-07-26 | Fix build issues | 1 | -6/+7 | ||
Former-commit-id: 5164b69b57e8c11666591823c5b83435facce5c8 | |||||
2021-06-29 | alright now it crashes | 1 | -0/+1 | ||
Former-commit-id: 26745bb5f300481fc242c8e81de6f252f698c863 | |||||
2021-06-20 | Support live-reload and fallback | 1 | -0/+15 | ||
Former-commit-id: c3f9d77391589b65951616a632af87107fba469f | |||||
2021-06-14 | HMR crashily works, started working on CSS Scanner | 1 | -1/+1 | ||
Former-commit-id: d0f91082fcc8da17d224acb5432339c5d817e1c2 | |||||
2021-06-14 | extremely close!!!!! | 1 | -1/+5 | ||
Former-commit-id: 44fce3c5e800f3fb3fbc139a38f14eae9e0c0225 | |||||
2021-06-10 | cool! | 1 | -0/+45 | ||
Former-commit-id: 5ffd8e40b34c5b11e5632c5939d16dba6b7167f2 | |||||
2021-06-09 | lots | 1 | -0/+2 | ||
Former-commit-id: 7346cdaa5a32ade26821ed97ef07f7c9ae87c0c2 | |||||
2021-06-06 | hash | 1 | -1/+1 | ||
Former-commit-id: b97aca7fa154ce580ce9b66efba4c8ec3cb620ba | |||||
2021-06-06 | WIP node module bundles | 1 | -2/+24 | ||
Former-commit-id: 797b2ff557542e9d318c953b840b102695711888 | |||||
2021-06-04 | mostly fix --resolve=disable | 1 | -3/+3 | ||
Former-commit-id: 981759fafad9be3d53b073c18c11bc6b20ad0a61 |