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
/
standalone.rs
Age
Commit message (
Expand
)
Author
2023-01-18
refactor(cli): Integrate standalone mode cert handling into `Flags` (#17419)
Andreu Botella
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-05
refactor(cli): clean up clones (#17268)
Geert-Jan Zwiers
2023-01-04
fix: upgrade deno_ast to 0.23 (#17269)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-19
fix(runtime): expose `extensions_with_js` from WorkerOptions (#17109)
Leo Kettmeir
2022-12-12
feat: add `--inspect-wait` flag (#17001)
Bartek Iwańczuk
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-11-10
feat(runtime): support creating workers with custom v8 snapshots (#16553)
Mathias Lafeldt
2022-11-02
refactor: Combine ImportMapResolver and JsxResolver (#16508)
Bartek Iwańczuk
2022-10-18
feat: introduce navigator.language (#12322)
Luca Matei Pintilie
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-09-17
perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)
Divy Srivastava
2022-09-02
refactor: move JsError formatting to deno_runtime (#15345)
Christian Dürr
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-16
feat(runtime): add pre_execute_module_cb (#15485)
David Sherret
2022-08-10
fix(permissions): ignore empty values (#15447)
Leo Kettmeir
2022-07-15
refactor: remove redundant qualification of symbols in Rust (#15201)
orvit
2022-07-05
Revert "refactor(snapshots): to their own crate (#14794)" (#15076)
Bartek Iwańczuk
2022-06-28
refactor: add `RootConfig` (#14985)
David Sherret
2022-06-28
feat(web): add beforeunload event (#14830)
Colin Ihrig
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-06-24
refactor(snapshots): to their own crate (#14794)
Aaron O'Mullan
2022-05-17
BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)
Bartek Iwańczuk
2022-05-14
feat: add userAgent property to Navigator's prototype (#14415)
randomicon00
2022-05-05
refactor(core): use Box<u8> for ModuleSource.code instead of a String (#14487)
Bartek Iwańczuk
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-03-31
fix(compile): follow redirects when resolving (#14161)
Divy Srivastava
2022-03-01
fix(runtime): disable console color for non tty stdout (#13782)
Antonio Musolino
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-24
fix(compile): Support import maps (#13756)
Divy Srivastava
2022-02-15
feat(cli): Replace bundling with eszip in deno compile (#13563)
William Tetlow
2022-02-11
refactor: use `Arc` instead of making copies of `Flags` struct (#13610)
Maxim
2022-02-11
compat: support --compat in web workers (#13629)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-29
cleanup(cli): use op Extensions (#13223)
Aaron O'Mullan
2021-12-21
refactor: cleanup cli/main.rs (#13160)
Bartek Iwańczuk
2021-12-15
feat: Add support for import assertions and JSON modules (#12866)
Bartek Iwańczuk
2021-12-07
chore: upgrade to rustls 0.20 (#12488)
Ryan Dahl
2021-12-01
refactor: cli doesn't need to depend on deno_tls (#12952)
Ryan Dahl
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-02
chore: update to Rust edition 2021 (#12578)
Bartek Iwańczuk
2021-10-08
feat(runtime): allow passing extensions via Worker options (#12362)
Aaron O'Mullan
2021-10-05
refactor(runtime): Worker bootstrap options (#12299)
Aaron O'Mullan
2021-09-29
feat: support serializing `WebAssembly.Module` objects (#12140)
Andreu Botella
2021-09-24
refactor: Remove op_state parameter (#12202)
Ryan Dahl
[next]