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
/
cache
/
parsed_source.rs
Age
Commit message (
Expand
)
Author
2023-06-14
fix: reload config files on watcher restarts (#19487)
David Sherret
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
2023-03-27
feat(core): initialize SQLite off-main-thread (#18401)
Matt Mastracci
2023-03-23
refactor: make version and user_agent &'static str (#18400)
Bartek Iwańczuk
2023-03-22
perf: disable WAL for transpiled source cache (#18084)
Bartek Iwańczuk
2023-03-21
Revert "fix(cli) Better error messages on corrupt databases that aren… (#18...
Bartek Iwańczuk
2023-03-21
fix(cli) Better error messages on corrupt databases that aren't automatically...
Matt Mastracci
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-09
perf: module info cache - avoid MediaType.to_string() allocation (#17699)
David Sherret
2023-02-03
refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)
Nayeem Rahman
2023-01-30
Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...
Bartek Iwańczuk
2023-01-27
chore(cli/cache): fewer string allocations (#17549)
Geert-Jan Zwiers
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2023-01-10
fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)
Nayeem Rahman
2022-11-23
chore: more debug logging and avoid allocating strings in ts logging when not...
David Sherret
2022-08-29
fix(compile): panic when running with a populated dep analysis cache (#15672)
David Sherret
2022-08-22
perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...
David Sherret