| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-28 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -38/+73 | |
| 2025-01-28 | exclude some directories from `Lintcheck` CI (#14084) | Philipp Krones | -1/+7 | |
| Currently, the CI pipeline triggers `Lintcheck` for all PRs. However, this check takes significant amount of time and seems unnecessary for some certain directories that are frequently updated. r? flip1995 changelog: none | ||||
| 2025-01-28 | exclude specific directories from `Lintcheck` | lapla-cogito | -1/+7 | |
| 2025-01-26 | remove `clippy::double_neg` | Kalle Wachsmuth | -3/+3 | |
| 2025-01-24 | set default changelog messages to fail the changelog CI | lapla-cogito | -4/+6 | |
| 2025-01-13 | Update mdbook to 0.4.43 | Samuel Tardieu | -1/+1 | |
| 2025-01-10 | Also deploy index.html file on release (#13971) | Catherine Flores | -0/+2 | |
| I noticed that this was missing bf482928 while doing the release. No harm done, as it was updated on the next push to master. changelog: none | ||||
| 2025-01-10 | CI: rerun the changelog check on PR synchronization | Samuel Tardieu | -1/+1 | |
| Rerunning the PR checks when a PR is synchronized (new commits added, or force-pushed) seems to remove the changelog checks from the UI while keeping the PR mergeable from the maintainer's interface. This PR reruns the cheap changelog check when a PR is synchronized. | ||||
| 2025-01-10 | CI: check the presence of the changelog line in every pull request | Samuel Tardieu | -33/+58 | |
| Checking it only in the merge queue leads to deferred failures once the decision to merge has been taken already. | ||||
| 2025-01-09 | Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into ↵ | Philipp Krones | -7/+51 | |
| clippy-subtree-update | ||||
| 2025-01-09 | Also deploy index.html file on release | Philipp Krones | -0/+2 | |
| 2025-01-04 | CI: be compatible with both Rustup pre-1.28.0 and 1.28.0 | Samuel Tardieu | -6/+15 | |
| `rustup show active-toolchain` will no longer install the default toolchain starting from Rustup 1.28.0, and `rustup toolchain install` without extra arguments is not supported in Rustup pre-1.28.0. | ||||
| 2025-01-03 | Make CI a little bit safer | blyxyas | -1/+36 | |
| 2024-11-07 | Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into ↵ | Philipp Krones | -114/+75 | |
| clippy-subtree-update | ||||
| 2024-11-07 | Merge pull request #13587 from Kobzol/ci-remove-bors | Philipp Krones | -113/+74 | |
| Switch CI from bors to merge queue | ||||
| 2024-11-07 | Remove path filter | Jakub Beránek | -14/+0 | |
| It would cause issues with the required jobs, and it is probably useless anyway, the vast majority of PRs seem to change Rust source files. | ||||
| 2024-11-07 | Add conclusion job to PR CI | Jakub Beránek | -0/+21 | |
| 2024-10-28 | fix: usage of `a deprecated Node.js version` | Hamir Mahal | -1/+1 | |
| 2024-10-25 | Switch CI from bors to merge queue | Jakub Beránek | -99/+53 | |
| 2024-10-18 | Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into ↵ | Philipp Krones | -1/+1 | |
| clippy-subtree-update | ||||
| 2024-10-11 | Auto merge of #13269 - GuillaumeGomez:rewrite-lints-page, r=Alexendoo | bors | -1/+1 | |
| Rewrite lints page This PR has multiple goals: * Make lints page to work without needing a web server by removing the json file. * Prepare the field to also make the page work with JS (not done in this PR but should be straightforward). * Remove angular dependency. r? `@Alexendoo` changelog: make lint page work without web server | ||||
| 2024-10-03 | Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into ↵ | Philipp Krones | -1/+1 | |
| clippy-subtree-update | ||||
| 2024-10-03 | Move theme handling JS into its own file to make theme being applied before ↵ | Guillaume Gomez | -0/+1 | |
| first rendering | ||||
| 2024-09-24 | Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into ↵ | Philipp Krones | -8/+5 | |
| clippy-subtree-update | ||||
| 2024-09-23 | Update actions/setup-node to v4 | Trivikram Kamat | -1/+1 | |
| 2024-09-22 | Generate lint list in HTML directly instead of JS | Guillaume Gomez | -1/+0 | |
| 2024-09-18 | Generate versions HTML directly | Alex Macleod | -6/+3 | |
| 2024-09-04 | Bump actions/download-artifact from 3 to 4 | Philipp Krones | -2/+2 | |
| 2024-08-24 | Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup | Jason Newcomb | -5/+1 | |
| 2024-08-12 | Replace the metadata collector with tests | Alex Macleod | -5/+0 | |
| 2024-08-11 | Auto merge of #13187 - GuillaumeGomez:settings-menu, r=Alexendoo | bors | -0/+1 | |
| Add settings menu on clippy lints page It looks like this (when the menu is expanded):  Follow-up of https://github.com/rust-lang/rust-clippy/pull/13178. Someone pointed out that they should be able to disable the shortcuts on this page like it's the case for rustdoc and docs.rs. So here we go. The first commit moves the style into its own file: it's much better for a web browser because it can then cache it. The second one actually adds the new settings menu you can see above. r? `@Alexendoo` changelog: Add settings menu on clippy lints page | ||||
| 2024-08-08 | Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into ↵ | Philipp Krones | -17/+22 | |
| clippy-subtree-update | ||||
| 2024-08-06 | Auto merge of #13225 - Jarcho:warnings, r=flip1995 | bors | -15/+20 | |
| Use `-D warnings` instead of `deny-warnings` feature. r? `@flip1995` changelog: none | ||||
| 2024-08-06 | Use `-D warnings` instead of `deny-warnings` feature. | Jason Newcomb | -15/+20 | |
| 2024-08-03 | lintcheck: force warn all lints | Alex Macleod | -2/+2 | |
| 2024-07-30 | Move style into its file | Guillaume Gomez | -0/+1 | |
| 2024-07-25 | Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into ↵ | Philipp Krones | -6/+22 | |
| clippy-subtree-update | ||||
| 2024-07-22 | Lintcheck: Fix Errors, because of course | xFrednet | -1/+1 | |
| 2024-07-22 | Lintcheck: Include truncated diff in CI artifacts | xFrednet | -1/+4 | |
| 2024-07-22 | Lintcheck: Order summary by lint and truncate messages | xFrednet | -3/+10 | |
| 2024-07-22 | Lintcheck: Limit summary size to 1024k and copy to logs | xFrednet | -1/+7 | |
| 2024-07-19 | Lintcheck: New testset for Clippy's CI (200 crates for ~10 min) | xFrednet | -6/+6 | |
| 2024-07-11 | Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into ↵ | Philipp Krones | -2/+2 | |
| clippy-subtree-update | ||||
| 2024-07-05 | Lintcheck: Add `--warn-all` and make it the CI default | xFrednet | -2/+2 | |
| 2024-06-27 | Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into ↵ | Philipp Krones | -0/+118 | |
| clippy-subtree-update | ||||
| 2024-06-23 | Cache lintcheck binary in ci | Alex Macleod | -41/+44 | |
| 2024-06-15 | Add lintcheck diff github action | Alex Macleod | -0/+115 | |
| 2024-05-16 | Manually set library paths in .github/driver.sh | Alex Macleod | -14/+15 | |
| 2024-04-11 | Pin remark-lint-maximum-line-length version | Alex Macleod | -1/+1 | |
| 2024-03-13 | CI: replace `cancel-outdated-builds` with `concurrency` groupo | Jakub Beránek | -24/+11 | |
