Age | Commit message (Expand) | Author |
2020-09-26 | refactor: factor out check_unstable op helper (#7695) | Bartek Iwańczuk |
2020-09-21 | refactor: use futures and serde_json from deno_core (#7614) | Bartek Iwańczuk |
2020-09-20 | refactor: remove CliState, use OpState, add CliModuleLoader (#7588) | Bartek Iwańczuk |
2020-09-16 | Remove unnecessary serde_derive dependency | Ryan Dahl |
2020-09-15 | refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) | Bert Belder |
2020-09-10 | Use gotham-like state for ops (#7385) | Ryan Dahl |
2020-09-06 | Move JSON ops to deno_core (#7336) | Bert Belder |
2020-09-01 | fix: use millisecond precision for Deno.futime and Deno.utime (#7299) | Casper Beyer |
2020-08-31 | replace utime crate with filetime (#7268) | Casper Beyer |
2020-08-31 | feat(unstable): add Deno.futime and Deno.futimeSync (#7266) | Casper Beyer |
2020-08-28 | refactor: migrate ops to new dispatch wrapper (#7118) | Bartek Iwańczuk |
2020-08-26 | Remove some more unnecessary 'to_string()' calls (#7190) | Bert Belder |
2020-08-26 | refactor: remove OpError, use ErrBox everywhere (#7187) | Bert Belder |
2020-08-19 | Make Rc/Arc wrapper around State/GlobalState visible (#7104) | Bert Belder |
2020-08-18 | Async op dispatcher support with 'stateful_json_op_(a)sync()' (#7095) | Bert Belder |
2020-07-06 | feat: Deno.chown() make uid, gid args optional (#4612) | dubiousjim |
2020-06-27 | fix(cli): change seek offset type from i32 to i64 (#6518) | Casper Beyer |
2020-06-26 | feat(unstable): add Deno.fdatasyncSync and fdatasync (#6403) | Casper Beyer |
2020-06-22 | feat(unstable): add Deno.fstatSync and fstat (#6425) | Casper Beyer |
2020-06-21 | feat(unstable): add Deno.fsyncSync and fsync (#6411) | Casper Beyer |
2020-06-20 | feat(unstable): add Deno.ftruncate and ftruncateSync (#6243) | Casper Beyer |
2020-06-01 | feat(core): Ops can take several zero copy buffers (#4788) | Valentin Anger |
2020-05-30 | fix(#4850): Deno.remove() fails to remove unix socket (#5967) | uki00a |
2020-05-30 | upgrade: Rust crates (#5959) | Ryan Dahl |
2020-05-29 | refactor: Split isolate and state using safe get_slot() (#5929) | Ryan Dahl |
2020-05-29 | fix(cli/permissions): Fix CWD and exec path leaks (#5642) | Nayeem Rahman |
2020-05-19 | Implement Deno.symlink() for windows (#5533) | Ali Hasani |
2020-05-18 | Make Deno.remove() work with directory symlinks on windows (#5488) | Ali Hasani |
2020-05-15 | fix some clippy warning (#5462) | Yiyu Lin |
2020-05-04 | stabilize Deno.cwd and require --allow-read (#5068) | Ryan Dahl |
2020-05-02 | Deno.chdir should require allow-read not allow-write (#5033) | Ryan Dahl |
2020-04-29 | BREAKING: Include limited metadata in 'DirEntry' objects (#4941) | Bert Belder |
2020-04-27 | make utime unstable (#4955) | Ali Hasani |
2020-04-27 | Mark Deno.umask unstable (#4935) | Brayden |
2020-04-27 | Rename FileInfo time fields and represent them as Date objects (#4932) | Bert Belder |
2020-04-25 | introduce unstable flag, make a few things unstable (#4892) | Ryan Dahl |
2020-04-24 | chdir should require --allow-write (#4889) | Ryan Dahl |
2020-04-25 | BREAKING CHANGE: remove Deno.OpenMode (#4884) | Bartek Iwańczuk |
2020-04-23 | Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) | Ryan Dahl |
2020-04-21 | Move resource_table from deno::State to deno_core::Isolate (#4834) | Ryan Dahl |
2020-04-15 | Make writeSync, readSync, seekSync, openSync, isatty proper synchronous sysca... | Ryan Dahl |
2020-04-03 | clippy (#4618) | Kitson Kelly |
2020-04-03 | Properly handle invalid utf8 in paths (#4609) | dubiousjim |
2020-04-03 | adjust docs for Deno.seek (#4610) | dubiousjim |
2020-03-31 | Properly track isFile, isSymlink, isDirectory (#4541) | dubiousjim |
2020-03-27 | feat: Support Inspector / Chrome Devtools (#4484) | Ryan Dahl |
2020-03-20 | chmod should throw on Windows (#4446) | dubiousjim |
2020-03-20 | use prebuilt "not implemented" error (#4442) | dubiousjim |
2020-03-20 | refactor: move code from fs.rs into ops/fs.rs (#4428) | dubiousjim |
2020-03-16 | Add mode option to open/create (#4289) | dubiousjim |