Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-05 | ci: upgrade to Rust 1.44.0 (#6113) | Bert Belder | |
2020-06-05 | ci: use upstream actions/cache@v2 (#6113) | Bert Belder | |
Upstream finally tagged v2.0.0 so there's no reason to use our own fork any longer. | |||
2020-05-26 | Bump actions/checkout from v1 to v2 (#5882) | Sora Morimoto | |
2020-05-26 | Add sponsor button (#5880) | Ryan Dahl | |
2020-05-10 | ci: don't fail-fast on tag build (#5189) | Ryan Dahl | |
2020-05-09 | Move style guide to docs dir (#5174) | Ryan Dahl | |
2020-05-08 | Don't publish cli when tag name starts with 'std/' (#5159) | Bert Belder | |
2020-05-06 | Use a Github Actions cache version that works (#5113) | Bert Belder | |
2020-04-23 | upgrade: Rust 1.43.0 (#4871) | Bartek Iwańczuk | |
2020-04-23 | Upgrade to rusty_v8 v0.4.0 (#4856) | Bert Belder | |
2020-04-14 | ci: Set restore-keys for cache (#4745) | Khải | |
Before this commit, when Cargo.lock changes, cache is completely rebuilt, wasting time. After this commit, if cache for a specific Cargo.lock is not found, it will fallback to find cache of another Cargo.lock. | |||
2020-04-02 | Publish deno types on release (#4583) | Luca Casonato | |
2020-03-31 | Remove old release files (#4545) | Ryan Dahl | |
deno_install scripts were updated in https://github.com/denoland/deno_install/commit/b635b525846d28d09fba1f6e88cccf1b5e66d499 | |||
2020-03-28 | upgrade: rusty_v8 to v0.3.9 (#4505) | Ryan Dahl | |
2020-03-23 | Statically link the C runtime library on Windows (#4469) | Bert Belder | |
2020-03-22 | ci: releases should all use zip and LLVM target triples (#4460) | Ryan Dahl | |
Old release files are left around until we are able to update deno_install. | |||
2020-03-21 | Optimize github cache usage, remove sccache (#4452) | Bert Belder | |
2020-03-20 | Remove DENO_BUILD_MODE and DENO_BUILD_PATH (#4431) | Ryan Dahl | |
* Remove DENO_BUILD_MODE and DENO_BUILD_PATH Also remove outdated docs related to ninja/gn. * fix * remove parameter to build_mode() * remove arg parsing from benchmark.py | |||
2020-03-18 | ci: Use github action's cache in addition to sccache (#4417) | Ryan Dahl | |
2020-03-18 | Fix benchmarks (#4416) | Ryan Dahl | |
2020-03-17 | Use V8 binary build in Github Actions (#4412) | Bert Belder | |
2020-03-17 | Set environment variables correctly in Github Actions (#4412) | Bert Belder | |
2020-03-14 | ci: Use Azure blob storage for sccache (#4354) | Ryan Dahl | |
2020-03-12 | upgrade: Rust 1.42.0 (#4331) | Ryan Dahl | |
2020-03-07 | Move benchmark data to different repo (#4273) | Ryan Dahl | |
2020-02-27 | Add clippy to /tools/lint.py (#4132) | João Souto | |
2020-02-25 | ci: Use fetch-depth: 5 (#4127) | Ryan Dahl | |
2020-01-31 | upgrade: Rust 1.41.0 (#3838) | Ryan Dahl | |
2020-01-24 | fix cargo-publish-on-tag (#3781) | Ryan Dahl | |
Also rename the "test" CI worker to "test_release" | |||
2020-01-22 | Remove cargo-package test (#3752) | Ryan Dahl | |
The test still relies on crates published to crates.io, thus this test prevents us from making changes to the API used between cli and deno_typescript. | |||
2020-01-22 | Change 'cargo publish' test to only do 'cargo package' (#3750) | Ry Dahl | |
It was found the cargo-package-dry-run test would fail when version numbers are bumped because crates were not actually published. So, for example, deno_typescript 0.30.2 would not be able to find deno_core 0.30.2 because it had not yet been published (see #3744). Ref #3712 | |||
2020-01-21 | Add github action for cargo publish (#3724) | Ry Dahl | |
2020-01-17 | Auto cargo-publish on tags (#3704) | Ry Dahl | |
fix tools/cargo_publish.py | |||
2020-01-16 | fix(ci) setup-python (#3687) | Ry Dahl | |
2020-01-16 | ci: bump Python to 2.7.17 for macOS (#3685) | Bartek Iwańczuk | |
2020-01-05 | Replace libdeno with rusty_v8 (#3556) | Ry Dahl | |
2020-01-02 | Fix link in PR template (#3583) | Waldir Pimenta | |
2019-12-23 | Upgrades rust to 1.40.0 (#3542) | Axetroy | |
2019-12-11 | Fix release assets not being executable (#3480) | Andy Hayden | |
2019-12-04 | fix depot_tools on macOS Catalina by upgrading it to 23247b9 (#3441) | Christian Moritz | |
Fixes: #3440 Fixes: #3153 | |||
2019-11-15 | run std test with cargo test (#3344) | Bartek Iwańczuk | |
Removes three CI jobs | |||
2019-11-14 | add RUST_BACKTRACE to ci | Bartek Iwańczuk | |
2019-11-07 | upgrade: Rust 1.39.0 (#3286) | Ry Dahl | |
2019-11-05 | Exclude prebuilt from deno_src release (#3272) | Andy Hayden | |
2019-10-31 | Upgrade github actions mac environment to macos-latest (#3250) | Kang Huaishuai | |
2019-10-29 | Rename Github Actions workflow (#3238) | Ry Dahl | |
2019-10-28 | Move prebuilt binaries to third_party (#3227) | Ry Dahl | |
2019-10-25 | Publish source tarballs for releases (#3203) | Christian Moritz | |
2019-10-24 | Use windows-2019 image in Github Actions (#3198) | Bert Belder | |
2019-10-24 | Remove old website (#3194) | Ry Dahl | |
Move manual.md and style_guide.md into //std so they can be accessed from https://deno.land/std/manual.md Code for new website is https://github.com/denoland/deno_website2 Co-authored-by: Christian Moritz <chrmoritz@gmail.com> |