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
/
tsc
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-02-19
chore: move `test_util` to `tests/util/server` (#22444)
Asher Gomez
2024-02-15
feat(unstable): single checksum per JSR package in the lockfile (#22421)
David Sherret
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-23
chore: upgrade deno_core to 0.249.0 (#22058)
Bartek Iwańczuk
2024-01-22
feat(web): ImageBitmap (#21898)
Leo Kettmeir
2024-01-14
feat: remove conditional unstable type-checking (#21825)
Bartek Iwańczuk
2024-01-10
feat(unstable): fast subset type checking of JSR dependencies (#21873)
David Sherret
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-12
perf(lsp): use null types instead of stub modules (#21541)
Nayeem Rahman
2023-12-11
perf(lsp): simplify some of the startup code (#21538)
Bartek Iwańczuk
2023-12-09
feat: bring back WebGPU (#20812)
Leo Kettmeir
2023-12-03
refactor: faster args for op_load in TSC (#21438)
Bartek Iwańczuk
2023-11-05
chore: migrate to new deno_core and metrics (#21057)
Matt Mastracci
2023-10-12
refactor: FeatureChecker integration in ext/ crates (#20797)
Bartek Iwańczuk
2023-10-08
refactor: migrate last tsc op to op2 macro (#20816)
Bartek Iwańczuk
2023-10-05
refactor(npm): add referrer when resolving npm package sub path from deno mod...
David Sherret
2023-10-03
refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...
David Sherret
2023-09-29
refactor(cli): make `CliNpmResolver` a trait (#20732)
David Sherret
2023-09-28
refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)
David Sherret
2023-09-21
refactor: rewrite some ops to op2 macro (#20603)
Bartek Iwańczuk
2023-09-12
refactor: rewrite cli/ ops to op2 (#20462)
Bartek Iwańczuk
2023-09-12
refactor: strongly typed TSC ops (#20466)
Bartek Iwańczuk
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-07-26
fix(check): should bust check cache when json module or npm resolution change...
David Sherret
2023-07-10
refactor(lsp): move config file related code to config.rs (#19790)
David Sherret
2023-06-26
Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...
Bartek Iwańczuk
2023-06-25
Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)
Nayeem Rahman
2023-06-13
Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...
Bartek Iwańczuk
2023-06-13
refactor(core): cleanup feature flags for js source inclusion (#19463)
Nayeem Rahman
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-06-06
perf(cli): conditionally load typescript declaration files (#19392)
David Sherret
2023-06-03
refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...
Nayeem Rahman
2023-05-28
refactor(core): remove ext: modules from the module map (#19040)
Nayeem Rahman
2023-04-24
refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...
David Sherret
2023-04-24
refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)
David Sherret
2023-04-21
refactor(node): move most of cli/node to ext/node (#18797)
David Sherret
2023-04-17
refactor(npm): add CliNodeResolver (#18742)
David Sherret
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
2023-04-01
perf(check): faster source hashing (#18534)
David Sherret
2023-03-22
chore: upgrade rusty_v8 to 0.66.0 (#18339)
Bartek Iwańczuk
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-21
perf(check): type check local files only when not using `--all` (#18329)
David Sherret
2023-03-21
Revert "perf: disable TSC snapshot compression (#18333)" (#18336)
Bartek Iwańczuk
2023-03-21
perf: disable TSC snapshot compression (#18333)
Bartek Iwańczuk
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-18
Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)
Bartek Iwańczuk
2023-03-18
Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)
Bartek Iwańczuk
[next]