summaryrefslogtreecommitdiff
path: root/cli/standalone.rs
AgeCommit message (Expand)Author
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret
2022-08-16feat(runtime): add pre_execute_module_cb (#15485)David Sherret
2022-08-10fix(permissions): ignore empty values (#15447)Leo Kettmeir
2022-07-15refactor: remove redundant qualification of symbols in Rust (#15201)orvit
2022-07-05Revert "refactor(snapshots): to their own crate (#14794)" (#15076)Bartek Iwańczuk
2022-06-28refactor: add `RootConfig` (#14985)David Sherret
2022-06-28feat(web): add beforeunload event (#14830)Colin Ihrig
2022-06-27refactor: create `args` folder (#14982)David Sherret
2022-06-24refactor(snapshots): to their own crate (#14794)Aaron O'Mullan
2022-05-17BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)Bartek Iwańczuk
2022-05-14feat: add userAgent property to Navigator's prototype (#14415)randomicon00
2022-05-05refactor(core): use Box<u8> for ModuleSource.code instead of a String (#14487)Bartek Iwańczuk
2022-04-27refactor: Remove PrettyJsError and js_error_create_fn (#14378)Nayeem Rahman
2022-04-26fix(test): capture worker stdout and stderr in test output (#14410)David Sherret
2022-04-15refactor: Move source map lookups to core (#14274)Nayeem Rahman
2022-03-31fix(compile): follow redirects when resolving (#14161)Divy Srivastava
2022-03-01fix(runtime): disable console color for non tty stdout (#13782)Antonio Musolino
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-24fix(compile): Support import maps (#13756)Divy Srivastava
2022-02-15feat(cli): Replace bundling with eszip in deno compile (#13563)William Tetlow
2022-02-11refactor: use `Arc` instead of making copies of `Flags` struct (#13610)Maxim
2022-02-11compat: support --compat in web workers (#13629)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-29cleanup(cli): use op Extensions (#13223)Aaron O'Mullan
2021-12-21refactor: cleanup cli/main.rs (#13160)Bartek Iwańczuk
2021-12-15feat: Add support for import assertions and JSON modules (#12866)Bartek Iwańczuk
2021-12-07chore: upgrade to rustls 0.20 (#12488)Ryan Dahl
2021-12-01refactor: cli doesn't need to depend on deno_tls (#12952)Ryan Dahl
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-02chore: update to Rust edition 2021 (#12578)Bartek Iwańczuk
2021-10-08feat(runtime): allow passing extensions via Worker options (#12362)Aaron O'Mullan
2021-10-05refactor(runtime): Worker bootstrap options (#12299)Aaron O'Mullan
2021-09-29feat: support serializing `WebAssembly.Module` objects (#12140)Andreu Botella
2021-09-24refactor: Remove op_state parameter (#12202)Ryan Dahl
2021-09-24refactor: Rename ProgramState to ProcState (#12204)Ryan Dahl
2021-09-18fix(core): prevent multiple main module loading (#12128)Bartek Iwańczuk
2021-09-13fix(lsp): support data urls in `deno.importMap` option (#11397)Satya Rohith
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella
2021-08-10refactor: --unsafely-ignore-certificate-errors (#11629)Bartek Iwańczuk
2021-08-09feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...TheAifam5
2021-08-07feat(tls): Optionally support loading native certs (#11491)Justin Chase
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-29feat(runtime): implement navigator.hardwareConcurrency (#11448)Divy Srivastava
2021-07-06feat: support SharedArrayBuffer sharing between workers (#11040)Luca Casonato
2021-07-05refactor: asynchronous blob backing store (#10969)Jimmy Wärting
2021-06-22refactor: unify JavaScript script execution method (#11043)Bartek Iwańczuk
2021-06-21refactor(core): always attach inspector to isolate (#11042)Bartek Iwańczuk
2021-06-10refactor: merge deno_file crate into deno_web (#10914)Bartek Iwańczuk
2021-06-07feat(compile): Initialize runtime_compiler ops for standalone binaries (#10052)Divy Srivastava