summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
AgeCommit message (Expand)Author
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-03-12refactor: add `deno_permissions` crate (#22236)Divy Srivastava
2024-03-08fix: respect unstable "temporal" configuration in config file (#22134)Bartek Iwańczuk
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-01-23feat: warn when using --unstable, prefer granular flags (#21452)Bartek Iwańczuk
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-11-14refactor: snapshot module for deno_runtime (#21162)Divy Srivastava
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky
2023-08-28refactor(runtime): factor out code between build.rs and worker.rs (#20299)Nayeem Rahman
2023-08-06build: allow disabling snapshots for dev (#20048)Nayeem Rahman
2023-05-30feat(runtime): add `WorkerLogLevel` (#19316)David Sherret
2023-05-04refactor(ext/node): remove NodeEnv trait (#18986)Luca Casonato
2023-04-24refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)David Sherret
2023-04-03refactor: remove "ext/flash" (#18578)Bartek Iwańczuk
2023-03-30refactor(ext/node): add NodeEnv::Fs associated type (#18484)Bartek Iwańczuk
2023-03-28refactor(ext/node): change extension type parameter (#18483)Bartek Iwańczuk
2023-03-22feat(ext/kv): key-value store (#18232)Heyang Zhou
2023-03-17BREAKING(unstable): remove WebGPU (#18094)Leo Kettmeir
2023-03-07refactor: Add "deno_fs" extension crate (#18040)Bartek Iwańczuk
2023-03-05refactor(runtime): factor out deno_io extension crate (#18001)Bartek Iwańczuk
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-21feat(core): Ability to create snapshots from existing snapshots (#16597)Bartek Iwańczuk
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava
2022-09-28feat: implement Web Cache API (#15829)Satya Rohith
2022-09-02refactor: move JsError formatting to deno_runtime (#15345)Christian Dürr
2022-08-09feat: add ext/node for require support (#15362)Bartek Iwańczuk
2022-02-15chore(ext/timers): move ext/timers to ext/web (#13665)Andreu Botella
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-11fix: op_set_exit_code (#13034)Bartek Iwańczuk
2021-11-28chore: re-export `deno_core` from `deno_runtime` (#12923)DjDeveloper
2021-11-28feat(runtime): add op_set_exit_code (#12911)Ben Noordhuis
2021-10-10refactor(metrics): move to core (#12386)Aaron O'Mullan
2021-10-05refactor(runtime): Worker bootstrap options (#12299)Aaron O'Mullan
2021-08-07feat(tls): Optionally support loading native certs (#11491)Justin Chase
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-07-12refactor: deno_http op crate (#11335)Luca Casonato
2021-06-29feat: Add "deno_net" extension (#11150)Bartek Iwańczuk
2021-06-10refactor: merge deno_file crate into deno_web (#10914)Bartek Iwańczuk
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk
2021-05-23feat(extensions): add BroadcastChannelBen Noordhuis
2021-05-10feat: add WebStorage API (#7819)crowlKats
2021-05-02cleanup(runtime): re-export deno_timers like all other deno crates (#10464)Aaron O'Mullan
2021-04-26remove #![deny(warnings)] (#10376)Ryan Dahl
2021-04-06refactor: add deno_file op crate (#10019)Luca Casonato
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-18fix: fallback to default UA and CA data for Deno.createHttpClient() (#9830)Aaron O'Mullan
2021-03-12refactor: move Console to op_crates/console (#9770)Luca Casonato