summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Expand)Author
2024-05-23chore: update denokv_* crates (#23949)Bartek Iwańczuk
2024-05-23feat: enable pointer compression via deno_core bump (#23838)Matt Mastracci
2024-05-22chore: forward v1.43.6 release commit to main (#23936)Bartek Iwańczuk
2024-05-21refactor(jupyter): use runtimelib for Jupyter structures and directory paths ...Kyle Kelley
2024-05-21perf: analyze cjs re-exports in parallel (#23894)David Sherret
2024-05-18perf: analyze cjs exports and emit typescript in parallel (#23856)David Sherret
2024-05-17chore: forward v1.43.5 release commit to main (#23877)denobot
2024-05-17fix(npm): regression deserializing JSON for some npm packages (#23868)David Sherret
2024-05-17chore: bump deno_http version (#23866)Satya Rohith
2024-05-17feat(serve): support `--port 0` to use an open port (#23846)Satya Rohith
2024-05-17chore: forward v1.43.4 commit to main (#23861)Bartek Iwańczuk
2024-05-16fix(ext/node): homedir() `getpwuid`/`SHGetKnownFolderPath` fallback (#23841)Divy Srivastava
2024-05-15perf(compile): Do not checksum eszip content (#23839)Arnau Orriols
2024-05-16perf(jsr): download metadata files as soon as possible and in parallel (#23836)David Sherret
2024-05-15fix(doc): --lint - private ref diagnostic was displaying incorrect informatio...David Sherret
2024-05-14fix: update swc_ecma_parser to 0.114.1 (#23816)David Sherret
2024-05-14fix(doc/publish): support expando properties (#23795)David Sherret
2024-05-13chore(task): various small refactorings (#23793)David Sherret
2024-05-13chore: cleanup unused dependencies (#23787)Leo Kettmeir
2024-05-12fix(npm): handle null fields in npm registry JSON (#23785)David Sherret
2024-05-10chore: forward v1.43.3 release commit to main (#23771)denobot
2024-05-10fix: bump deno_core to fix unsoundness (#23768)Matt Mastracci
2024-05-09refactor(ext/tls): Implement required functionality for later SNI support (#2...Matt Mastracci
2024-05-09fix(task): regression where `npx <command>` sometimes couldn't find command (...David Sherret
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-09chore: forward v1.43.2 release commit to main (#23749)denobot
2024-05-08FUTURE: `deno install` changes (#23498)Bartek Iwańczuk
2024-05-07fix(jsr): panic when importing jsr package with deps via https (#23728)David Sherret
2024-05-07chore: Bump deno_core (#23722)Nathan Whitaker
2024-05-05fix(fmt/js): `else` was moved to wrong `if` sometimes when formatting minifie...David Sherret
2024-05-05chore: update wgpu (#23684)Leo Kettmeir
2024-05-04fix(publish): public api - trace parent classes & interfaces when following a...David Sherret
2024-05-03chore(tests/specs): ability to have sub tests in file (#23667)David Sherret
2024-05-011.43.0 (#23629)denobot
2024-05-01chore: update deno_doc (#23621)Leo Kettmeir
2024-04-30fix(publish): handle variable declarations with a declare keyword (#23616)David Sherret
2024-04-30feat(cli): add support for jsxImportSourceTypes (#23419)Luca Casonato
2024-04-29fix: handle specifying an import map in an ancestor dir of deno.json (#23602)David Sherret
2024-04-29fix(fmt/md): better handling of lists in block quotes (#23604)David Sherret
2024-04-29fix: reenable syntax highlighting for doc html generator (#23570)Leo Kettmeir
2024-04-29chore: migrate bench, publish, and more itests to spec tests (#23584)David Sherret
2024-04-26test: update for private npm registry test server (#23572)Bartek Iwańczuk
2024-04-25chore: rework TLS code in test server (#23566)Matt Mastracci
2024-04-251.43.0 (#23549)denobot
2024-04-24feat(jsr): support importing from jsr via HTTPS specifiers (except for type c...David Sherret
2024-04-24chore: update deno_doc (#23544)Leo Kettmeir
2024-04-24chore: use deno_unsync through deno_core (#23532)Matt Mastracci
2024-04-23chore: bump deno_core (#23497)Matt Mastracci
2024-04-21chore: update deno_config to 0.16.1 (#23480)Bartek Iwańczuk
2024-04-20fix(ext/node): implement process.kill in Rust (#23130)Divy Srivastava