index
:
bun
1-runner
add-license
ansg191/server-identity-CN
ansg191/system-store
bun-crash-dump
bun-json
bun-polyfills
bun-test-each
ciro/child-process-fixes
ciro/fetch-fix-with-lock
ciro/fix-flask-tests
ciro/fix-maxRequestBodySize
ciro/fix-test-command
ciro/gc-tests
ciro/http2
ciro/proxy-connect-tests
ciro/queue-response-experiment
ciro/spawn-abort-signal-rebased
ciro/ws-fetch-proper-handshake
cli-flags
completions
create-constructors-when-needed
dap2
dap3
dave/assert-double-is-valid
dave/bundler-string-length
dave/es5-class-helper
dave/import.meta.resolve
dave/install-tag-without-dash
dave/lol
dave/nodemodule-preloadmodules
dave/postinstall
dave/postinstall_2
dave/remove-native-event
dave/zlib
debugger-dev
derrick/fix/bindings-mark-jscinitialize
derrick/fix/event-emitter-async-iter
derrick/fix/event-emitter-emit-throw-native
derrick/fix/http-lowercase-headers
derrick/fix/node-tests
derrick/test/add-ed25519-tests
detect-libc
doc/0.8
dylan/callback-fulfilled-after-rejection
dylan/change-pathname-assert
dylan/cli-fixes
dylan/encoding-fix
dylan/fix-bundling-lodash-es-is-buffer
dylan/fix-error-inlining
dylan/fix-module-field-in-exports
dylan/github-api-option
dylan/github-dependencies
dylan/import-file-path
dylan/non-enumerable-export-values
dylan/resolve-rope-in-string
dylan/set-exit-code
dylan/source-map-names-property
eventstream
feat/ecosystem
feat/npm
fix
fix-prepare-stack-trace
fix-websocket-upgrade
fs-watch-file
got
guides-3
improve-docker
insensitive-pkg-names
integration-tests
jarred/5859
jarred/actions
jarred/add-git
jarred/analytics
jarred/arenas
jarred/ast
jarred/ast-again
jarred/async_bio
jarred/bench
jarred/brotli
jarred/bump-uws
jarred/bundle-workspace-packages
jarred/bunfig
jarred/callable
jarred/canvas
jarred/ci-check
jarred/cjs2
jarred/cleanup-error
jarred/clipboard-objc
jarred/direct
jarred/dump
jarred/edgecase
jarred/esbuild-plugin-api
jarred/escapeHTML
jarred/esm-conditions
jarred/experiment-bsp
jarred/export-star-flat
jarred/exports-map
jarred/faster-error-capturestacktrace
jarred/faster-ordered-properties
jarred/fastmalloc
jarred/fetch-experiment
jarred/fetchheaders
jarred/fix-blob-slice-test
jarred/fix-bunbun-on-wsl
jarred/fix-crash
jarred/fix-http-compression
jarred/fix-issue-with-tsconfig-run
jarred/fix-proxy-regression
jarred/fixes-3129
jarred/gen
jarred/htmlrewriter
jarred/improve-testing
jarred/inquirer
jarred/isolation
jarred/jsc
jarred/land
jarred/landing
jarred/linux
jarred/live-bindings
jarred/make-strings-better
jarred/mdx-thrwawy
jarred/move
jarred/napi
jarred/new-bund
jarred/new-bund-ressurected-branch
jarred/new-http
jarred/no-more-npm
jarred/package-mapper
jarred/pg
jarred/port
jarred/possibly-2732
jarred/postgresql
jarred/precompile-linux-dependencies
jarred/prepare-for-libuv
jarred/profiled-call
jarred/read-tsconfig-jsx
jarred/redo-evaluation-order
jarred/redo-zigstring-for-utf16
jarred/relay
jarred/rename
jarred/repl
jarred/request-finalizer
jarred/rewrite-router
jarred/run
jarred/simdjson
jarred/simplify
jarred/some-fixes-for-eventsource
jarred/standalone-repro1
jarred/start
jarred/strong
jarred/subprocess
jarred/support-tee
jarred/tcc
jarred/throw-if
jarred/update-install-stuff
jarred/update-zig1
jarred/upgrade-zig-2
jarred/uws
jarred/webkit-upgrade-may-17
jarred/wip-more-reliable
jarred/workers
jarred/zlib
jarred/zls
lithdew/picohttp-mimalloc
main
move-templates
nestjs-guide
next-cleanup
origin/main
plugin/plugindata
plugin/resolvedir
postinstall_3
repl
request-body-stream
reserve-commands
revert-5167-dylan/decode-regex-if-needed
rfc/bun-bundler-api
rfc/bunfig-overhaul
save-in-update
sdl
test/action
types/mock
types/readable-stream-default
types/tty
u/vjpr/zig-0.10
xHyroM/types/expose-Bun-Env
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
install
/
semver.zig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-05
fix(install): ensure all lockfile structs do not have undefined padding (#4401)
dave caruso
1
-0
/
+1
2023-08-30
fix(install): resolve semver matching with pre-release tags. (#4412)
Ai Hoshino
1
-6
/
+37
2023-08-24
[install] fix crash when installing package that uses loose semver pre-releas...
Alex Lam S.L
1
-16
/
+18
2023-07-18
zig upgrade (#3667)
Dylan Conway
1
-31
/
+31
2023-06-21
upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)
Dylan Conway
1
-12
/
+12
2023-04-19
Fix broken autocomplete
Jarred Sumner
1
-1
/
+1
2023-04-07
Bun gets a new bundler (#2312)
Jarred Sumner
1
-1
/
+1
2023-02-24
prefer `bun.copy()` over `std.mem.copy()` (#2152)
Alex Lam S.L
1
-27
/
+30
2023-02-08
[install] assorted fixes & improvements (#2011)
Alex Lam S.L
1
-2
/
+2
2023-01-26
valgrind
Jarred SUmner
1
-8
/
+8
2023-01-24
assert defined in development
Jarred Sumner
1
-6
/
+29
2023-01-21
Fix test failure due to UB
Jarred Sumner
1
-0
/
+13
2023-01-21
[semver] parse `^` & `~` expressions correctly (#1854)
Alex Lam S.L
1
-181
/
+227
2023-01-21
Remove UB with `semver.String`
Jarred Sumner
1
-1
/
+1
2023-01-19
use `String.from()` (#1850)
Alex Lam S.L
1
-2
/
+9
2023-01-20
Bugfixes to install (#1848)
Jarred Sumner
1
-6
/
+17
2022-12-28
Upgrade to latest Zig (#1610)
Jarred Sumner
1
-4
/
+4
2022-11-29
import everything from "bun" where possible
Jarred Sumner
1
-1
/
+1
2022-11-20
[fetch] Add optimization for chunked encoding
Jarred Sumner
1
-1
/
+1
2022-11-10
[bun install] Support implicit pre tags in dependency versions
Jarred Sumner
1
-3
/
+38
2022-11-06
Automatically install npm packages when running a script in Bun's runtime (#1...
Jarred Sumner
1
-4
/
+112
2022-03-08
rename _global -> bun
Jarred Sumner
1
-10
/
+10
2022-02-24
Add WASM modules but disable it for now
Jarred Sumner
1
-0
/
+10
2022-02-12
Tweak how strings are created
Jarred Sumner
1
-25
/
+58
2021-12-30
Upgrade to latest Zig, remove dependency on patched version of Zig (#96)
Jarred Sumner
1
-27
/
+21
2021-12-22
[bun install] Fix bug with `>=` ranges (and improve test coverage)
Jarred Sumner
1
-78
/
+115
2021-12-16
[bun install] Allow skipping peer, optional, and dev dependency installs. Hoi...
Jarred Sumner
1
-1
/
+1
2021-12-16
[bun install] order() and fmt()
Jarred Sumner
1
-2
/
+66
2021-12-16
[bun install] Improve test coverage for tilda version ranges
Jarred Sumner
1
-0
/
+23
2021-12-16
[bun install] Fix bug with ~Tilda
Jarred Sumner
1
-1
/
+1
2021-12-16
Track peer dependencies but don't install them
Jarred Sumner
1
-17
/
+18
2021-12-16
[bun install] Start add/remove command
Jarred Sumner
1
-0
/
+1
2021-12-16
Fix bug with ~tilda ranges
Jarred Sumner
1
-1
/
+14
2021-12-16
[bun install] Shrink binary format size by 2.5x
Jarred Sumner
1
-58
/
+357
2021-12-16
[bun install] Load lockfile. Generate diffs
Jarred Sumner
1
-0
/
+32
2021-12-16
[bun install] Lockfile saves. Starting to implement diffing
Jarred Sumner
1
-1
/
+0
2021-12-16
[bun install] Generate a lockfile
Jarred Sumner
1
-1
/
+33
2021-12-16
[bun install] Most of the Lockfile format (not done yet)
Jarred Sumner
1
-6
/
+63
2021-12-16
save and load manifest
Jarred Sumner
1
-0
/
+4
2021-12-16
[npm install] starting to look good!
Jarred Sumner
1
-13
/
+29
2021-12-16
[bun install] Track build/pre tags with a bitset
Jarred Sumner
1
-2
/
+25
2021-12-16
wip
Jarred Sumner
1
-3
/
+10
2021-12-16
[bun install] WIP
Jarred Sumner
1
-17
/
+58
2021-12-16
[bun install] implement serialization/deserialization of package versions in ...
Jarred Sumner
1
-3
/
+15
2021-12-16
[bun install] Make Semver serializable
Jarred Sumner
1
-80
/
+119
2021-12-16
wip
Jarred Sumner
1
-0
/
+31
2021-12-16
[bun install] support hyphen ranges in node-semver
Jarred Sumner
1
-2
/
+96
2021-12-16
[bun install] node-semver works excluding hyphen ranges
Jarred Sumner
1
-102
/
+338
2021-12-16
[bun install] Add tests for parsing Semver versions
Jarred Sumner
1
-91
/
+266
2021-12-16
[bun install] node-semver implementation (doesn't run yet)
Jarred Sumner
1
-29
/
+398
[next]