summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-07Upgrade ring to support arm64 (#8658)Ryan Dahl
2020-12-08refactor(core): change script name for core.js (#8650)Bartek Iwańczuk
2020-12-07chore(cli): unhide lsp command from CLI (#8647)Bartek Iwańczuk
2020-12-07refactor(cli/rt): deduplicate code (#8649)Benjamin Gruenbaum
2020-12-07perf: use minimal op with performance.now() (#8619)Steven Guerrero
2020-12-07chore(std): Remove tsconfig_test.json (#8629)Nayeem Rahman
2020-12-07feat: add mvp language server (#8515)Kitson Kelly
2020-12-07refactor(cli): Simplify choosing type lib in CliModuleLoader (#8637)Bartek Iwańczuk
2020-12-07refactor(cli): Reorganize worker code, use stronger memory ordering (#8638)Bartek Iwańczuk
2020-12-06refactor(cli): remove Option from Flags.v8_flags (#8633)crowlKats
2020-12-06docs(examples): Synchronize links in TOC and index (#8635)Justin Mayhew
2020-12-06BREAKING(std/bytes): Adjust APIs based on std-wg discussion (#8612)Yosi Pramajaya
2020-12-05fix(std/bufio): Remove '\r' at the end of Windows lines (#8447)Iván Canales
2020-12-05docs(tools): add documentation for deno compile cmd (#8615)fabiante
2020-12-05feat(std/node): Add "setImmediate" and "clearImmediate" to global scope (#8566)Liam Murphy
2020-12-05fix(std/encoding): Rewrite toml parser not to use eval() (#8624)Yuki Tanaka
2020-12-05refactor(std/wasi): prefer explicit encoder/decoder names (#8622)Casper Beyer
2020-12-05docs(core): Fix typo in load_module's docstring (#8564)Paco
2020-12-04feat(op_crates/web) EventTarget signal support (#8616)Benjamin Gruenbaum
2020-12-04refactor(std/wasi): prefer nullish coalescing (#8607)Casper Beyer
2020-12-04upgrade: swc_bundler 0.17.5 (#8588)Bartek Iwańczuk
2020-12-03feat(std/wasi): add return on exit option (#8605)Casper Beyer
2020-12-03feat(std/wasi): add support for initializing reactors (#8603)Casper Beyer
2020-12-02fix(cli): add hygiene pass to transpile pipeline (#8586)János Veres
2020-12-02build: upload canaries before tests (#8585)Luca Casonato
2020-12-02docs(lint): Update available rules & add link to doc site (#8590)Yusuke Tanaka
2020-12-01fix(compile): disable source mapping of errors (#8581)Bartek Iwańczuk
2020-12-02style(std/archive): add default value on argument (#8582)Behnam Mohammadi
2020-12-01upgrade: swc_bundler 0.17.3 (#8575)Bartek Iwańczuk
2020-12-01refactor(cli): DRY cli/ast.rs (#8555)Bartek Iwańczuk
2020-12-01fix: higlight `async` and `of` in REPL (#8569)Liam Murphy
2020-12-01chore(cli/flags): Use deno compile --output for the out file (#8563)Nayeem Rahman
2020-12-01feat(std/http): Add Cookie value validation (#8471)Yasser A.Idrissi
2020-12-01fix(repl): close calls sometimes prints results (#8558)Casper Beyer
2020-12-01disable flaky watch tests (#8557)Bartek Iwańczuk
2020-11-30fix release dates (#8560)Ryan Dahl
2020-11-30feat: deno compile (#8539)Luca Casonato
2020-11-30feat(unstable): add cbreak option to setRaw (#8383)Marcus Hultman
2020-11-30feat(std/fs): Re-enable `followSymlinks` on `walk()` (#8479)Liam Murphy
2020-11-30docs: add info about release schedule (#8546)Luca Casonato
2020-11-30upgrade: deno_doc, deno_lint, dprint, swc (#8552)Bartek Iwańczuk
2020-11-30fix(cli): support passing cli arguments under `deno eval` (#8547)Kevin (Kun) "Kassimo" Qian
2020-11-29feat(cli/tools/upgrade): canary support (#8476)crowlKats
2020-11-29fix: don't unconditionally build canary (#8536)Luca Casonato
2020-11-29Make canary version semver compatible (#8537)crowlKats
2020-11-28build: publish only "deno" crate on tags (#8535)Bartek Iwańczuk
2020-11-28fix(watcher): watcher doesn't exit when module resolution fails (#8521)Yusuke Tanaka
2020-11-28chore: update rustyline to 7.0.0 (#8516)Casper Beyer
2020-11-27fix(cli): make output of deno info --json deterministic (#8483)William Perron
2020-11-27feat(core): Add FsModuleLoader that supports loading from filesystem (#8523)Yusuke Tanaka