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