summaryrefslogtreecommitdiff
path: root/cli/global_state.rs
AgeCommit message (Expand)Author
2020-09-12Revert "feat(unstable): Support data: urls (#5157)" (#7432)Bartek Iwańczuk
2020-09-11feat(unstable): Support data: urls (#5157)Valentin Anger
2020-09-07feat(info): Dependency count and sizes (#6786)KrisChambers
2020-09-06refactor(core): rename CoreIsolate to JsRuntime (#7373)Bartek Iwańczuk
2020-09-06refactor(core): merge CoreIsolate and EsIsolate (#7370)Bartek Iwańczuk
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-08-19refactor: move cli/doc/ to separate crate (#7103)Bartek Iwańczuk
2020-08-19Make Rc/Arc wrapper around State/GlobalState visible (#7104)Bert Belder
2020-08-03fix(cli): add support for non-UTF8 source files (#6789)Maayan Hanin
2020-07-28refactor: Use SWC to strip types for "--no-check" flag (#6895)Bartek Iwańczuk
2020-07-17fix: providing empty source code for missing compiled files (#6760)Bartek Iwańczuk
2020-07-12feat(cli): add DENO_CERT environment variable (#6370)Oscar Linde
2020-07-08feat: add --no-check option (#6456)Kitson Kelly
2020-07-02refactor: lock file (#6569)Bartek Iwańczuk
2020-06-30refactor: Improvements to TsCompiler and its tests (#6576)Kitson Kelly
2020-06-24Incremental compilation for TypeScript (#6428)Bartek Iwańczuk
2020-06-19refactor(compiler): split code paths for compile and bundle (#6304)Bartek Iwańczuk
2020-06-15fix(compiler): JSX compilation and provide better error message (#6300)Bartek Iwańczuk
2020-06-13Move to allowlist and blocklist (#6282)Luca Casonato
2020-06-10fix: several regressions in TS compiler (#6177)Bartek Iwańczuk
2020-06-01fix: compile TS dependencies of JS files (#6000)Bartek Iwańczuk
2020-05-29refactor: TS compiler and module graph (#5817)Bartek Iwańczuk
2020-05-24fix: create HTTP cache lazily (#5795)Bartek Iwańczuk
2020-05-18refactor: rewrite TS dependency analysis in Rust (#5029)Bartek Iwańczuk
2020-05-11fix: source maps in inspector (#5223)Bartek Iwańczuk
2020-05-11refactor: check permissions in SourceFileFetcher (#5011)Bartek Iwańczuk
2020-05-08refactor: Remove cli::compilers module (#5138)Bartek Iwańczuk
2020-05-07BREAKING: Remove support for .wasm imports (#5135)Bartek Iwańczuk
2020-05-07fix(deno_dir): better error message (#5120)Yoshiya Hinosawa
2020-05-04Rename DenoPermissions, add abs path asserts (#5076)Ryan Dahl
2020-05-02BREAKING: remove support for JSON imports (#5037)Bartek Iwańczuk
2020-04-06fix: fetch reference types for JS files (#4652)Giorgi Rostomashvili
2020-04-03clippy (#4618)Kitson Kelly
2020-04-03Make inspector more robust, add --inspect-brk support (#4552)Bert Belder
2020-03-27feat: Support Inspector / Chrome Devtools (#4484)Ryan Dahl
2020-02-26DenoFlags -> Flags (#4136)Ryan Dahl
2020-02-25Remove _async from method names since _sync are gone (#4128)Ryan Dahl
2020-02-23refactor: use OpError instead of ErrBox for errors in ops (#4058)Bartek Iwańczuk
2020-02-19refactor: rewrite HTTP cache for file fetcher (#4030)Bartek Iwańczuk
2020-02-18refactor: cleanup cli/lib.rs (#4006)Bartek Iwańczuk
2020-02-17feat: add --cert flag for http client (#3972)geoFlux
2020-02-11refactor: Remove atomics from metrics (#3968)Bartek Iwańczuk
2020-02-06Rename ThreadSafeGlobalState to GlobalState (#3907)Ryan Dahl
2020-02-06fix 015_duplicate_parallel_import (#3904)Ryan Dahl
2020-02-04refactor: CLI subcommands and argv (#3886)Bartek Iwańczuk
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-01-29workers: proper TS libs, more spec-compliant APIs (#3812)Bartek Iwańczuk
2020-01-20refactor: Improve path handling in permission checks (#3714)Nayeem Rahman
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-04Use async at places, use &self instead of self: &Self (#3594)Gurwinder Singh