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
Age
Commit message (
Expand
)
Author
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-03
feat(ext/ffi): support marking symbols as optional (#18529)
Dj
2023-04-01
perf(check): faster source hashing (#18534)
David Sherret
2023-04-01
fix(check): ensure diagnostics caused by changes in other files get invalidat...
David Sherret
2023-03-31
fix: upgrade to TypeScript 5.0.3 (#18532)
David Sherret
2023-03-31
fix(lsp): better handling of `data:` urls (#18527)
David Sherret
2023-03-30
fix(dts): improve types for the Deno.KV API (#18510)
Luca Casonato
2023-03-30
feat(ext/kv): return versionstamp from set/commit (#18512)
Luca Casonato
2023-03-30
fix(lsp): `textDocument/references` should respect `includeDeclaration` (#18496)
David Sherret
2023-03-30
docs: clarify `Deno.consoleSize` returns the window size (#18508)
David Sherret
2023-03-25
chore(ext/kv): add limits (#18415)
Heyang Zhou
2023-03-24
chore(types): fix type checking errors in 99_main_compiler.js (#18403)
David Sherret
2023-03-23
fix(core): panic at build time if extension code contains anything other than...
Matt Mastracci
2023-03-22
Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)
Ryan Dahl
2023-03-22
refactor: rename Deno.openKv() to Deno.kv() (#18349)
Ryan Dahl
2023-03-22
chore: upgrade rusty_v8 to 0.66.0 (#18339)
Bartek Iwańczuk
2023-03-22
feat(ext/kv): key-value store (#18232)
Heyang Zhou
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
chore: update formatting configuration (#18331)
Bartek Iwańczuk
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-21
docs: fix broken `Deno.FsFile#readable` example code (#18277)
ayame113
2023-03-20
feat(ext/net): Add multicasting APIs to DatagramConn (#10706) (#17811)
Sam Gwilym
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
2023-03-18
docs(FFI/UnsafePointerView): fix a typo in a docstring (#18034)
Andrew
2023-03-18
perf(core): preserve ops between snapshots (#18080)
Bartek Iwańczuk
2023-03-17
perf(core) Reduce copying and cloning in extension initialization (#18252)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-17
BREAKING(unstable): remove WebGPU (#18094)
Leo Kettmeir
2023-03-17
BREAKING(ext/fs): FileInfo.dev is defined on Windows (#18237)
Bartek Iwańczuk
2023-03-16
feat(fs): support FileInfo.dev on Windows (#18073)
Bartek Iwańczuk
2023-03-14
refactor(core): remove "resolve_url_or_path_deprecated" (#18174)
Bartek Iwańczuk
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-03-12
refactor(npm): push npm struct creation to a higher level (#18139)
David Sherret
2023-03-11
fix(check): regression where config "types" entries caused type checking erro...
David Sherret
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-03-07
chore(docs): Fixed manual link (#18060)
ayame113
2023-03-05
fix(check): include dts files in tsc roots (#18026)
Nayeem Rahman
2023-03-04
chore(docs): add note about loadavg returning 0 on windows (#18006)
Geert-Jan Zwiers
2023-03-03
feat(ops): reland fast zero copy string arguments (#17996)
Divy Srivastava
2023-02-24
fix(npm): lazily install package.json dependencies only when necessary (#17931)
David Sherret
2023-02-24
refactor(flash): move remoteAddr to options bag (#17913)
Leo Kettmeir
2023-02-23
feat(npm): support bare specifiers from package.json in more subcommands and ...
David Sherret
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-22
fix(ext/ffi): Fix re-ref'ing UnsafeCallback (#17704)
Aapo Alasuutari
[next]