Age | Commit message (Expand) | Author |
2023-03-22 | feat(cli): --ext parameter for run, compile, and bundle (#17172) | Cre3per |
2023-03-21 | chore(tools): Copyright checker had a bad interpolation (#18328) | Matt Mastracci |
2023-03-21 | docs(release): update to include deno_docker release workflow (#18323) | David Sherret |
2023-03-21 | chore(tools): restore node compat test setup script (#18290) | Yoshiya Hinosawa |
2023-03-18 | chore(ci): allow 'Reland' PR title prefix (#18273) | Bartek Iwańczuk |
2023-03-17 | BREAKING(unstable): remove WebGPU (#18094) | Leo Kettmeir |
2023-03-16 | chore(ci): allow 'BREAKING' PR title prefix (#18238) | Bartek Iwańczuk |
2023-03-16 | chore: upgrade deno_automation to 0.19.0 (#18213) | David Sherret |
2023-03-15 | test: ignore global-immutable-prototype.any.worker.html (#18208) | Bartek Iwańczuk |
2023-03-15 | chore: parallelize lint steps (#18214) | David Sherret |
2023-03-15 | fix(wpt): set META_TITLE on global for the testharness (#18193) | Filip Skokan |
2023-03-14 | feat(ext/url): URLSearchParams.size (#17884) | Lino Le Van |
2023-03-13 | chore(ci): verify the PR title as part of linting (#18163) | David Sherret |
2023-03-13 | wpt: only tag daily runs as master (#18155) | Filip Skokan |
2023-03-10 | build: run clippy with --all-features (#18115) | Bartek Iwańczuk |
2023-03-08 | refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for... | Bartek Iwańczuk |
2023-03-05 | fix(ext/crypto): correctly limit ECDSA and hash algorithms (#18030) | Filip Skokan |
2023-03-03 | wpt: unlock nightly with --no-ignore (#17998) | Filip Skokan |
2023-03-02 | test(wpt): implement process timeout, fix expectations update, and more... (#... | Filip Skokan |
2023-02-23 | Revert "test(wpt): implement process timeout (#17872)" (#17886) | Bartek Iwańczuk |
2023-02-22 | test(wpt): implement process timeout (#17872) | Filip Skokan |
2023-02-17 | test: add node compat tests (#17805) | Yoshiya Hinosawa |
2023-02-16 | test: add unit tests from std/node (#17794) | Bartek Iwańczuk |
2023-02-09 | refactor: deno_graph 0.43 upgrade (#17692) | David Sherret |
2023-02-07 | refactor: remove prefix from include_js_files & use extension name (#17683) | Leo Kettmeir |
2023-02-07 | refactor: Use ES modules for internal runtime code (#17648) | Leo Kettmeir |
2023-02-05 | refactor: rename `deno` specifiers to `internal` (#17655) | Leo Kettmeir |
2023-02-02 | chore: add release checklist step to check the benchmarks page (#17632) | David Sherret |
2023-01-30 | chore: update webgpu (#17534) | Leo Kettmeir |
2023-01-26 | fix(core): Add lint check for core (#17223) | Kenta Moriuchi |
2023-01-24 | refactor: remove Deno.core (#16881) | Bartek Iwańczuk |
2023-01-16 | chore: update dlint to v0.37.0 for GitHub Actions (#17295) | Kenta Moriuchi |
2023-01-15 | chore: update std submodule and its imports (#17408) | Asher Gomez |
2023-01-13 | chore: small cleanup of scripts in ./tools and run copyright checker in lint.... | David Sherret |
2023-01-13 | chore: add `copyright_checker` tool and add the missing copyright (#17285) | Yiyu Lin |
2023-01-12 | chore(ci): try some wpt parallelism (#17375) | David Sherret |
2023-01-10 | chore(ci): ci refactor - Part 1 - Generate ci yaml by js (#17335) | David Sherret |
2023-01-09 | fix(ext/web/streams): fix ReadableStream asyncIterator (#16276) | Marcos Casagrande |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret |
2022-12-06 | fix(ext/fetch): new Request should soft clone (#16869) | Luca Casonato |
2022-12-02 | chore: rewrite tests and utils to use Deno.Command API (#16895) | Bartek Iwańczuk |
2022-12-01 | chore(tools): update deprecated commands in format and lint tool (#16864) | Geert-Jan Zwiers |
2022-11-30 | chore: remove unnecessary lifetimes (#16878) | David Sherret |
2022-11-28 | refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca... | David Sherret |
2022-11-25 | refactor: move generated_symbol_exports_list_* files to napi folder (#16822) | David Sherret |
2022-11-25 | refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820) | David Sherret |
2022-11-22 | chore: workspace inheritance (#16343) | Leo Kettmeir |
2022-11-11 | feat(ops): implement fast lazy async ops (#16579) | Divy Srivastava |
2022-11-10 | refactor(ops): Rewrite fast call optimizer and codegen (#16514) | Divy Srivastava |
2022-11-10 | fix(ext/response): make error, json, redirect enumerable (#16497) | Marcos Casagrande |