Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-20 | chore: upgrade deno_doc, deno_lint (#10268) | Bartek Iwańczuk | |
2021-04-20 | chore: update copyright headers (#10243) | Yoshiya Hinosawa | |
2021-04-13 | upgrade: rusty_v8 0.22.1 (V8 9.1.269.5) (#10159) | Bert Belder | |
2021-04-13 | upgrade: rusty_v8 0.22.0 (V8 9.1.269.2) (#10152) | Bert Belder | |
2021-04-11 | ci: store last-modified timestamps in Github Actions cache (#10110) | Bert Belder | |
2021-04-11 | Revert "use incremental build in ci (#10053)" (#10110) | Bert Belder | |
This reverts commit fd65e6de3dc1ff909a1419c3b8f0c76daf1a69ed. | |||
2021-04-09 | ci: do not include branch name in cache key (#10081) | Yoshiya Hinosawa | |
2021-04-09 | ci: add gnu tar path (#10075) | Yoshiya Hinosawa | |
2021-04-08 | Clear CI cache (#10071) | Ryan Dahl | |
2021-04-08 | ci: use gnu tar on macos (#10069) | Yoshiya Hinosawa | |
2021-04-08 | ci: fallback to main's cache (#10068) | Yoshiya Hinosawa | |
2021-04-08 | ci: use repository and ref as part of the cache key (#10067) | Casper Beyer | |
2021-04-07 | use incremental build in ci (#10053) | Yoshiya Hinosawa | |
2021-03-25 | upgrade: Rust 1.51.0 (#9895) | Yusuke Tanaka | |
2021-03-24 | build: Remove other unrelated CI build things (#9875) | Ryan Dahl | |
2021-03-23 | build: disable CI cache (#9872) | Bartek Iwańczuk | |
2021-03-21 | v1.8.2 | Bartek Iwańczuk | |
2021-03-21 | chore: release crates (#9847) | Bartek Iwańczuk | |
2021-03-13 | ci: don't store $CARGO_HOME in Github Actions cache (#9779) | Ryan Dahl | |
There currently is a problem related to Github Actions in general or the 'actions-rs/cargo' action in particular, which causes cargo to be unable to find the 'serde_derive' crate when the cargo home dir has been restored from cache. This issue is also being reported by others, e.g. at actions-rs/cargo#111. | |||
2021-03-09 | ci: Remove sccache, use better cargo cache (#9687) | Ryan Dahl | |
2021-03-05 | chore(ci): move fmt before lint (#9695) | Divy Srivastava | |
2021-03-03 | Re-enable sccache (#9670) | Ryan Dahl | |
2021-02-19 | chore: rename default branch to main (#9503) | Luca Casonato | |
2021-02-12 | linux release build should use ubuntu-18.04 (#9485) | Ryan Dahl | |
2021-02-12 | chore: Update to Rust 1.50.0 (#9479) | Kitson Kelly | |
2021-02-09 | ci: bump Deno version (#9449) | youngjuning | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2021-02-05 | ci: fix release process (#9418) | Bartek Iwańczuk | |
2021-02-02 | chore: remove std directory (#9361) | Casper Beyer | |
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now. | |||
2021-01-31 | cargo publish is done manually now (#9321) | Ryan Dahl | |
2021-01-27 | tests: new typescript WPT runner (#9269) | Luca Casonato | |
2021-01-25 | Revert "tests: enable wpt for url (#9046)" (#9264) | Luca Casonato | |
This reverts commit 66e99d349b31f5cd30b868d80ebdab6ba749fd96. | |||
2021-01-24 | tests: enable wpt for url (#9046) | Luca Casonato | |
2021-01-14 | build: upload release zips to dl.deno.land (#9090) | Luca Casonato | |
2021-01-13 | build: disable cafile_* tests and use slow runners (#9089) | Luca Casonato | |
2021-01-08 | feat: denort binary (#9041) | Luca Casonato | |
This commit adds new binary target called "denort". It is a "lite" version of "deno" binary that can only execute code embedded inside the binary itself. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2021-01-07 | chore: add context information to stale bot message text (#9037) | Jesse Jackson | |
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com> | |||
2021-01-07 | chore: exempt docs label from stalebot (#9028) | Luca Casonato | |
2021-01-06 | chore: exempt tests and build labels from stalebot (#9027) | Luca Casonato | |
2021-01-06 | enable stale bot (#9011) | Ryan Dahl | |
2021-01-02 | Revert "ci: don't install python (#8961)" (#8963) | Ryan Dahl | |
This reverts commit 5937ee3fba24dac6be99c8cb0b4c9709d4656f71. | |||
2021-01-02 | ci: don't install python (#8961) | Ryan Dahl | |
2021-01-02 | upgrade: Rust 1.49.0 (#8955) | Bartek Iwańczuk | |
2020-12-26 | ci: setup latest version of Node (#8888) | Zheyu Zhang | |
2020-12-09 | build: remove cargo publish --dry-run (#8694) | Bartek Iwańczuk | |
2020-12-09 | build: fix doctests, run cargo publish --dry-run (#8689) | Ryan Dahl | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-12-02 | build: upload canaries before tests (#8585) | Luca Casonato | |
2020-11-28 | build: publish only "deno" crate on tags (#8535) | Bartek Iwańczuk | |
This commit updates CI script to publish only "deno" crate on tags. Following crates are not automatically published anymore: - deno_core - deno_web - deno_fetch - deno_crypto Before this commit creating a new release required to bump version on all above crates even though in practice they rarely change. | |||
2020-11-25 | add canary versioning (#8480) | crowlKats | |
2020-11-23 | build: upload canary releases to GCS (#8441) | Luca Casonato | |
2020-11-19 | build: upgrade Rust to 1.48.0 (#8434) | Bartek Iwańczuk | |