summaryrefslogtreecommitdiff
path: root/runtime/fs_util.rs
AgeCommit message (Expand)Author
2024-09-28refactor: use deno_path_util (#25918)David Sherret
2024-09-18fix: do not panic running invalid file specifier (#25530)Yazan AbdAl-Rahman
2024-05-24fix: use hash of in-memory bytes only for code cache (#23966)David Sherret
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-04-13test(runtime): support Windows in resolve_from_cwd_absolute (#18379)Elijah
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-08-27perf(runtime): optimize allocations in read/write checks (#15631)Divy Srivastava
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-04-21fix: do not panic on not found cwd (#10238)Satya Rohith
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk