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