summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2022-03-08perf(core): micro-optimize OpsTracker (#13868)Aaron O'Mullan
2022-03-05chore: update deps (#13821)Satya Rohith
2022-03-03chore: bump crate version for 1.19.2 (#13824)Satya Rohith
2022-02-25feat: deno test --trace-ops (#13770)Bartek Iwańczuk
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-24chore: bump crate versions for 1.19.1 (#13760)David Sherret
2022-02-24chore: upgrade swc_ecmascript to 0.114 (#13758)David Sherret
2022-02-17chore: release crates for v1.19.0 (#13698)Bartek Iwańczuk
2022-02-16feat(test): improved op sanitizer errors + traces (#13676)Luca Casonato
2022-02-16chore: update v8 (#13680)Luca Casonato
2022-02-07refactor: factor out CDP message types (#13551)Leo Kettmeir
2022-02-04chore: forward v1.18.2 to main (#13595)Bartek Iwańczuk
2022-02-02chore: upgrade crates (#13560)Bartek Iwańczuk
2022-02-02chore: update rusty_v8 (#13575)Luca Casonato
2022-02-01refactor: primordials for instanceof (#13527)Bartek Iwańczuk
2022-01-31Revert "refactor: factor out CDP message types (#13501)" (#13540)Bartek Iwańczuk
2022-01-31example(core): Add example for TypeScript transpiling via deno_ast (#13545)Andreu Botella
2022-01-27chore: forward v1.18.1 to main (#13514)Bartek Iwańczuk
2022-01-27Revert "refactor: update runtime code for primordial checks for "instanceof" ...Bartek Iwańczuk
2022-01-27refactor: factor out CDP message types (#13501)Leo Kettmeir
2022-01-27refactor: update runtime code for primordial checks for "instanceof" (#13497)Bartek Iwańczuk
2022-01-24refactor(core): Extract JsRuntime::poll_value out of JsRuntime::resolve_value...Rafael Ávila de Espíndola
2022-01-20chore: bump crate version for 0.18.0 (#13441)Divy Srivastava
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2022-01-19chore: update v8 to 0.38.1 (#13415)Luca Casonato
2022-01-15chore: upgrade to rust 1.58 (#13377)David Sherret
2022-01-13chore: forward v1.17.3 to main (#13364)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2022-01-06chore: forward 1.17.2 to main (#13295)Bartek Iwańczuk
2022-01-06fix: Get lib.deno_core.d.ts to parse correctly (#13238)Rafael Ávila de Espíndola
2022-01-04refactor(core): InspectorSession implements Stream (#13270)Bartek Iwańczuk
2022-01-04chore: upgrade v8 from 9.7 to 9.8 (#13269)Ben Noordhuis
2021-12-30fix(core): inspector works if no "Runtime.runIfWaitingForDebugger" message is...Bartek Iwańczuk
2021-12-30chore(core): remove stale TODOs (#13232)Bartek Iwańczuk
2021-12-30fix(doc): Make private types which show up in the rustdocs public (#13230)Andreu Botella
2021-12-29feat: output `cause` on JS runtime errors (#13209)Leo Kettmeir
2021-12-29cleanup(core): use Extensions to register ops (#13224)Aaron O'Mullan
2021-12-28refactor(core): cleanup Inspector implementation (#12962)Bartek Iwańczuk
2021-12-22chore: merge v1.17.1 into main (#13184)Bartek Iwańczuk
2021-12-21refactor: Cleanup core/modules.rs (#13149)Bartek Iwańczuk
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-12-16chore: release crates for v1.17.0 (#13112)Bartek Iwańczuk
2021-12-15feat: Add support for import assertions and JSON modules (#12866)Bartek Iwańczuk
2021-12-13example(core): add example for FS module loading (#13064)Bartek Iwańczuk
2021-12-12fix(core): improve error on invalid op id (#13056)Bartek Iwańczuk
2021-12-08fix: upgrade swc fixing many bundling and `--no-check` bugs (#13025)David Sherret
2021-12-04chore: upgrade to Rust 1.57.0 (#12968)Bartek Iwańczuk
2021-12-04chore: merge v1.16.4 into main (#12984)Luca Casonato
2021-12-03chore: update to rusty v8 0.36.0 (#12979)Luca Casonato
2021-12-03fix(core): throw on invalid callConsole args (#12973)Aaron O'Mullan