Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compilation on WASM | Florian Diebold | 2021-06-22 | 1 | -1/+7 |
| | | | | | Fixes #9214. Fixes #9210. | ||||
* | Merge #8427 | bors[bot] | 2021-05-03 | 1 | -31/+4 |
|\ | | | | | | | | | | | | | | | | | | | 8427: Move CI to rust-cache Action r=matklad a=Swatinem This is humbling. I actually took inspiration from RAs pre-cache xtask when developing my action ;-) Closes #7731 Co-authored-by: Arpad Borsos <[email protected]> | ||||
| * | pin cache action | Arpad Borsos | 2021-04-08 | 1 | -2/+2 |
| | | |||||
| * | Move CI to rust-cache Action | Arpad Borsos | 2021-04-08 | 1 | -31/+4 |
| | | |||||
* | | Use -u instead of --utc date flag | Kirill Bulatov | 2021-04-26 | 1 | -1/+1 |
| | | |||||
* | | fix: dont' misundentify nightly as stable in --version on Mac&Win | Aleksey Kladov | 2021-04-26 | 1 | -6/+1 |
| | | | | | | | | | | We used to set `--nightly` in CI, and only for linux. Let's detect this in xtask instead. | ||||
* | | feat: make sure nightly regressions don't break users | Aleksey Kladov | 2021-04-22 | 1 | -0/+17 |
| | | |||||
* | | Update bug report template | Laurențiu Nicola | 2021-04-19 | 1 | -2/+3 |
| | | |||||
* | | Let's try testing for "is not quadratic" condition | Aleksey Kladov | 2021-04-10 | 1 | -1/+1 |
|/ | |||||
* | Make a full clone in release.yaml | Laurențiu Nicola | 2021-03-25 | 1 | -1/+1 |
| | |||||
* | Revert "Temporarily run git describe on CI to debug #8043" | Laurențiu Nicola | 2021-03-21 | 1 | -3/+0 |
| | |||||
* | Temporarily run git describe to debug #8043 | Laurențiu Nicola | 2021-03-20 | 1 | -0/+3 |
| | |||||
* | Increase fetch-depth to make `git describe` work | Laurențiu Nicola | 2021-03-16 | 1 | -0/+17 |
| | |||||
* | Delete old issues from GitHub's bug report template | saruman9 | 2021-02-28 | 1 | -6/+3 |
| | |||||
* | Build dist-x86_64-unknown-linux-musl releases | andylizi | 2021-02-13 | 1 | -1/+33 |
| | |||||
* | Remove pinned Rust version again | Florian Diebold | 2021-02-12 | 1 | -9/+1 |
| | |||||
* | Pin Rust to 1.49.0 on CI | Jonas Schievink | 2021-02-12 | 1 | -1/+9 |
| | |||||
* | Force XCode version | Laurențiu Nicola | 2021-01-28 | 1 | -0/+8 |
| | |||||
* | Add step to run analysis-stats on std | Thiébaud Weksteen | 2021-01-21 | 1 | -2/+5 |
| | |||||
* | Build dist-aarch64-unknown-linux-gnu releases | Laurențiu Nicola | 2021-01-17 | 1 | -1/+36 |
| | |||||
* | Use macos-latest for aarch64-apple-darwin releases | Laurențiu Nicola | 2021-01-05 | 1 | -2/+2 |
| | |||||
* | Fix x86_64-pc-windows-msvc artifact name | Laurențiu Nicola | 2021-01-04 | 1 | -1/+1 |
| | |||||
* | Build aarch64-pc-windows-msvc releases | Laurențiu Nicola | 2021-01-04 | 1 | -17/+51 |
| | |||||
* | Use stable instead of beta on macos-11 release runner | Laurențiu Nicola | 2021-01-01 | 1 | -2/+2 |
| | |||||
* | Set RA_TARGET at job level | Laurențiu Nicola | 2020-12-23 | 1 | -11/+9 |
| | |||||
* | Don't release uncompressed binaries under the new naming scheme | Laurențiu Nicola | 2020-12-23 | 1 | -1/+1 |
| | |||||
* | Build aarch64-apple-darwin binaries on CI | Laurențiu Nicola | 2020-12-22 | 1 | -18/+96 |
| | |||||
* | Add common issues to the bug report template | Laurențiu Nicola | 2020-11-04 | 1 | -1/+10 |
| | |||||
* | Create issue templates | Aleksey Kladov | 2020-11-04 | 2 | -0/+25 |
| | |||||
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 4 | -4/+4 |
| | |||||
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 4 | -4/+4 |
| | | | | | | | | 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. | ||||
* | Fix deprecation warning | Aleksey Kladov | 2020-10-19 | 1 | -3/+3 |
| | | | | See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ | ||||
* | Tag release branch rather than master | Aleksey Kladov | 2020-10-19 | 1 | -0/+1 |
| | |||||
* | Add comment and link to upstream issue | Jonas Schievink | 2020-10-12 | 1 | -0/+2 |
| | |||||
* | macOS: install GNU tar | Jonas Schievink | 2020-10-12 | 1 | -0/+6 |
| | |||||
* | "How I survived Git" tips | Aleksey Kladov | 2020-09-01 | 1 | -1/+1 |
| | |||||
* | Add a test that forbids merge commits | dragfire | 2020-08-31 | 1 | -0/+3 |
| | |||||
* | Don't publish every day and do it only for release | Pavan Kumar Sunkara | 2020-08-31 | 1 | -2/+2 |
| | |||||
* | Correct sed replacement when called in a bash file | Pavan Kumar Sunkara | 2020-08-25 | 1 | -2/+2 |
| | |||||
* | Rename rust_analyzer lib in the binaries before publishing | Pavan Kumar Sunkara | 2020-08-25 | 1 | -0/+1 |
| | |||||
* | Added weekly publish workflow | Pavan Kumar Sunkara | 2020-08-24 | 1 | -0/+44 |
| | |||||
* | Add GH Sposors to FUNDING.yml | Aleksey Kladov | 2020-08-18 | 1 | -11/+1 |
| | |||||
* | Remove usless pre-cache task | Aleksey Kladov | 2020-08-18 | 1 | -4/+0 |
| | | | | | | We are not cleaning the rest of xtask artifacts, so this effectively does nothing. xtask is small and changes rarely, so this shouldn't really matter. | ||||
* | Re-enable mac build | Aleksey Kladov | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | Temporary disable MacOS builder | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | | | | GH Actions is not feeling great today :-( | ||||
* | Disabe macros TypeSCript builder | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | | | | It hangs for some reason, and we are moving TS extension anyways... | ||||
* | Completely remove cargo audit | Aleksey Kladov | 2020-08-12 | 1 | -14/+0 |
| | | | | | | | | | My current feeling is that the build maintenance friction it creates is not proportional to the benefits it provides. We are pretty frugal with the set of Rust dependencies, and our security model is "we run build.rs and proc macros", so it doesn't seem like cargo audit could help us much. | ||||
* | Fix build on musl and test it in CI | Jonas Schievink | 2020-08-12 | 1 | -5/+13 |
| | |||||
* | Remove the premissions-misconifguration bug workarounds on CI | Veetaha | 2020-07-29 | 1 | -5/+0 |
| | |||||
* | Fix metrics | Aleksey Kladov | 2020-07-24 | 1 | -7/+1 |
| |