index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
worker_bootstrap.rs
Age
Commit message (
Expand
)
Author
2024-04-24
feat: Add `deno serve` subcommand (#23511)
Matt Mastracci
2024-03-15
fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...
Bartek Iwańczuk
2024-03-13
fix(ext/node): allow automatic worker_thread termination (#22647)
Satya Rohith
2024-02-23
fix(ext/node): set correct process.argv0 (#22555)
Satya Rohith
2024-02-15
chore: add DENO_FUTURE env var (#22318)
Divy Srivastava
2024-02-07
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
David Sherret
2024-01-26
fix: make deprecation warnings less verbose (#22128)
Bartek Iwańczuk
2024-01-18
feat: Start warning on each use of a deprecated API (#21939)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-19
fix(node): child_process IPC on Windows (#21597)
Divy Srivastava
2023-12-15
refactor: setup child process pipe in Rust (#21579)
Divy Srivastava
2023-12-13
fix: implement child_process IPC (#21490)
Divy Srivastava
2023-11-15
perf: static bootstrap options in snapshot (#21213)
Divy Srivastava
2023-11-13
perf: lazy bootstrap options - first pass (#21164)
Divy Srivastava
2023-11-05
chore: migrate to new deno_core and metrics (#21057)
Matt Mastracci
2023-11-01
feat: granular --unstable-* flags (#20968)
Bartek Iwańczuk
2023-08-16
feat(ext/node): eagerly bootstrap node (#20153)
Matt Mastracci
2023-05-30
feat(runtime): add `WorkerLogLevel` (#19316)
David Sherret
2023-05-01
perf: lazily retrieve ppid (#18940)
David Sherret
2023-03-28
refactor(runtime): manual serialization of bootstrap data (#18448)
Bartek Iwańczuk
2023-02-22
perf(core, runtime): Further improve startup time (#17860)
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-28
fix: change default locale value (#16463)
Bartek Iwańczuk
2022-10-18
feat: introduce navigator.language (#12322)
Luca Matei Pintilie
2022-10-15
refactor: Add default implementation for WorkerOptions (#14860)
Christian Dürr
2022-09-17
perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)
Divy Srivastava
2022-05-14
feat: add userAgent property to Navigator's prototype (#14415)
randomicon00
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-03-01
fix(runtime): disable console color for non tty stdout (#13782)
Antonio Musolino
2021-10-05
refactor(runtime): Worker bootstrap options (#12299)
Aaron O'Mullan