summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Expand)Author
2022-10-20chore: upgrade rusty_v8 to 0.54.0 (#16368)Bartek Iwańczuk
2022-10-18feat(unstable/task): fail task on async command failure (#16301)David Sherret
2022-10-17chore: forward v1.26.2 to main (#16331)Bartek Iwańczuk
2022-10-17bench: don't send data to grafana (#16324)Bartek Iwańczuk
2022-10-17feat(unstable/npm): support providing npm dist-tag in npm package specifier (...David Sherret
2022-10-16chore: upgrade rusty_v8 to 0.53.1 (#16303)Bartek Iwańczuk
2022-10-15refactor(build): better handle old glibc (#16238)Luke Channings
2022-10-15chore: upgrade rusty_v8 to 0.53.0 (#16272)Bartek Iwańczuk
2022-10-09feat(core): improve resource read & write traits (#16115)Luca Casonato
2022-10-07chore: upgrade rusty_v8 to 0.52.0 (#16183)Bartek Iwańczuk
2022-10-06chore: forward v1.26.1 release commit to main (#16178)denobot
2022-10-06fix(build): don't export all symbols to dynamic symbol table (#16171)Divy Srivastava
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava
2022-10-03chore(ext/cache): make helper functions public (#16117)Satya Rohith
2022-09-291.26.0denobot
2022-09-28feat(ext/flash): add `reuseport` option on Linux (#16022)Divy Srivastava
2022-09-28feat: implement Web Cache API (#15829)Satya Rohith
2022-09-27fix(npm): use ntfs junctions in node_modules folder on Windows (#16061)David Sherret
2022-09-27feat(ext/crypto): add x25519 and Ed25519 CFRG curves (#14119)Divy Srivastava
2022-09-26fix(fmt): keep type args in type queries and keep empty array expr element's ...David Sherret
2022-09-22chore: forward v1.25.4 release commit to main (#16001)David Sherret
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local node_m...David Sherret
2022-09-22feat(ops): Automatic fast ops creation (#15527)Aapo Alasuutari
2022-09-19chore(runtime): upgrade netif crate (#15867)Ben Noordhuis
2022-09-18fix(doc): deno doc should parse modules if they haven't been parsed before (#...David Sherret
2022-09-17chore: upgrade rusty_v8 to v0.50.0 (#15762)Darshan Sen
2022-09-16upgrade deps (#15914)Ryan Dahl
2022-09-15chore: forward v1.25.3 release commit to main (#15919)Colin Ihrig
2022-09-09feat: download progress bar (#15814)Bartek Iwańczuk
2022-09-09chore: forward v1.25.2 release commit to main (#15831)denobot
2022-09-08fix(npm): recursive translation of reexports, remove window global in node co...Bartek Iwańczuk
2022-09-08chore: update url crate to 2.3.1 (#15818)Leo Kettmeir
2022-09-07fix: upgrade deno_ast to 0.19 (#15808)David Sherret
2022-09-07chore: bump url crate to 2.3.0 (#15800)Divy Srivastava
2022-09-07feat(ext/ffi): Implement FFI fast-call trampoline with Dynasmrt (#15305)Arnau Orriols
2022-09-05refactor: cleanup Node compatibility code (#15766)Bartek Iwańczuk
2022-09-02fix(npm): respect `latest` dist tag for getting current version (#15746)David Sherret
2022-09-02chore: forward v1.25.1 release commit to main (#15735)denobot
2022-09-01fix(npm): better node version and version requirement compatibility (#15714)David Sherret
2022-09-01fix(serde_v8): update bytes::Bytes layout assumptions (#15718)Divy Srivastava
2022-08-31chore: upgrade httparse to 1.8 (#15699)Bartek Iwańczuk
2022-08-30fix(npm): prefer importing esm from esm (#15676)David Sherret
2022-08-29fix(compile): panic when running with a populated dep analysis cache (#15672)David Sherret
2022-08-27chore(ext/webstorage): upgrade rusqlite to 0.28.0 (#15638)Satya Rohith
2022-08-25fix: avoid global declaration collisions in cjs (#15608)David Sherret
2022-08-25v1.25.0Bartek Iwańczuk
2022-08-24fix: resolve `jsxImportSource` relative to module (#15561)Luca Casonato
2022-08-23chore: upgrade rusty_v8 to v0.49.0 (#15547)Bartek Iwańczuk
2022-08-22perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...David Sherret
2022-08-21feat(ops): V8 Fast Calls (#15291)Divy Srivastava