Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-11 | Merge std_tests.rs into integration_tests.rs.rs (#5228) | Ryan Dahl | |
* Remove usage of url_to_filename from integration_tests * Make test ports not conflict with each other | |||
2020-04-25 | introduce unstable flag, make a few things unstable (#4892) | Ryan Dahl | |
2020-03-19 | remove std/testing/runner.ts, use deno test for std/ tests (#4397) | Bartek Iwańczuk | |
This introduces BREAKING CHANGE by removing "std/testing/runner.ts". Std tests are now run using "deno test" subcommand. | |||
2020-03-12 | Enable std tests in debug mode (#4332) | Ryan Dahl | |
2020-02-24 | fix: createSecKey logic (#4063) | Suguru Motegi | |
2020-01-15 | Revert "feat(flags): script arguments come after '--'" (#3681) | Ry Dahl | |
Due to complaints about ergonomics and because it breaks shebang on linux. This reverts commit 2d5457df15d8c4a81362bb2d185b5c6013faa1d8. BREAKING CHANGE | |||
2020-01-08 | feat(flags): script arguments come after '--' (#3621) | Ry Dahl | |
2020-01-05 | Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600) | Ry Dahl | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-11-15 | run std test with cargo test (#3344) | Bartek Iwańczuk | |
Removes three CI jobs | |||
2019-10-09 | Run deno_std tests in github actions | Ryan Dahl | |