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
/
fs.rs
Age
Commit message (
Expand
)
Author
2020-11-16
refactor(cli): rename fs module to fs_util (#8380)
Bartek Iwańczuk
2020-11-14
fix(fmt, lint): Make sure that target paths are not directory (#8375)
Yusuke Tanaka
2020-10-30
fix(cli/fmt): Strip "\\?\" prefix when displaying Windows paths (#8135)
Nayeem Rahman
2020-10-08
fix(cli/fs) Small change in filter expression (#7865)
Simon Rask
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-08-12
unify path normalization utility (#6865)
Divy Srivastava
2020-07-16
fix: ModuleSpecifier removes relative path parts (#6762)
Bartek Iwańczuk
2020-06-24
Add ability to output compiler performance information (#6434)
Kitson Kelly
2020-03-20
refactor: move code from fs.rs into ops/fs.rs (#4428)
dubiousjim
2020-03-11
support permission mode in mkdir (#4286)
dubiousjim
2020-03-11
Stricter permissions for Deno.makeTemp* (#4318)
dubiousjim
2020-03-07
Rename perm to mode (#4276)
dubiousjim
2020-03-02
Cleanup comments and internal variables (#4205)
dubiousjim
2020-02-26
rewrite normalize_path (#4143)
Bartek Iwańczuk
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-18
feat: Deno.makeTempFile (#4024)
Kevin (Kun) "Kassimo" Qian
2020-02-17
fix(deno test): support directories as arguments (#4011)
Bartek Iwańczuk
2020-01-20
refactor: reduce number of ErrorKind variants (#3662)
Bartek Iwańczuk
2020-01-20
refactor: Improve path handling in permission checks (#3714)
Nayeem Rahman
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-09-10
Don't test resolve_from_cwd_absolute() on Windows (#2911)
Nayeem Rahman
2019-09-07
Fix path normalization in resolve_from_cwd() (#2875)
Nayeem Rahman
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
2019-07-17
Refactor DenoDir (#2636)
Bartek Iwańczuk
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-05-07
Add Deno.chown (#2292)
Yingbo (Max) Wang
2019-03-19
Rename //src/ to //cli/ (#1962)
Ryan Dahl