Jarred Sumner
|
c0dd284136
|
Upgrade to latest Zig (#1610)
* @min and @max
* builtins and some trivial ones
* Most of them
* more
* more!
* More Progress
* wip
* Update tagged_pointer.zig
* Update http_client_async.zig
* Most of the iterable dir changes
* alright
* Remove usages of deprecated formatters
* 📷
* fmt
* Update shimmer.zig
* wip
* wip
* wip
* progress
* more
* Latest
* stuck on error
* latest
* workaround stage2
* wip
* Update string_immutable.zig
* wip
* Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings
* Fix build errors
* Fixup most of the test failures
* Fix `make headers`
* Fix "outside package path" error
* Fixup aligned alloc
* Add missing file
* linux
* More linux fixes
* use latest peechy
* Fix transpiler test failure
* Forgot about these
* Fixup test failure
* Update node-timers.test.ts
* [node:htt] Fix `undefined is not an object` error
Fixes https://github.com/oven-sh/bun/issues/1618
* Update http.exports.js
* Make this test less flaky
* fix hashes
* Fix hex formatting and zls issues
* Download zig version
* Update Dockerfile
* Update Dockerfile
* Update uws
* Update Dockerfile
* Set llvm version
* Update README.md
* Update uws
* Update Dockerfile
* Update io_linux.zig
* Update bun.zig
* Log output
* workaround strange @cInclude error
* Make ffi tests better
* Don't use cImport
* Update c.zig
* Update c-bindings.cpp
* call setOutputDir
* Update Dockerfile
* Use a longer name
* latest
* Update serve.test.ts
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Veikka Tuominen <git@vexu.eu>
|
2022-12-28 00:51:22 -08:00 |
|
Dylan Conway
|
08a738c6c8
|
always more packages at new depth
|
2022-12-23 15:21:03 -08:00 |
|
Dylan Conway
|
cc369ad9d0
|
fix bun pm ls connectors when node_modules is last
|
2022-12-23 15:13:09 -08:00 |
|
Jarred Sumner
|
a94bba6399
|
darken
|
2022-12-23 01:16:12 -08:00 |
|
Jarred Sumner
|
3da9c728d6
|
Make bun pm ls only show top-level by default
|
2022-12-22 23:38:56 -08:00 |
|
Jarred Sumner
|
83602b6834
|
Refactor some of bun pm
|
2022-12-20 23:28:11 -08:00 |
|
Dylan Conway
|
95c747f598
|
undo bad free
|
2022-12-14 17:50:14 -08:00 |
|
Dylan Conway
|
65302a1db5
|
remove incorrect connector character
|
2022-12-14 14:01:03 -08:00 |
|
Dylan Conway
|
c4557e57a1
|
add bun pm ls for printing lockfiles (#1612)
* list directory structure from lockfile
* dim connectors and versions
|
2022-12-13 22:47:46 -08:00 |
|
Jarred Sumner
|
4c818b9364
|
Mildly faster startup time
|
2022-12-04 03:50:22 -08:00 |
|
Jarred Sumner
|
b631ea7d72
|
import everything from "bun" where possible
|
2022-11-29 02:42:56 -08:00 |
|
Jarred Sumner
|
701d6ec45d
|
rename _global -> bun
|
2022-03-08 18:54:54 -08:00 |
|
Jarred Sumner
|
c0584c5102
|
add bun pm cache and bun pm cache rm commands
|
2022-03-02 03:06:11 -08:00 |
|
Jarred Sumner
|
50560e169c
|
WASM
|
2022-02-27 23:20:10 -08:00 |
|
Jarred Sumner
|
7e96e82cad
|
[bun pm] add help menu
|
2022-02-25 02:04:08 -08:00 |
|
Jarred Sumner
|
293a9bc811
|
[bun install] Add metadata hash
|
2022-02-25 00:48:36 -08:00 |
|
Jarred Sumner
|
969fcd2213
|
Update package_manager_command.zig
|
2022-02-12 01:25:47 -08:00 |
|
Jarred Sumner
|
7c6386d81e
|
[bun install] bun pm bin prints the bin directory
|
2022-02-12 01:22:07 -08:00 |
|
Jarred Sumner
|
3d057950b9
|
std.os.exit -> Global.exit so stderr is always flushed
|
2022-02-11 14:56:28 -08:00 |
|
Jarred Sumner
|
e75c711c68
|
Upgrade to latest Zig, remove dependency on patched version of Zig (#96)
* Prepare to upgrade zig
* zig fmt
* AllocGate
* Update data_url.zig
* wip
* few files
* just headers now?
* I think everything works?
* Update mimalloc
* Update hash_map.zig
* Perf improvements to compensate for Allocgate
* Bump
* 📷
* Update bun.lockb
* Less branching
* [js parser] Slightly reduce memory usage
* Update js_parser.zig
* WIP remove unused
* [JS parser] WIP support for `with` keyword
* Remove more dead code
* Fix all the build errors!
* cleanup
* Move `network_thread` up
* Bump peechy
* Update README.md
|
2021-12-30 21:12:32 -08:00 |
|
Jarred Sumner
|
461c769ac4
|
Track peer dependencies but don't install them
|
2021-12-16 19:18:51 -08:00 |
|