summaryrefslogtreecommitdiff
path: root/test_util/std
AgeCommit message (Collapse)Author
2021-11-24chore: merge v1.16.3 into main (#12892)Bert Belder
2021-11-24chore: update std submodule to 0.115.1 (#12883)Bartek IwaƄczuk
2021-09-05chore(std/http): server module name migration (#11890)Craig Morten
2021-07-12chore(runtime): deprecate `Deno.copy` (#11369)Luca Casonato
2021-04-08chore: update deno_file to use deno_webidl (#10042)Luca Casonato
This changes the custom input converters in deno_file to use deno_webidl converters.
2021-04-05chore: update std submodule (#10017)Luca Casonato
2021-02-02chore: remove std directory (#9361)Casper Beyer
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now.