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
/
cli
/
tests
/
testdata
/
run
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-02-08
chore: Promote some integration tests to js_unit_tests (#22355)
Matt Mastracci
2024-02-07
chore: don't expose FFI ops to user code (#22313)
Bartek Iwańczuk
2024-02-02
docs: point to new "Deno 1.x to 2.x Migration Guide" (#22199)
Asher Gomez
2024-01-26
fix: make deprecation warnings less verbose (#22128)
Bartek Iwańczuk
2024-01-24
Revert "feat: deprecate `window` global (#22057)" (#22084)
Bartek Iwańczuk
2024-01-24
feat: Change deprecation warning formatting (#22080)
Bartek Iwańczuk
2024-01-24
feat: deprecate `window` global (#22057)
Bartek Iwańczuk
2024-01-24
feat: TC39 decorator proposal support (#22040)
Bartek Iwańczuk
2024-01-24
feat: deprecate `Deno.resources()` (#22059)
Asher Gomez
2024-01-23
feat: import.meta.filename and import.meta.dirname (#22061)
Bartek Iwańczuk
2024-01-23
refactor: set removal version for `Deno.ListenTlsOptions.certFile`, `Deno.Lis...
Asher Gomez
2024-01-23
feat: warn when using --unstable, prefer granular flags (#21452)
Bartek Iwańczuk
2024-01-22
feat(unstable): remove Deno.upgradeHttp API (#21856)
Bartek Iwańczuk
2024-01-22
feat(lockfile): track JSR and npm dependencies in config file (#22004)
David Sherret
2024-01-22
refactor: don't error when `.env` is not present (#21879)
Asher Gomez
2024-01-21
fix: remove conditional unstable type-checking from other commands (#21991)
Bartek Iwańczuk
2024-01-18
feat: Start warning on each use of a deprecated API (#21939)
Bartek Iwańczuk
2024-01-15
feat(unstable): add Temporal API support (#21738)
Bartek Iwańczuk
2024-01-12
feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875)
Bartek Iwańczuk
2024-01-11
fix(web): use rustyline for prompt (#21893)
Divy Srivastava
2024-01-04
chore(cli): bump deno_core (#21790)
Matt Mastracci
2024-01-04
fix(cli): harden permission stdio check (#21778)
Matt Mastracci
2024-01-02
Revert "fix(runtime): Make native modal keyboard interaction consistent with ...
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-28
fix: allow npm: specifiers in import.meta.resolve (#21716)
Bartek Iwańczuk
2023-12-13
fix(runtime): Make native modal keyboard interaction consistent with browsers...
lionel-rowe
2023-12-09
feat: bring back WebGPU (#20812)
Leo Kettmeir
2023-12-08
fix(unstable): Honor granular unstable flags in js runtime (#21466)
Julien Cayzac
2023-12-06
chore: bump deno_core and update tests (#21467)
Matt Mastracci
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-12-01
fix(permissions): fix panics when revoking net permission (#21388)
liruifengv
2023-11-25
feat(unstable): --unstable-unsafe-proto (#21313)
David Sherret
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-22
Revert "chore: update to `std@0.207.0` (#21284)" (#21295)
Bartek Iwańczuk
2023-11-22
chore: update to `std@0.207.0` (#21284)
Asher Gomez
2023-11-19
fix(ext,runtime): add missing custom inspections (#21219)
Kenta Moriuchi
2023-11-17
feat(unstable): Workspaces support (#20410)
Bartek Iwańczuk
2023-11-15
feat(ext/net): use rustls_tokio_stream (#21205)
Matt Mastracci
2023-11-05
chore: migrate to new deno_core and metrics (#21057)
Matt Mastracci
2023-11-01
feat(ext/websocket): websockets over http2 (#21040)
Matt Mastracci
2023-11-01
feat: precompile JSX (#20962)
Bartek Iwańczuk
2023-11-01
feat(unstable): `deno run --env` (#20300)
Asher Gomez
2023-10-31
feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518)
Matt Mastracci
2023-10-28
Revert "chore: update deno_std submodule (#20994)" (#21001)
Bartek Iwańczuk
2023-10-27
chore: update deno_std submodule (#20994)
Bartek Iwańczuk
2023-10-24
refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)
David Sherret
2023-10-20
feat(unstable): allow bare specifier for builtin node module (#20728)
Yoshiya Hinosawa
2023-10-11
feat(WebSocketStream): rename connection to opened (#20878)
Leo Kettmeir
2023-09-14
feat: explicit resource management in TypeScript (#20506)
David Sherret
[next]