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
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-18
ci: try to fix flaky stdio_streams_are_locked_in_permission_prompt (#20204)
David Sherret
2023-08-12
chore: deno_core -> 0.201.0 (#20135)
Matt Mastracci
2023-08-03
feat(permissions): add "--deny-*" flags (#19070)
Asher Gomez
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-08-01
fix: deno diagnostic - clarify where to put triple-slash directive (#20009)
David Sherret
2023-07-25
perf: cache node resolution when accesing a global (#19930)
Bartek Iwańczuk
2023-07-19
feat(ext/node): properly segregate node globals (#19307)
Luca Casonato
2023-07-13
fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)
David Sherret
2023-07-08
chore: upgrade to dprint 0.39 (#19768)
David Sherret
2023-07-04
feat: upgrade to TypeScript 5.1.6 (#19695)
David Sherret
2023-06-23
fix(serde_v8): Do not coerce values in serde_v8 (#19569)
Divy Srivastava
2023-06-15
refactor(ext/fetch): simplify fetch ops (#19494)
Bartek Iwańczuk
2023-06-09
chore: fix flaky package_json_auto_discovered_for_local_script_arg (#19445)
David Sherret
2023-06-09
chore: fix flaky stdio_streams_are_locked_in_permission_prompt (#19443)
David Sherret
2023-06-06
perf(cli): conditionally load typescript declaration files (#19392)
David Sherret
2023-05-28
refactor(core): remove ext: modules from the module map (#19040)
Nayeem Rahman
2023-05-24
chore: upgrade rusty_v8 to 0.72.0 (#19228)
Bartek Iwańczuk
2023-05-17
fix: support "fetch" over HTTPS for IP addresses (#18499)
Bartek Iwańczuk
2023-05-04
fix(core): allow esm extensions not included in snapshot (#18980)
Nayeem Rahman
2023-05-01
perf(ext/web): fast path for ws events (#18905)
Divy Srivastava
2023-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
2023-04-28
fix(ext/websocket): restore op_ws_send_ping (#18891)
Bartek Iwańczuk
2023-04-27
chore: upgrade rusty_v8 to 0.71.0 (#18868)
Bartek Iwańczuk
2023-04-26
feat(cli): don't check permissions for statically analyzable dynamic imports ...
Nayeem Rahman
2023-04-26
chore: upgrade rusty_v8 to 0.70.0 (#18844)
Bartek Iwańczuk
2023-04-23
test: deflake worker tests (#18813)
Bartek Iwańczuk
2023-04-22
refactor: rewrite tests to "fastwebsockets" crate (#18781)
Bartek Iwańczuk
2023-04-14
refactor(core): limit number of boundary crossings between Rust and V8 (#18652)
Bartek Iwańczuk
2023-04-12
fix(core): preserve syntax error locations in dynamic imports (#18664)
Nayeem Rahman
2023-04-03
refactor: remove "ext/flash" (#18578)
Bartek Iwańczuk
2023-03-28
chore: restore pty tests and make them run on the Linux CI (#18424)
David Sherret
2023-03-25
chore(tests): enable `single_compile_with_reload` again (#18196)
Geert-Jan Zwiers
2023-03-23
fix(inspect): ensure non-compact output when object literal has newline in en...
David Sherret
2023-03-21
chore(ext/console): inspect anonymous function as `[Function (anonymous)]` (#...
Yoshiya Hinosawa
2023-03-14
refactor: deno_core not using std::env::current_dir (#18173)
Bartek Iwańczuk
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor: move definition of Deno.build from "runtime" to "core" (#18036)
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-24
fix(npm): lazily install package.json dependencies only when necessary (#17931)
David Sherret
2023-02-24
fix: ensure concurrent non-statically analyzable dynamic imports do not somet...
David Sherret
2023-02-24
fix(npm): package.json auto-discovery should respect `--no-config` and `--no-...
David Sherret
2023-02-22
fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...
David Sherret
2023-02-22
feat: support bare specifier resolution with package.json (#17864)
Bartek Iwańczuk
2023-02-22
feat(permissions): grant all permission for a group in permission prompt (#17...
Asher Gomez
2023-02-22
feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)
Aapo Alasuutari
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-14
fix: loading built-in Node modules embedded in the binary (#17777)
Bartek Iwańczuk
[next]