Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-20 | ci: check Deno binary only in tagged commits (#12509) | Bartek Iwańczuk | |
2021-10-20 | ci: skip running tests and benchmarks on tags (#12443) | Bartek Iwańczuk | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> | |||
2021-10-14 | ci: skip debug WPT during PRs (#12440) | Ryan Dahl | |
Running Debug WPT takes about 35 minutes. It will be still checked in the release build and on main branch, but too slow to run for PRs. See for example: https://github.com/denoland/deno/pull/12438/checks?check_run_id=3889127272 | |||
2021-10-12 | feat: update to V8 9.5 (#12399) | Luca Casonato | |
2021-10-05 | chore: merge v1.14.3 into main (#12327) | Bartek Iwańczuk | |
2021-09-22 | ci: enable cache for fastci (#12186) | Aaron O'Mullan | |
2021-09-22 | quickfix(ci): only run "Build product size info" on main/tag (#12184) | Aaron O'Mullan | |
2021-09-22 | upgrade serde_v8 and rusty_v8 (#12175) | Ryan Dahl | |
* upgrade serde_v8 and rusty_v8 * rusty_v8 0.30.0 * cycle keys | |||
2021-09-22 | ci: experiment mac & windows debug builds (#11884) | Aaron O'Mullan | |
Will be tweaked, but possibly have this "fastci" profile for further optimizations | |||
2021-09-13 | chore: update rusty_v8 (#12026) | Luca Casonato | |
2021-09-09 | chore: upgrade Rust to 1.55.0 (#11965) | Yusuke Tanaka | |
2021-09-05 | chore(std/http): server module name migration (#11890) | Craig Morten | |
2021-08-29 | cleanup(.github/workflows): Typo in comments (#11868) | Geoffrey Smith | |
2021-08-14 | build: rename `kind` to `job` in ci config (#11699) | Jheyson Saavedra | |
Co-authored-by: Jheyson Saavedra <jheysondev@users.noreply.github.com> | |||
2021-08-10 | upgrade: rusty_v8 0.26.0 (#11625) | Bartek Iwańczuk | |
2021-08-10 | build: pin softprops/action-gh-release (#11622) | Luca Casonato | |
2021-08-06 | feat: ffi to replace plugins (#11152) | Elias Sjögreen | |
This commit removes implementation of "native plugins" and replaces it with FFI API. Effectively "Deno.openPlugin" API was replaced with "Deno.dlopen" API. | |||
2021-07-30 | chore: upgrade Rust to 1.54.0 (#11554) | Yusuke Tanaka | |
2021-07-21 | build: fix publishing of canaries (#11480) | Luca Casonato | |
2021-07-21 | build: publish canary version file in seperate job (#11462) | Luca Casonato | |
2021-07-12 | chore(runtime): deprecate `Deno.copy` (#11369) | Luca Casonato | |
2021-07-09 | chore: update crates (#11332) | Luca Casonato | |
2021-07-06 | ci: avoid running man-db triggers when setting up sysroot (#11300) | Bert Belder | |
2021-07-06 | ci: fix typo 'CCFLAGs' to 'CFLAGS' (#11298) | Bert Belder | |
2021-07-02 | chore: upgrade rusty_v8 and serde_v8 (#11233) | Bartek Iwańczuk | |
2021-07-02 | chore: upgrade rusty_v8 and serde_v8 (#11216) | Bartek Iwańczuk | |
2021-07-01 | ci: don't set DENO_CANARY when releasing, attempt 2 (#11214) | Bert Belder | |
2021-07-01 | build: switch to wpt.fyi prod (#11201) | Luca Casonato | |
2021-06-29 | ci: don't set DENO_CANARY when releasing (#11181) | Bert Belder | |
Fixes: #11179 | |||
2021-06-25 | upgrade: rusty_v8 0.23.0 (V8 9.2.230.12) (#11113) | Ryan Dahl | |
2021-06-23 | ci: fix pushing benchmark results to gh-pages (#11095) | Bert Belder | |
2021-06-23 | ci: run Linux release builds in sysroot with Ubuntu 18.04 and LLVM (#10920) | Bert Belder | |
2021-06-23 | ci: make it faster (#10920) | Bert Belder | |
...by avoiding a full clone of crates.io index history. | |||
2021-06-17 | chore: upgrade Rust to 1.53.0 (#11021) | Yusuke Tanaka | |
2021-06-16 | tests: get epochs/daily commit with ./wpt rev-list (#11002) | Luca Casonato | |
2021-06-14 | tests: fix wpt epoch ci job (#10960) | Luca Casonato | |
2021-06-14 | build: add wpt epoch/daily run (#10937) | Luca Casonato | |
This adds a daily scheduled CI pipeline that runs WPT tests against the most recent epochs/daily every night. Results are uploaded to wpt.fyi. WPTs are run on all supported platforms, on both stable and canary. | |||
2021-06-07 | tests: upload WPT reports to wpt.fyi (#10883) | Luca Casonato | |
2021-06-06 | tests: generate and upload wptreport.json (#10869) | Luca Casonato | |
These reports can be consumed by tools like `wptreport` or https://wpt.fyi. The old style report could be removed in a future PR when wpt.deno.land is updated. | |||
2021-06-03 | build: remove gnu tar installation (#10826) | Yoshiya Hinosawa | |
2021-06-03 | build: collect wpt results as json (#10823) | Luca Casonato | |
2021-05-21 | chore(lsp): provide test for lsp deadlock issue (#10679) | Kitson Kelly | |
Resolves: #10587 | |||
2021-05-19 | ci: fix 'skip save cache' step in windows CI (#10704) | Yoshiya Hinosawa | |
2021-05-17 | ci: make rustc deny warnings on all platforms (#10672) | Bert Belder | |
2021-05-12 | ci: force enable incremental compilation (#10614) | Bert Belder | |
Note that Rust 1.51.1 adds extra verification to avoid miscompiles, so it is possible that this PR causes build failures on CI, in which case it needs to be reverted. See https://blog.rust-lang.org/2021/05/10/Rust-1.52.1). | |||
2021-05-11 | chore: upgrade Rust to 1.52.1 (#10583) | Yusuke Tanaka | |
2021-05-11 | ci: create cache always in main, skip saving cache in PRs (#10560) | Yoshiya Hinosawa | |
2021-05-06 | chore: upgrade to Rust 1.52.0 (#10522) | Bartek Iwańczuk | |
2021-04-29 | Revert "ci: build only lib and bins (#10401)" (#10415) | Ryan Dahl | |
2021-04-28 | enable error-on-warning (#10410) | Ryan Dahl | |
Only on linux and osx. Fixes one warning. |