Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump MSRV to `1.85` | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Bump MSRV to `1.82` | 2025-01-27 | 1 | -1/+1 | |
| | |||||
* | Bump MSRV to `1.81` | 2024-12-17 | 1 | -1/+1 | |
| | |||||
* | Bump MSRV to `1.80` | 2024-09-18 | 1 | -1/+1 | |
| | |||||
* | Bump MSRV to `1.77` | 2024-09-18 | 1 | -1/+1 | |
| | |||||
* | Add MSRV to test matrix in GitHub CI | 2024-09-18 | 1 | -1/+1 | |
| | |||||
* | Upgrade `upload-artifact` action in `build` workflow | 2024-09-10 | 1 | -6/+6 | |
| | |||||
* | Fix broken `futures-core` links in nightly docs | 2024-07-16 | 1 | -0/+1 | |
| | |||||
* | Unpin `nightly` toolchain in `document` workflow | 2024-06-14 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #2427 from iced-rs/winit-0.30 | 2024-05-08 | 1 | -2/+0 | |
|\ | | | | | Update `winit` to `0.30` | ||||
| * | Update `winit` to `0.30` | 2024-05-07 | 1 | -2/+0 | |
| | | |||||
* | | Redirect `docs.iced.rs` to actual docs | 2024-05-07 | 1 | -0/+2 | |
|/ | |||||
* | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 2 | -9/+6 | |
|\ | |||||
| * | Install missing dependencies in `lint` workflow | 2024-04-07 | 1 | -0/+5 | |
| | | |||||
| * | Run `lint` workflow in `ubuntu-latest` | 2024-04-07 | 1 | -1/+1 | |
| | | | | | | | | | | `macOS-latest` seems to abort the build randomly for some reason. | ||||
* | | Check benchmarks only instead of testing them in CI | 2024-04-07 | 2 | -5/+13 | |
| | | |||||
* | | Test benchmarks in GitHub CI | 2024-04-07 | 1 | -2/+2 | |
|/ | |||||
* | Use `v2` of `setup-rust-action` on CI | 2024-03-12 | 7 | -12/+12 | |
| | |||||
* | Remove `iced_style` from `document` workflow | 2024-03-07 | 1 | -1/+0 | |
| | |||||
* | Disable `artifacts` job in `audit` workflow | 2024-02-20 | 1 | -11/+11 | |
| | | | | | | It seems to produce false positives all the time, while not really detecting outdated dependencies when it matters. | ||||
* | Pin `nightly` toolchain to a specific day in `document` workflow | 2023-12-19 | 1 | -1/+1 | |
| | |||||
* | Ignore `raw-window-handle` outdated artifact | 2023-12-15 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #2135 from iced-rs/ci/deny-warnings | 2023-11-12 | 1 | -0/+2 | |
|\ | | | | | Deny warnings in `test` workflow | ||||
| * | Deny warnings in `test` workflow | 2023-11-12 | 1 | -0/+2 | |
| | | |||||
* | | Add `check` workflow to ensure `iced_widget` crate compiles | 2023-11-12 | 2 | -20/+30 | |
|/ | |||||
* | Run `sed` with `-i` option in `artifacts` job | 2023-11-11 | 1 | -1/+1 | |
| | |||||
* | Fix `artifacts` job in `audit` workflow | 2023-11-11 | 1 | -0/+2 | |
| | |||||
* | Merge branch 'master' into text-editor | 2023-10-27 | 3 | -2/+3 | |
|\ | |||||
| * | Run `cargo update` before `cargo audit` in `audit` workflow | 2023-10-22 | 1 | -0/+2 | |
| | | |||||
| * | Fix `build` workflow in GitHub CI | 2023-09-20 | 1 | -1/+0 | |
| | | |||||
| * | Create `cargo lint` alias | 2023-09-20 | 1 | -1/+1 | |
| | | |||||
* | | Add `iced_highlighter` to `document` workflow | 2023-09-19 | 1 | -0/+1 | |
| | | |||||
* | | Fix `lint` and `test` GitHub CI workflows | 2023-09-18 | 2 | -2/+2 | |
|/ | |||||
* | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -4/+2 | |
| | |||||
* | Unify `audit` and `detect` workflows | 2023-09-07 | 2 | -19/+17 | |
| | |||||
* | Add GitHub CI workflow to detect outdated dependencies | 2023-09-04 | 1 | -0/+16 | |
| | |||||
* | Enable unstable `web-sys` APIs on CI | 2023-09-04 | 1 | -0/+2 | |
| | |||||
* | Stop verifying the `CHANGELOG` on every PR | 2023-09-03 | 1 | -19/+0 | |
| | | | | | It's a real pain to keep it up-to-date. Way easier to generate it with a script before release. | ||||
* | Improve name of `verify` workflow step | 2023-07-27 | 1 | -1/+1 | |
| | |||||
* | Use `origin/master` instead of `master` in `verify` workflow | 2023-07-26 | 1 | -1/+1 | |
| | |||||
* | Use `login` instead of `name` in `verify` workflow | 2023-07-26 | 1 | -2/+2 | |
| | |||||
* | Fetch all repository history in `verify` workflow | 2023-07-26 | 1 | -0/+2 | |
| | |||||
* | Add workflow to verify `CHANGELOG` is always up-to-date | 2023-07-26 | 1 | -0/+17 | |
| | |||||
* | Fix `document` workflow for GitHub CI | 2023-05-11 | 1 | -4/+4 | |
| | |||||
* | Enable renderer backends in `integration` example | 2023-03-07 | 1 | -1/+1 | |
| | |||||
* | Fix `test` workflow | 2023-02-24 | 1 | -1/+1 | |
| | |||||
* | Remove `iced_pure` from `document` workflow | 2022-08-06 | 1 | -1/+0 | |
| | |||||
* | test-ci: Use modern workspace option instead of all | 2022-07-14 | 1 | -2/+2 | |
| | |||||
* | format-ci: Add verbose option for format lints | 2022-07-14 | 1 | -1/+1 | |
| | |||||
* | lint-ci: Consider clippy warnings as errors | 2022-07-14 | 1 | -1/+1 | |
| |