-
Notifications
You must be signed in to change notification settings - Fork 44
chore: Adopt '_rust/main' template #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 113 commits
Commits
Show all changes
114 commits
Select commit
Hold shift + click to select a range
e7b7555
chore: First step
epage d6b4446
docs: Set changelog base
epage afeff23
chore(ci): Quote strings in yaml
epage 2768727
chore: Don't set rustflags by default
epage 0838840
chore: Update release process
epage afd6a45
chore: Use workspace inheritance
epage 037f379
chore(ci): Remove rustfmt/clippy next jobs
epage d1dd4ae
chore(ci): Expand approved licenses
epage 6c8df60
chore: Include Cargo.lock
epage fbaab42
chore(deps): update msrv to v1.65.0
renovate[bot] 29b981c
Merge pull request #1 from epage/renovate/rust-1.x
epage 614b0a2
docs(contrib): Remove reference to travis
epage f7b990b
fix(ci): Fix Renovate regexes
epage 4163ad7
style(ci): Match auto-generated style
epage 563de12
chore(ci): Update stabilidyDays to new syntax
epage 2c4a7f5
chore(ci): Delay Renovate PRs until ready
epage 62401b8
chore(ci): Lower the MSRV churn for template
epage d99db2e
style(ci): Match auto-generated style
epage afaba35
chore(ci): Use new minimumReleaseAge field
epage 60a8ec8
chore(ci): Ban for_each
epage 96297f0
chore(ci): Clarify why map_or is banned
epage 716170e
chore(gh): Ban rebase merges
epage 80d4cdd
chore: Remove clippy lint past MSRV (needs 1.67)
epage 2b6bb28
chore(ci): Catch clippy config failures
epage 4d44cd7
chore: Update precommit hooks
epage d6075a4
chore: Expand update window so more likely to be hit
epage 67eb1d9
chore(ci): Ensure lockfile isn't stale
epage ba76b8b
chore(ci): Ensure latest deps are good
epage 5286387
chore: Update pre-commit hooks
epage efe14d6
chore(renovate): Make style consistent
epage a6ecf92
chore(renovate): Update config
epage c8624f0
chore(renovate): Update MSRV on release
epage 44604fc
chore(renovate): Try to fix schedule
epage ff82d69
chore(ci): Don't fail on wildcards
epage 5749aa0
chore: Approve ISC
epage 4173c8f
chore(ci): Don't set patch for MSRV
epage 86c29de
chore(ci): Updaet Renovate schema
epage ac51f09
chore(ci): Normalize json5 syntax
epage 3057980
README.md 'Crates Status' icon link now uses the Markdown placeholder…
peter-lyons-kehl cad9b47
README.md list indentation and no bare URLs, as per Markdown Lint VS …
peter-lyons-kehl 6d3f888
chore(deps): update actions/checkout action to v4
renovate[bot] f97fa94
Merge pull request #8 from epage/renovate/actions-checkout-4.x
epage 8499939
Merge pull request #6 from peter-kehl/readme_use_crates_io_link_place…
epage 74beef5
Merge pull request #7 from peter-kehl/readme_pass_markdown_lint
epage 5e3b324
chore(ci): Ensure MSRV is quoted
epage 5ebe30b
chore(ci): Update pre-commit hooks
epage 598c624
chore(config): migrate config .github/renovate.json5
renovate[bot] 8c836ea
Merge pull request #10 from epage/renovate/migrate-config
epage 69fa026
chore(deps): update actions/setup-python action to v5
renovate[bot] 82c9aa7
chore(deps): update github/codeql-action action to v3
renovate[bot] c7805bc
Merge pull request #12 from epage/renovate/actions-setup-python-5.x
epage 739d2cf
Merge pull request #13 from epage/renovate/github-codeql-action-3.x
epage a4c0626
chore: Make renovate commits to match
epage 61250a3
chore(ci): Optimize CI runs
epage e819db4
chore(ci): Cancel prior CI runs
epage 0b02906
chore(ci): Be explicit in renovate updates
epage 131de55
chore(ci): Add m1 runners
epage 9a5af5c
chore(ci): Only check intel mac on schedule
epage da56001
chore(ci): Gather coverage
epage 1313256
chore(ci): Use latest for coverage
epage 51a98a2
chore(ci): Defer to package.rust-version for clippy
epage 4db293d
chore(ci): Only verify MSRV for published packages
epage 779496b
chore(ci): Run the latest clippy
epage c977df5
chore(ci): Prevent cargo-hack from blowing away our lockfile
epage 7846c51
chore(deps): Update pre-commit/action action to v3.0.1
renovate[bot] 2d5ff55
Merge pull request #16 from epage/renovate/pre-commit-action-3.x
epage 3d5ead8
chore(ci): Configure standard lints
epage ace6e07
chore(ci): Don't update stable and MSRV together
epage 8ec86ab
chore: Normalize clippy lint names
epage 8e647d9
chore: Encourage use of workspace.dependencies
epage 126eb3d
chore: Encourage a single test binary
epage c8b190b
chore(ci): Use latest SARIF
epage 9b1b566
chore(ci): Fix all rust-version-specific checks to stable
epage 92d486c
chore(ci): Speed up lockfile check
epage 9258d9a
chore(ci): More exhaustively check features
epage 2714cca
chore(ci): Don't check for unused crates
epage 314eef7
chore: Dont check must_use
epage 6a9d2bf
chore: Don't warn on unsafe
epage 8d4b1b6
chore: Remove clippy::tests_outside_test_module
epage 99e034b
chore: Move print lints to lib.rs
epage a516bda
chore: Drop workspace.dependencies
epage ebc70d0
chore: Only check missing_docs in lib
epage 3278d49
chore: Allow print in tests
epage d634de6
chore(ci): Ensure CI job always runs
epage dc3e937
Merge pull request #19 from epage/t
epage 2570b58
chore(ci): Skip branch protections
epage afd2755
chore(ci): Don't block on Lint Commits
epage 14225df
chore(ci): Auto-merge linter version updates
epage be30b1b
chore(ci): Try again with not auto-updating MSRV
epage a01f25d
chore(ci): Reduce noisy lints
epage 82cf9a6
chore(ci): Reduce noisy lints
epage 181a2cf
chore(ci): Allow prelude wildcard imports
epage 51de731
chore(ci): Lint clippy::items_after_statements seems too strict
epage 78741e5
chore: Remove lints that lead to bad code
epage 44916f6
chore: Update deny config
epage ce6badc
chore: Fix typo
epage 1353a95
chore: Encourage use of repository
epage 7039c66
chore: Encourage cloneable repositories
epage 2a274e1
chore(ci): Auto-update Mac now that latest uses m1
epage 0547ff2
docs(contrib): Clarify our policies
epage eb4e999
Fix typos in CONTRIBUTING.md
jalil-salame 045de93
Merge pull request #21 from jalil-salame/patch-1
epage bdb06a1
chore(ci): Verify version requirements
epage 87d9ae5
chore: Fix clippy::lint_groups_priority for 1.80
epage 553258a
Have clippy warn about uninlined format arguments
joshtriplett 266ead1
Merge pull request #22 from joshtriplett/clippy-uninlined-format-args
epage 7a28f01
docs(contrib): Fix tpo
epage 37cf108
chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
renovate[bot] 68d2027
Merge pull request #23 from epage/renovate/embarkstudios-cargo-deny-a…
epage 6e193aa
chore: Ensure pre-commit gets non-system Python
epage 35fcbb7
Merge pull request #24 from epage/pre-commit
epage 9599e01
chore: Adopt '_rust/main' template
epage 67ea821
style: Use inline format args
epage 218d7ff
chore(ci): Fix CI
epage File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
allow-branch = ["master"] | ||
dependent-version = "fix" | ||
allow-branch = ["main"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.