summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-19chore: reenable disabled test in std/ (#7578)Bartek Iwańczuk
2020-09-19refactor(cli/coverage): use json and error check protocol responses (#7577)Casper Beyer
2020-09-18ci: fix publishing the 'deno_fetch' crate (#7568)Bert Belder
2020-09-18v1.4.1Bert Belder
2020-09-18refactor: move fields from CliState to OpState (#7558)Bartek Iwańczuk
2020-09-18fix(bundle, eval, repl): Add missing flags (#7414)Nayeem Rahman
2020-09-18Use reqwest from deno_fetch export (#7562)Ryan Dahl
2020-09-18fix(cli/fmt): canonicalize files in current dir (#7508)tokiedokie
2020-09-18fix(cli/repl): format evaluation results with the object specifier (#7561)Casper Beyer
2020-09-18publish deno_fetch during CI (#7557)Ryan Dahl
2020-09-18fix(cli/console): surround non alpha-numeric object keys with quotes (#7550)Casper Beyer
2020-09-18refactor: move FileReader to op_crates/web (#7554)Bartek Iwańczuk
2020-09-18fix(cli/console): always quote and escape inspected strings (#7546)Casper Beyer
2020-09-18refactor: deno_fetch op crate (#7524)Bartek Iwańczuk
2020-09-17feat(std/node) stub out process.stdin, stdout, stderr (#7184)Jarrett Helton
2020-09-17fix(cli/fmt): make fmt output more readable (#7534)Pig Fang
2020-09-17fix: disable rustyline logs (#7535)Bartek Iwańczuk
2020-09-17refactor: Move URL to op_crates/web (#7544)Bartek Iwańczuk
2020-09-17fix(cli/console): escape non printable characters in object entries (#7533)Casper Beyer
2020-09-17refactor: use Symbol.for instead of Symbol in cli/rt/ (#7537)Bartek Iwańczuk
2020-09-17refactor: move op_resources and op_close to deno_core (#7539)Bartek Iwańczuk
2020-09-17refactor: disable URL.createObjectUrl (#7543)Bartek Iwańczuk
2020-09-17chore: remove readJson/writeJson from manual (#7541)Luca Casonato
2020-09-17fix: Use Buffer.writeSync in MultipartBuilder (#7542)Ryan Dahl
2020-09-17refactor: make fetch use op_fetch_read instead of op_read (#7529)Ryan Dahl
2020-09-16test(std/wasi): add sched_yield test (#7511)Casper Beyer
2020-09-16refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521)Bartek Iwańczuk
2020-09-16Re-export deno_core::url (#7525)Ryan Dahl
2020-09-16Remove unnecessary extern statementsRyan Dahl
2020-09-16Remove unnecessary serde_derive dependencyRyan Dahl
2020-09-16Revert "feat(install): bundle before installation" (#7522)Bert Belder
2020-09-16simplify global properties (#7502)Ryan Dahl
2020-09-16refactor(unstable): deno info --json output (#7417)bartOssh
2020-09-16Revert "fix(cli/http_utils): accept a single key-multiple values headers (#73...Bartek Iwańczuk
2020-09-16fix(std/testing): assertion diff color (#7499)Pig Fang
2020-09-16docs: fix typo assertAsyncThrows -> assertThrowsAsync (#7506)Sidd Sridharan
2020-09-16ci: remove wasm target installation step (#7512)Casper Beyer
2020-09-15Remove http_client from CliState, store in OpState directly (#7497)Ryan Dahl
2020-09-15cli/msg.rs -> cli/media_type.rsRyan Dahl
2020-09-15Don't expose ErrWithV8Handle from deno_coreRyan Dahl
2020-09-15fix(std/datetime): timezone bug (#7466)Tim Reichen
2020-09-15docs(lint): ignore diagnostic in whole file (#7489)Bartek Iwańczuk
2020-09-15fix(cli/http_utils): accept a single key-multiple values headers (#7375)tokiedokie
2020-09-15refactor(cli/tests): change std_path to root_path in std_tests() (#7438)tokiedokie
2020-09-15remove stub implementation of v3 in std/uuid (#7488)Casper Beyer
2020-09-14Make JsRuntimeState private (#7484)Ryan Dahl
2020-09-14fix typo miliseconds -> milliseconds (#7469)tasshi / Masaharu TASHIRO
2020-09-14docs(std/testing) add a description of assertNotMatch(). (#7470)Piyotaro, Kiiroi (きいろい ぴよ太郎)
2020-09-14refactor: Remove dependency on downcast_rs. (#7475)Scott Olson
2020-09-14refactor(core): remove JsRuntime::set_js_error_create_fn (#7478)Bartek Iwańczuk