summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-26chore: update rusty_v8 to 0.56.1 (#16835)Bartek Iwańczuk
2022-11-26chore: update rusty_v8 to 0.56.0 (#16814)Bartek Iwańczuk
2022-11-24chore: forward v1.28.2 release commit to main (#16796)denobot
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-10-07perf(napi): optimize primitive napi functions (#16163)Divy Srivastava
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava
2022-09-28feat: implement Web Cache API (#15829)Satya Rohith
2022-09-27Revert "perf(cli): use -O3 instead of -Oz (#15952)" (#16053)Bartek Iwańczuk
2022-09-22perf(cli): use -O3 instead of -Oz (#15952)Divy Srivastava
2022-08-18feat(ext/flash): An optimized http/1.1 server (#15405)Divy Srivastava
2022-08-11chore(ext/node): correct publishing for ext/node (#15461)David Sherret
2022-07-05Revert "refactor(snapshots): to their own crate (#14794)" (#15076)Bartek Iwańczuk
2022-06-29perf(ext/web): use base64-simd for atob/btoa (#14992)Nugine
2022-06-24refactor(snapshots): to their own crate (#14794)Aaron O'Mullan
2022-06-04chore: eliminate an empty comment (#14788)AlexDebug
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-03-14perf: opt-level-3 all of ext/* (#13940)Aaron O'Mullan
2022-02-15chore(ext/timers): move ext/timers to ext/web (#13665)Andreu Botella
2022-01-10feat(cli, runtime): compress snapshots (#13320)evan
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-11-08perf: optimize some important crates more aggressively (#12332)Bert Belder
2021-10-27chore: update to rusty_v8 0.33.0 (#12564)Luca Casonato
2021-10-20chore: return serde_v8 to main repo (#12500)Aaron O'Mullan
2021-08-24chore(ext/webgpu): update wgpu to 0.10.0 (#11781)Leo K
2021-08-19perf(url): build with opt-level 3 (#11779)Aaron O'Mullan
2021-08-13perf(wpt/crypto): optimize num-bigint-dig for debug builds (#11681)Divy Srivastava
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-08-02chore: format toml files internally (#11563)David Sherret
2021-07-12refactor: deno_http op crate (#11335)Luca Casonato
2021-07-11Revert "Remove unstable native plugins (#10908)"Ryan Dahl
2021-07-06perf: opt-level = 3 for deno_net (#11283)Luca Casonato
2021-07-02Remove unstable native plugins (#10908)Bartek Iwańczuk
2021-06-29feat: Add "deno_net" extension (#11150)Bartek Iwańczuk
2021-06-23ci: run Linux release builds in sysroot with Ubuntu 18.04 and LLVM (#10920)Bert Belder
2021-06-10refactor: merge deno_file crate into deno_web (#10914)Bartek Iwańczuk
2021-06-09chore: move serde_v8 to separate repo (#10909)Bartek Iwańczuk
2021-05-23feat(extensions): add BroadcastChannelBen Noordhuis
2021-05-17chore: add/update crates listed in workspace (#10673)Bert Belder
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden
2021-04-21chore: release crates (#10269)Bartek Iwańczuk
2021-04-18tooling(bench_util): benching and profiling utilities (#10223)Aaron O'Mullan
2021-04-14refactor: move timers to deno_timers op crate (#10179)Ben Noordhuis
2021-04-11ci: store last-modified timestamps in Github Actions cache (#10110)Bert Belder
2021-04-11perf: build runtime at opt-3 (#10072)Aaron O'Mullan
2021-04-09Revert "Improve incremental build time (#10039)" (#10086)Ryan Dahl
2021-04-09Improve incremental build time (#10039)Ryan Dahl
2021-04-06perf: build core packages at opt-3 (#10038)Aaron O'Mullan
2021-03-25Introduce serde_v8 (#9722)Aaron O'Mullan