| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-16 | try fixing spurious CI failures on windows | Aleksey Kladov | -1/+1 | |
| It seems like it may be related to self-update? Anyways, I think we should be disabling self-update on CI | ||||
| 2022-07-15 | Remove deprecate action | Aleksey Kladov | -6/+1 | |
| https://old.reddit.com/r/rust/comments/vyx4oj/actionsrs_organization_became_unmaintained/ Looking at this holistically, I don't fully understand *why* we need an action here? Seems like we can just use rustup? nowadays github runners come with rustup pre-installed. | ||||
| 2022-04-30 | Update GitHub Actions actions/checkout@v2 to v3 | David Tolnay | -1/+1 | |
| The v2 implementation uses Node 12, which is end-of-life on April 30, 2022. See https://nodejs.org/en/about/releases/. Update to v3, which is based on Node 16 whose support lasts until April 30, 2024. | ||||
| 2022-04-14 | minor: Don't run CI on master branch | Lukas Wirth | -1/+1 | |
| 2022-04-13 | minor: prepare CI for rust-lang move | Lukas Wirth | -1/+1 | |
| 2021-12-22 | Gate workflows to only run on upstream | Laurențiu Nicola | -0/+1 | |
| 2020-11-02 | Remove more unreachable pubs | Aleksey Kladov | -1/+1 | |
| 2020-11-02 | Deny unreachable-pub | Aleksey Kladov | -1/+1 | |
| It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034. | ||||
| 2020-03-26 | Specify env once for all jobs | Aleksey Kladov | -3/+6 | |
| 2020-03-06 | Use actions/checkout@v2 | CAD97 | -1/+1 | |
| 2020-03-04 | Fix rustdoc some more | Aleksey Kladov | -1/+1 | |
| 2020-03-04 | Fix yaml syntax | Aleksey Kladov | -1/+2 | |
| 2020-03-04 | Hopefully fix YAML syntax | Aleksey Kladov | -1/+1 | |
| 2020-03-04 | Update rustdoc action | Aleksey Kladov | -7/+5 | |
| 2020-03-04 | Remove needless dep | Aleksey Kladov | -4/+1 | |
| 2020-03-04 | Deindent YAML | Aleksey Kladov | -23/+23 | |
| 2019-11-18 | Switch to Actions | Aleksey Kladov | -0/+39 | |
