summaryrefslogtreecommitdiff
path: root/cli/tests/integration/run_tests.rs
AgeCommit message (Expand)Author
2024-01-22refactor: don't error when `.env` is not present (#21879)Asher Gomez
2024-01-21fix: remove conditional unstable type-checking from other commands (#21991)Bartek Iwańczuk
2024-01-18feat: Start warning on each use of a deprecated API (#21939)Bartek Iwańczuk
2024-01-15feat(unstable): add Temporal API support (#21738)Bartek Iwańczuk
2024-01-14feat(unstable): remove --unstable-workspaces flag (#21891)Bartek Iwańczuk
2024-01-12feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875)Bartek Iwańczuk
2024-01-11fix(web): use rustyline for prompt (#21893)Divy Srivastava
2024-01-04fix(cli): harden permission stdio check (#21778)Matt Mastracci
2024-01-02Revert "fix(runtime): Make native modal keyboard interaction consistent with ...Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27refactor: simplify hyper, http, h2 deps (#21715)Bartek Iwańczuk
2023-12-26refactor: change cli/ to use hyper 1.1 (#21705)Bartek Iwańczuk
2023-12-13fix(runtime): Make native modal keyboard interaction consistent with browsers...lionel-rowe
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-08fix(unstable): Honor granular unstable flags in js runtime (#21466)Julien Cayzac
2023-12-07fix: add more warnings when using sloppy imports (#21503)David Sherret
2023-12-07feat: add suggestions to module not found error messages for file urls (#21498)David Sherret
2023-12-07feat(unstable): ability to resolve specifiers with no extension, specifiers f...David Sherret
2023-12-06chore: bump deno_core and update tests (#21467)Matt Mastracci
2023-12-01fix(permissions): fix panics when revoking net permission (#21388)liruifengv
2023-11-25feat(unstable): --unstable-unsafe-proto (#21313)David Sherret
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-11-17chore: combine `TestCommandBuilder` with `DenoCmd` (#21248)David Sherret
2023-11-17ci: fix flaky stdio_streams_are_locked_in_permission_prompt (#21238)David Sherret
2023-11-17chore: various improvements to tests (#21222)David Sherret
2023-11-17feat(unstable): Workspaces support (#20410)Bartek Iwańczuk
2023-11-14chore: switch compile tests over to the TestBuilder (#21180)David Sherret
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-11-01feat: precompile JSX (#20962)Bartek Iwańczuk
2023-11-01feat(unstable): `deno run --env` (#20300)Asher Gomez
2023-10-20feat(unstable): allow bare specifier for builtin node module (#20728)Yoshiya Hinosawa
2023-09-18feat(unstable): package manager (#20517)David Sherret
2023-09-14feat: explicit resource management in TypeScript (#20506)David Sherret
2023-09-14chore(tests): ability to pattern match unordered lines (#20488)David Sherret
2023-09-08feat: lockfile v3 (#20424)David Sherret
2023-09-07feat: support import attributes (#20342)David Sherret
2023-08-30fix(runtime/permissions): Resolve executable specifiers in allowlists and que...Nayeem Rahman
2023-08-29feat(lockfile): add redirects to the lockfile (#20262)David Sherret
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-17fix(unstable): disable importing from the vendor directory (#20067)David Sherret
2023-08-10chore: upgrade fastwebsockets to 0.4.4 (#19089)Divy Srivastava
2023-08-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-06fix(unstable): vendor cache should support adding files to hashed directories...David Sherret
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-06-26feat(lock): skip saving declaration files in the lockfile (#19447)David Sherret
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-09chore: fix flaky stdio_streams_are_locked_in_permission_prompt (#19443)David Sherret
2023-06-06perf(cli): conditionally load typescript declaration files (#19392)David Sherret