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
/
tools
/
standalone.rs
Age
Commit message (
Expand
)
Author
2021-09-04
refactor: factor out DenoSubcommand enum variant into structs (#11896)
Bartek Iwańczuk
2021-08-10
refactor: --unsafely-ignore-certificate-errors (#11629)
Bartek Iwańczuk
2021-08-09
feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...
TheAifam5
2021-08-07
feat(tls): Optionally support loading native certs (#11491)
Justin Chase
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-07-28
feat(lsp): ability to set DENO_DIR via settings (#11527)
Kitson Kelly
2021-07-23
feat: add --enable-testing-features-do-not-use (#11499)
Luca Casonato
2021-07-07
fix(cli/tools/upgrade): check if passed version is valid (#11296)
Leo K
2021-04-26
Remove denort optimization (#10350)
Ryan Dahl
2021-04-23
fix(cli): standalone bin corruption on M1 (#10311)
Aaron O'Mullan
2021-04-12
feat(runtime/permissions): prompt fallback (#9376)
crowlKats
2021-03-07
fix(cli/compile): do not append .exe depending on target (#9668)
Divy Srivastava
2021-01-24
fix(compile): fix panic when cross-compiling between windows and unix (#9203)
Liam Murphy
2021-01-19
feat: Standalone lite binaries and cross compilation (#9141)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-08
feat: denort binary (#9041)
Luca Casonato