deno/cli/tools
Matt Mastracci 7e4ee02e2e
fix(ext/io): Fix NUL termination error in windows named pipes (#23379)
Due to a terminating NUL that was placed in a `r#` string, we were not
actually NUL-terminating pipe names on Windows. While this has no
security implications due to the random nature of the prefix, it would
occasionally cause random failures when the trailing garbage would make
the pipe name invalid.
2024-04-15 14:10:09 -06:00
..
bench refactor: move lifecycle events dispatch to Rust (#23358) 2024-04-15 20:08:33 +02:00
coverage fix: less aggressive vendor folder ignoring (#23100) 2024-03-27 14:25:39 -04:00
init feat(init): use jsr specifier for @std/assert (#23073) 2024-03-27 18:51:52 +01:00
jupyter fix(kernel): Do not increase counter if store_history=false (#20848) 2024-03-26 18:48:23 +00:00
lint fix: less aggressive vendor folder ignoring (#23100) 2024-03-27 14:25:39 -04:00
registry fix(publish): do not warn about excluded external modules in node_modules directory (#23173) 2024-04-11 23:52:35 +00:00
repl fix: upgrade deno_ast related crates (#23187) 2024-04-11 23:00:17 +00:00
run chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
test fix(ext/io): Fix NUL termination error in windows named pipes (#23379) 2024-04-15 14:10:09 -06:00
vendor fix: upgrade deno_ast related crates (#23187) 2024-04-11 23:00:17 +00:00
bundle.rs fix: upgrade deno_ast related crates (#23187) 2024-04-11 23:00:17 +00:00
check.rs fix(check): ignore certain diagnostics in remote modules and when publishing (#23119) 2024-03-31 16:39:40 -04:00
compile.rs fix: upgrade deno_ast related crates (#23187) 2024-04-11 23:00:17 +00:00
doc.rs fix: upgrade deno_ast related crates (#23187) 2024-04-11 23:00:17 +00:00
fmt.rs fix: less aggressive vendor folder ignoring (#23100) 2024-03-27 14:25:39 -04:00
info.rs chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
installer.rs refactor(flags): prepare for deno install changes (#23217) 2024-04-04 14:40:54 +00:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
task.rs feat(task): Task description in the form of comments (#23101) 2024-03-27 14:14:27 -07:00
upgrade.rs chore(cli): move away from PathBuf in clap (#22036) 2024-03-14 23:53:46 +00:00