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
/
cli
/
standalone
/
virtual_fs.rs
Age
Commit message (
Expand
)
Author
2024-11-19
feat(compile): ability to embed local data files (#26934)
David Sherret
2024-11-13
feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801)
Ćukasz Czerniawski
2024-10-24
perf(compile): pass module source data from binary directly to v8 (#26494)
David Sherret
2024-08-19
fix(compile): make output more deterministic (#25092)
David Sherret
2024-08-01
feat: codesign for deno compile binaries (#24604)
Divy Srivastava
2024-07-04
fix: revert accidentally added `parentPath` on `DirEntry` (#24438)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-19
fix(ext/node): Add Dirent.path and Dirent.parentPath (#24257)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-06
fix(compile/npm): ignore symlinks to non-existent paths in node_modules direc...
David Sherret
2023-11-29
feat(compile): support "bring your own node_modules" in deno compile (#21377)
David Sherret
2023-08-01
refactor(runtime): use new fd methods from resource table (#20010)
Matt Mastracci
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-05-28
chore: maybe fix cli/standalone/virtual_fs tests on main (#19295)
David Sherret
2023-05-28
chore: fix flaky test_include_dir_recursive (#19291)
David Sherret
2023-05-27
fix(compile): inline symlinks as files outside node_modules dir and warn for ...
David Sherret
2023-05-25
fix(compile): improve panic message when stripping root path fails (#19258)
David Sherret
2023-05-24
feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...
Hirotaka Tagawa / wafuwafu13
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret