Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-02 | chore: 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. | |||
2021-01-10 | update copyright to 2021 (#9081) | Ryan Dahl | |
2021-01-04 | docs: Remove outdated information about third_party/ directory (#8973) | Yacine Hmito | |
2020-12-05 | fix(std/encoding): Rewrite toml parser not to use eval() (#8624) | Yuki Tanaka | |
2020-10-11 | fix(std): Parsing inline arrays of inline tables in toml (#7902) | Peter | |
2020-08-28 | fix(std/encoding/toml): Comment after arrays causing incorrect output (#7224) | Jakob Strobl | |
2020-08-17 | fix(std/encoding/toml): Stop TOML parser from detecting numbers in strings. ↵ | danielwippermann | |
(#7064) Before this patch the TOML parser would incorrect treat the string "base64data0xdamaged" in a declaration as a hex number because the corresponding check triggers even when the "0x" is inside a double quoted string literal as long as it is followed by at least one hex character. | |||
2020-08-03 | fix(std/toml): parser error with inline comments (#6942) | Jarrett Helton | |
2020-07-16 | fix(std/encoding/toml): could not parse strings with apostrophes/semicolons ↵ | uki00a | |
(#6781) | |||
2020-02-24 | Remove ansi_term dependency (#4116) | João Souto | |
2020-02-24 | Revert "Remove ansi_term dependency" | Ryan Dahl | |
Broke colors https://github.com/denoland/deno/issues/4112#issuecomment-590545385 This reverts commit c250778704a4e0065e54e6bf6ca6c39d556a6d8d. | |||
2020-02-24 | Remove ansi_term dependency (#4106) | João Souto | |
2020-02-03 | fix: Deno.remove() to properly remove dangling symlinks (#3860) | Rafael Vargas | |
For some reason, the unit tests for Deno.remove() were not being imported to unit_tests.ts and, consequently, not being executed. Thus, I imported them, refactored some existent ones and wrote new ones for the symlink removal case. Since the creation of a symlink is not implemented for Windows yet, assertions that consider this state were added when the tests are executed in this OS. | |||
2020-01-21 | change copyrights from 2019 to 2020 (#3733) | Takashi Idobe | |
2019-10-09 | Move everything into std subdir | Ryan Dahl | |