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
/
tools
/
repl
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-05-06
fix(compile): relative permissions should be retained as relative (#23719)
David Sherret
2024-04-24
feat: Add `deno serve` subcommand (#23511)
Matt Mastracci
2024-04-19
refactor: move redirect handling into deno_graph (#23444)
David Sherret
2024-04-16
fix(cli): TestEventSender should be !Clone (#23405)
Matt Mastracci
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-02-23
refactor(cli): clean up test runner channels (#22422)
Matt Mastracci
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-05
refactor(tools/repl): reorganize code (#21810)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-18
fix(repl): remove stray debug log (#21635)
Bartek Iwańczuk
2023-12-18
refactor: factor out cdp::ExceptionThrown notification (#21623)
Bartek Iwańczuk
2023-11-05
refactor: unify CDP types in a single module (#21094)
Bartek Iwańczuk
2023-10-05
feat(jupyter): support Deno.test() (#20778)
Nayeem Rahman
2023-09-16
feat: Add "deno jupyter" subcommand (#20337)
Bartek Iwańczuk
2023-09-11
chore: update inner #\![allow] to #[allow] (#20463)
Matt Mastracci
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-05-25
fix(compile): handle when DENO_DIR is readonly (#19257)
David Sherret
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-04-30
refactor(cli): remove `Clone` on `ProcState` (#18874)
David Sherret
2023-04-28
fix(repl): don't panic on undefined exception (#18888)
Nayeem Rahman
2023-04-27
fix(repl): print unhandled rejections and event errors (#18878)
Nayeem Rahman
2023-04-27
refactor(cli): extract out ProcState from CliMainWorker (#18867)
David Sherret
2023-04-12
refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)
David Sherret
2023-03-22
feat(cli): --ext parameter for run, compile, and bundle (#17172)
Cre3per
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-03-13
refactor: Remove call sites of "deno_core::resolve_url_or_path" (#18169)
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-13
refactor(cli/tools): reduce cloning (#17309)
Geert-Jan Zwiers
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-16
fix(repl): doing two history searches exiting with ctrl+c should not exit rep...
sigmaSd
2022-12-16
fix(repl): errors shouldn't terminate repl (#17082)
Bartek Iwańczuk
2022-12-13
feat(repl): support npm packages (#16770)
Bartek Iwańczuk
2022-12-09
refactor: cleanup main.rs (#16996)
David Sherret
2022-12-07
feat(repl): run "deno repl" with no permissions (#16795)
Bartek Iwańczuk
2022-11-30
fix(repl): respect --quiet flag (#16875)
Bartek Iwańczuk
2022-11-26
refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)
David Sherret
2022-11-25
refactor: move cdp.rs to tools/repl (#16821)
David Sherret
2022-11-25
fix(repl): more reliable history handling (#16797)
Bartek Iwańczuk
2022-09-22
feat: allow exiting on two consecutive ctrl+c presses (#15981)
Kayla Washburn
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-05-13
chore: update to rust 1.60.0 & update Cargo.lock (#14260)
Luca Casonato
2022-04-20
feat(repl): add "--eval-file" flag to execute a script file on startup (#14247)
Naju Mancheril
2022-02-07
refactor: factor out CDP message types (#13551)
Leo Kettmeir
2022-01-31
Revert "refactor: factor out CDP message types (#13501)" (#13540)
Bartek Iwańczuk
2022-01-27
refactor: factor out CDP message types (#13501)
Leo Kettmeir
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
[next]