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
/
build.rs
Age
Commit message (
Expand
)
Author
2023-01-15
refactor: clean up `unwrap` and `clone` (#17282)
Yiyu Lin
2023-01-14
refactor(tsc): do not store some typescript declaration file text in multiple...
David Sherret
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-04
chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-14
fix: upgrade to TS 4.9.4 (#17048)
David Sherret
2022-12-07
feat: upgrade to TypeScript 4.9.3 (#16973)
David Sherret
2022-12-05
fix(test): improve how `--fail-fast` shuts down when hitting limit (#16956)
David Sherret
2022-11-27
feat(core): support initializing extensions with and without JS (#16789)
Bartek Iwańczuk
2022-11-25
refactor: move generated_symbol_exports_list_* files to napi folder (#16822)
David Sherret
2022-11-25
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
David Sherret
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-10-22
fix(build) assume a custom compiler will support --export-dynamic-symbol-list...
Luke Channings
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-10-18
fix: move generated napi symbols to cli/ (#16330)
Bartek Iwańczuk
2022-10-17
fix(build) fix linux symbols export list format (#16313)
Luke Channings
2022-10-15
refactor(build): better handle old glibc (#16238)
Luke Channings
2022-10-10
fix(npm): support compiling on linux/aarch64 (#16208)
Luke Channings
2022-10-07
fix(napi): move napi symbols file (#16179)
Colin Ihrig
2022-10-06
fix(build): don't export all symbols to dynamic symbol table (#16171)
Divy Srivastava
2022-10-05
feat(npm): implement Node API (#13633)
Divy Srivastava
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-07-05
Revert "refactor(snapshots): to their own crate (#14794)" (#15076)
Bartek Iwańczuk
2022-06-24
refactor(snapshots): to their own crate (#14794)
Aaron O'Mullan
2022-06-01
feat: update to TypeScript 4.7 (#14242)
Kitson Kelly
2022-05-15
fix(lsp): correct positions in some scenarios (#14359)
David Sherret
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-05-05
chore: update deps (#14416)
Luca Casonato
2022-03-17
fix: cargo publish fails without absolute paths (#13993)
Ryan Dahl
2022-03-16
chore(cli): Disallow cross compiling for snapshots (#13976)
Divy Srivastava
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-14
chore: improve build times for `ext/` changes (#13927)
Divy Srivastava
2022-03-02
feat(cli): update to TypeScript 4.6.2 (#13474)
Kitson Kelly
2022-01-24
chore: re-enable wgpu_sync (#13453)
Aaron O'Mullan
2022-01-20
revert(#13402): experiment: wgpu sync (#13439)
Aaron O'Mullan
2022-01-19
experiment: wgpu sync (#13402)
Aaron O'Mullan
2022-01-10
feat(cli, runtime): compress snapshots (#13320)
evan
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-10
feat(cli): update to TypeScript 4.5 (#12410)
Kitson Kelly
2021-08-31
fix: move unstable declarations to deno.unstable (#11876)
Luca Casonato
2021-08-27
feat(cli): Update to TypeScript 4.4 (#11678)
Kitson Kelly
2021-08-10
feat: add new esnext types (#11627)
Kitson Kelly
2021-07-20
fix(cli): rebuild when environment variables change (#11471)
Bert Belder
2021-07-12
refactor: deno_http op crate (#11335)
Luca Casonato
2021-06-29
feat: Add "deno_net" extension (#11150)
Bartek Iwańczuk
2021-06-22
refactor: unify JavaScript script execution method (#11043)
Bartek Iwańczuk
[next]