Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-29 | Forward 1.24.1 to main (#15333) (#15336) | Colin Ihrig | |
1.24.1 (#15333) Co-authored-by: cjihrig <cjihrig@users.noreply.github.com> | |||
2022-07-22 | Revert "feat(ops): V8 Fast Calls (#15122)" (#15276) | Divy Srivastava | |
This reverts commit 03dc3b8972f460e40d0b75fc3207cae9fe4f60da. | |||
2022-07-22 | feat(ops): V8 Fast Calls (#15122) | Divy Srivastava | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2022-07-21 | 1.24.0 (#15262) | denobot | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2022-07-12 | chore: forward v1.23.4 release commit to main (#15172) | Colin Ihrig | |
1.23.4 (#15168) Co-authored-by: cjihrig <cjihrig@users.noreply.github.com> Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: cjihrig <cjihrig@users.noreply.github.com> | |||
2022-07-05 | 1.23.3 (#15081) | denobot | |
Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2022-07-01 | perf(ops): fast path for SMI return values (#15033) | Divy Srivastava | |
2022-07-01 | fix(core): remove unsafe in OpsTracker (#15025) | Nugine | |
2022-06-30 | chore: forward 1.23.2 to main (#15027) | David Sherret | |
Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2022-06-23 | v1.23.1 (#14954) | Kayla Washburn | |
1.23.1 (#14952) Co-authored-by: aslilac <aslilac@users.noreply.github.com> Co-authored-by: Kayla Washburn <mckayla@hey.com> Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: aslilac <aslilac@users.noreply.github.com> | |||
2022-06-16 | cleanup(ops): match variations with regexes (#14888) | Aaron O'Mullan | |
2022-06-16 | feat(ops): support `Result<impl Future<Output = Result<T, AnyError>> + ↵ | Divy Srivastava | |
'static, AnyError>` (#14869) feat(ops): support a result returning a future returning a result | |||
2022-06-15 | 1.23.0 (#14878) | denobot | |
* 1.23.0 * docs(Releases.md): update a few items for 1.23 * docs(Releases.md): revert bad formatting Co-authored-by: aslilac <aslilac@users.noreply.github.com> Co-authored-by: McKayla Washburn <mckayla@hey.com> | |||
2022-06-09 | chore: Forward v1.22.3 to main (#14835) | Colin Ihrig | |
* 1.22.3 (#14832) * chore: pin swc versions to fix cargo publish Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: cjihrig <cjihrig@users.noreply.github.com> Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2022-06-08 | feat(ops): 'hybrid' ops - sync returning future (#14640) | Divy Srivastava | |
2022-06-07 | refactor(core): Move Deno.core bindings to ops (#14793) | Nayeem Rahman | |
2022-06-02 | chore: Forward v1.22.2 to main (#14785) | Bartek Iwańczuk | |
2022-06-02 | chore(ops): fix typo in lib.rs (#14777) | Ikko Ashimine | |
2022-05-27 | 1.22.1 | Kitson Kelly | |
Co-authored-by: Kitson Kelly <me@kitsonkelly.com> Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> | |||
2022-05-18 | 1.22.0 (#14657) | denobot | |
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> | |||
2022-05-12 | cleanup(ops): shorter codegen'd infallible sync ops return (#14587) | Aapo Alasuutari | |
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com> | |||
2022-05-12 | cleanup(ops): simpler is_unit_result() (#14586) | Aaron O'Mullan | |
Rough token-string matching is robust enough and much easier to grok | |||
2022-05-12 | feat(ops): infallible / result-free ops (#14585) | Aaron O'Mullan | |
2022-05-12 | feat(ops): #[op(v8)] (#14582) | Aaron O'Mullan | |
2022-05-12 | 1.21.3 (#14584) | Bert Belder | |
2022-05-12 | feat(ops): allow passing scope handle to ops (#14574) | Divy Srivastava | |
2022-05-05 | 1.21.2 (#14508) | Colin Ihrig | |
1.21.2 | |||
2022-05-05 | feat(ops): sync Rc<RefCell<OpState>> (#14438) | Aaron O'Mullan | |
2022-04-28 | Forward 1.21.1 (#14428) | Leo Kettmeir | |
2022-04-23 | chore(ext/fetch): custom arity (#14198) | Divy Srivastava | |
2022-04-22 | chore: bump crates (#14365) | Luca Casonato | |
2022-04-20 | 1.21.0 (#14336) | denobot | |
Co-authored-by: ry <ry@users.noreply.github.com> Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2022-04-14 | chore: forward v1.20.6 release commit to main (#14288) | David Sherret | |
2022-04-08 | refactor(core): OpCtx (#14228) | Aaron O'Mullan | |
2022-04-07 | chore: forward v1.20.5 release commit to main (#14232) | David Sherret | |
2022-04-02 | feat(ops): #[op(unstable)] (#14124) | Aaron O'Mullan | |
2022-03-31 | 1.20.4 (#14168) | David Sherret | |
2022-03-25 | chore: forward v1.20.3 release commit to main (#14121) | Luca Casonato | |
2022-03-24 | 1.20.2 | Kitson Kelly | |
2022-03-22 | feat(core): disableable extensions & ops (#14063) | Aaron O'Mullan | |
Streamlines a common middleware pattern and provides foundations for avoiding variably sized v8::ExternalReferences & enabling fully monomorphic op callpaths | |||
2022-03-19 | chore(ops): hide implementation details from rustdoc (#14038) | Divy Srivastava | |
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com> | |||
2022-03-19 | fix(ops): throw TypeError on op return failure (#14033) | Aaron O'Mullan | |
Fixes #14028 | |||
2022-03-18 | chore(ops): include argument position in serde_v8 errors (#14027) | Divy Srivastava | |
2022-03-16 | v1.20.1 | Ryan Dahl | |
2022-03-16 | feat(ops): optional OpState (#13954) | Aaron O'Mullan | |
2022-03-15 | cleanup(core): OpPair => OpDecl (#13952) | Aaron O'Mullan | |
2022-03-14 | feat(ops): custom arity (#13949) | Aaron O'Mullan | |
Also cleanup & drop ignored wildcard op-args | |||
2022-03-14 | feat(core): codegen ops (#13861) | Divy Srivastava | |
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com> |