summaryrefslogtreecommitdiff
path: root/runtime/worker_bootstrap.rs
AgeCommit message (Expand)Author
2024-11-14fix: otel resiliency (#26857)snek
2024-11-13feat: OpenTelemetry Tracing API and Exporting (#26710)snek
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-09-04chore: remove some dead code around DENO_FUTURE env var (#25418)Bartek Iwańczuk
2024-09-03chore: cleanup code for deprecation notices in JS code (#25368)Bartek Iwańczuk
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek Iwańczuk
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-07-19fix(node): support `tty.hasColors()` and `tty.getColorDepth()` (#24619)Marvin Hagemeister
2024-05-17feat(serve): support `--port 0` to use an open port (#23846)Satya Rohith
2024-05-14fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)David Sherret
2024-05-05fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)Satya Rohith
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-03-15fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...Bartek Iwańczuk
2024-03-13fix(ext/node): allow automatic worker_thread termination (#22647)Satya Rohith
2024-02-23fix(ext/node): set correct process.argv0 (#22555)Satya Rohith
2024-02-15chore: add DENO_FUTURE env var (#22318)Divy Srivastava
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-01-26fix: make deprecation warnings less verbose (#22128)Bartek Iwańczuk
2024-01-18feat: Start warning on each use of a deprecated API (#21939)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-19fix(node): child_process IPC on Windows (#21597)Divy Srivastava
2023-12-15refactor: setup child process pipe in Rust (#21579)Divy Srivastava
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
2023-11-15perf: static bootstrap options in snapshot (#21213)Divy Srivastava
2023-11-13perf: lazy bootstrap options - first pass (#21164)Divy Srivastava
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-11-01feat: granular --unstable-* flags (#20968)Bartek Iwańczuk
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-05-30feat(runtime): add `WorkerLogLevel` (#19316)David Sherret
2023-05-01perf: lazily retrieve ppid (#18940)David Sherret
2023-03-28refactor(runtime): manual serialization of bootstrap data (#18448)Bartek Iwańczuk
2023-02-22perf(core, runtime): Further improve startup time (#17860)Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-10-28fix: change default locale value (#16463)Bartek Iwańczuk
2022-10-18feat: introduce navigator.language (#12322)Luca Matei Pintilie
2022-10-15refactor: Add default implementation for WorkerOptions (#14860)Christian Dürr
2022-09-17perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)Divy Srivastava
2022-05-14feat: add userAgent property to Navigator's prototype (#14415)randomicon00
2022-04-15refactor: Move source map lookups to core (#14274)Nayeem Rahman
2022-03-01fix(runtime): disable console color for non tty stdout (#13782)Antonio Musolino
2021-10-05refactor(runtime): Worker bootstrap options (#12299)Aaron O'Mullan