summaryrefslogtreecommitdiff
path: root/runtime/ops/bootstrap.rs
AgeCommit message (Expand)Author
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-08-27fix: removed unstable-htttp from deno help (#25216)HasanAlrimawi
2024-08-19feat: upgrade deno_core (#25042)snek
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek Iwańczuk
2024-07-19fix(node): support `tty.hasColors()` and `tty.getColorDepth()` (#24619)Marvin Hagemeister
2024-05-28fix: empty `process.platform` with `__runtime_js_sources` (#24005)Marvin Hagemeister
2024-05-14fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)David Sherret
2024-03-14fix(cli): unbreak extension example and fix __runtime_js_sources (#22906)Matt Mastracci
2024-01-23feat: warn when using --unstable, prefer granular flags (#21452)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-20chore: fix `__runtime_js_sources` feature flag (#21265)Divy Srivastava
2023-11-15perf: static bootstrap options in snapshot (#21213)Divy Srivastava
2023-11-15fix(runtime): fix Deno.noColor when stdout is not tty (#21208)Yoshiya Hinosawa
2023-11-13perf: lazy bootstrap options - first pass (#21164)Divy Srivastava