summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2024-09-28refactor: move NpmCacheDir to deno_cache_dir (#25916)David Sherret
2024-09-28refactor: use deno_path_util (#25918)David Sherret
2024-09-23perf(ext/fetch): improve decompression throughput by upgrading `tower_http` (...Yusuke Tanaka
2024-09-23feat(ext/crypto): import and export p521 keys (#25789)Divy Srivastava
2024-09-20fix: panic when require(esm) (#25769)Bartek Iwańczuk
2024-09-18feat(ext/node): add rootCertificates to node:tls (#25707)Luca Casonato
2024-09-17perf: fast path for cached dyn imports (#25636)Divy Srivastava
2024-09-17chore: upgrade deno_core (#25674)Bartek Iwańczuk
2024-09-16fix(lockfile): use loose deserialization for version constraints (#25660)David Sherret
2024-09-10feat(cli): use NotCapable error for permission errors (#25431)Luca Casonato
2024-09-06feat(add): Add npm packages to package.json if present (#25477)Nathan Whitaker
2024-09-04chore: forward v1.46.3 release commit to main (#25425)denobot
2024-08-30fix: upgrade deno_ast 0.42 (#25313)David Sherret
2024-08-29chore: forward v1.46.2 release commit to main (#25296)denobot
2024-08-29chore: upgrade rusqlite (#25289)Arnau Orriols
2024-08-29fix: upgrade deno_core to 0.307.0 (#25287)snek
2024-08-28fix: delete old Deno 1.x headers file when loading cache (#25283)David Sherret
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be more...David Sherret
2024-08-28fix(ext/node): import EC JWK keys (#25266)Divy Srivastava
2024-08-26perf(cache): single cache file for remote modules (#24983)David Sherret
2024-08-26feat: lockfile v4 by default (#25165)David Sherret
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-08-22chore: forward v1.46.1 release commit to main (#25155)denobot
2024-08-221.46.0 (#25139)denobot
2024-08-21feat: Upgrade V8 to 12.9 (#25138)Bartek Iwańczuk
2024-08-20fix: Don't panic if fail to handle JS stack frame (#25122)Nathan Whitaker
2024-08-20fix: deserialize lockfile v3 straight (#25121)David Sherret
2024-08-19feat: upgrade deno_core (#25042)snek
2024-08-19feat(FUTURE): terse lockfile (v4) (#25059)David Sherret
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-08-12feat: better help output (#24958)Leo Kettmeir
2024-08-08fix(ext/fetch): include TCP src/dst socket info in error messages (#24939)Yusuke Tanaka
2024-08-08fix: Don't shell out to `unzip` in deno upgrade/compile (#24926)Nathan Whitaker
2024-08-06fix: errors with CallSite methods (#24907)Marvin Hagemeister
2024-08-05feat: upgrade deno_core (#24886)snek
2024-08-01fix: regressions around Error.prepareStackTrace (#24839)Bartek Iwańczuk
2024-08-01chore: upgrade flaky_test, fastwebsockets, base64, base32, notify (#24746)Ryan Dahl
2024-07-31feat: upgrade V8 to 12.8 (#24693)snek
2024-08-01fix(ext/fetch): use correct ALPN to socks5 proxies (#24817)Sean McArthur
2024-07-31perf: update deno_ast to 0.41 (#24819)David Sherret
2024-07-31chore: forward v1.45.5 release commit to main (#24818)denobot
2024-07-27fix: adapt to new jupyter runtime API and include session IDs (#24762)Kyle Kelley
2024-07-26chore: forward v1.45.4 release commit to main (#24754)denobot
2024-07-26fix: support `npm:bindings` and `npm:callsites` packages (#24727)Bartek Iwańczuk
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-25fix: upgrade deno_core to 0.298.0 (#24709)Bartek Iwańczuk
2024-07-24Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)Bartek Iwańczuk
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-23chore: forward v1.45.3 release commit to main (#24681)denobot
2024-07-23Revert "chore: move all node-api impl to ext (#24662)" (#24680)Bartek Iwańczuk