summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
AgeCommit message (Expand)Author
2024-11-15perf: use available system memory for v8 isolate memory limit (#26868)Bartek Iwańczuk
2024-11-14feat(cli): add `--unstable-node-globals` flag (#26617)Marvin Hagemeister
2024-11-14fix: otel resiliency (#26857)snek
2024-11-13feat: OpenTelemetry Tracing API and Exporting (#26710)snek
2024-09-24fix: better error for Deno.UnsafeWindowSurface, correct HttpClient name, clea...Leo Kettmeir
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-12feat: stabilize `Deno.createHttpClient()` (#25569)Asher Gomez
2024-09-04test: run js_unit_tests with `--unstable-*` flags (#25394)Bartek Iwańczuk
2024-09-04chore: remove some dead code around DENO_FUTURE env var (#25418)Bartek Iwańczuk
2024-09-03feat: hide several --unstable-* flags (#25378)Bartek Iwańczuk
2024-09-03BREAKING(unstable): drop support for Deno.run.{clearEnv,gid,uid} (#25371)Bartek Iwańczuk
2024-08-27fix: removed unstable-htttp from deno help (#25216)HasanAlrimawi
2024-08-21fix: warn about import assertions when using typescript (#25135)David Sherret
2024-06-13fix(cli): missing flag for `--unstable-process` (#24199)Luca Casonato
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
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