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
/
program_state.rs
Age
Commit message (
Expand
)
Author
2021-09-11
refactor: use import_map crate (#11974)
Bartek Iwańczuk
2021-08-10
fix: correct spelling of certificate in `--unsafely-ignore-certificate-errors...
David Sherret
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-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-07-28
feat(lsp): ability to set DENO_DIR via settings (#11527)
Kitson Kelly
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-07-06
feat: support SharedArrayBuffer sharing between workers (#11040)
Luca Casonato
2021-07-05
refactor: asynchronous blob backing store (#10969)
Jimmy Wärting
2021-06-22
feat(cli): support "types" when type checking (#10999)
Kitson Kelly
2021-06-19
fix(core/modules): Prepare modules only once per runtime (#11015)
Nayeem Rahman
2021-06-10
refactor: merge deno_file crate into deno_web (#10914)
Bartek Iwańczuk
2021-05-26
refactor: move JsRuntimeInspector to deno_core (#10763)
Bartek Iwańczuk
2021-05-23
feat(extensions): BroadcastChannel WPT conformance
Ben Noordhuis
2021-05-17
fix: static import permissions in dynamic imports
Luca Casonato
2021-05-10
refactor(cli): replace loading file for --config flag with generic structure ...
Bartek Iwańczuk
2021-05-04
fix(cli): give context when failed to load import map (#10478)
Satya Rohith
2021-04-28
feat(test): run test modules in parallel (#9815)
Casper Beyer
2021-04-27
remove --unstable flag from CLI features (#10190)
Bartek Iwańczuk
2021-04-12
feat(runtime/permissions): prompt fallback (#9376)
crowlKats
2021-04-07
feat: blob URL support (#10045)
Luca Casonato
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-03-01
feat: stabilise import maps (#9526)
Bartek Iwańczuk
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-02-17
feat: support loading import map from URL (#9519)
Bartek Iwańczuk
2021-02-08
fix(cli): check for inline source maps before external ones (#9394)
Nayeem Rahman
2021-02-01
chore: make all tests annotated with `#[cfg(test)]` (#9347)
Yusuke Tanaka
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-08
feat: denort binary (#9041)
Luca Casonato
2021-01-06
feat(cli): support data urls (#8866)
Kitson Kelly
2021-01-06
fix: use inline source maps when present in js (#8995)
Luca Casonato
2021-01-05
feat(cli/standalone): support runtime flags for deno compile (#8738)
Nayeem Rahman
2021-01-04
BREAKING(unstable): remove CreateHttpClientOptions.caFile (#8928)
Mo
2020-12-30
feat(lsp): add cache command (#8911)
Kitson Kelly
2020-12-21
feat(unstable): record raw coverage into a directory (#8642)
Casper Beyer
2020-12-15
fix(cli): make dynamic import errors catchable (#8750)
Kitson Kelly
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-12-12
refactor(cli): more options on Worker (#8724)
Bartek Iwańczuk
2020-12-11
refactor(cli): decouple ops from ProgramState and Flags (#8659)
Bartek Iwańczuk
2020-11-16
fix(cli): local sources are not cached in memory (#8328)
Kitson Kelly
2020-11-06
refactor(cli): refactor file_fetcher (#8245)
Kitson Kelly
2020-11-02
refactor(cli): remove ProgramState::permissions (#8228)
Bartek Iwańczuk
2020-11-03
refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)
Kitson Kelly
2020-11-02
refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)
Kitson Kelly
2020-10-28
fix(cli): restore tripleslash lib refs support (#8157)
Kitson Kelly
2020-10-27
fix(cli): restore permission check on workers (#8123)
Kitson Kelly
2020-10-23
refactor: use of lock file in ModuleGraph2 (#8087)
Bartek Iwańczuk
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
[next]