summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-03Auto merge of #13516 - epage:msrv-add, r=ehussHEADmasterauto-cargobors
2024-03-03Auto merge of #13523 - epage:locked, r=ehussbors
2024-03-02chore(ci): Ensure lockfile is respected during MSRV testingEd Page
2024-03-02Auto merge of #13520 - Muscraft:use-consistent-colors, r=weihanglobors
2024-03-02feat: Use consistent colors when testingScott Schafer
2024-03-01Auto merge of #13505 - epage:edition-warn, r=weihanglobors
2024-03-01fix(add): Don't talk about rustc version as if its msrvEd Page
2024-03-01refactor(add): Allow specializing the message for rustcEd Page
2024-03-01feat(add): Fallback to rustc when rust-version is unsetEd Page
2024-03-01test(add): Demonstrate version selection for old toolchainsEd Page
2024-03-01Auto merge of #13514 - epage:msrv-error, r=weihanglobors
2024-03-01fix(add): Increase consistency between warning/errorEd Page
2024-03-01refactor(add): Flatten reportingEd Page
2024-03-01fix(add): Clarify no-compatible-msrv error messageEd Page
2024-03-01fix(add): Clarify adding-of-old warningEd Page
2024-03-01refactor(add): Clarify formatting of warningEd Page
2024-03-01Auto merge of #13515 - weihanglo:index-cache, r=epagebors
2024-03-01refactor(add): Clarify why an unwrap is safeEd Page
2024-03-01refactor(add): Simplify code based on assumptionsEd Page
2024-03-01refactor(add): Pull out summary lookup logicEd Page
2024-03-01refactor(index): pass pkg name to cache manager instead of relative pathsWeihang Lo
2024-03-01refactor(index): abstract `std::fs` away from cache operationsWeihang Lo
2024-03-01refactor(index): move local only params into `Summaries::parse`Weihang Lo
2024-03-01refactor(index): break on-disk cache out to its own moduleWeihang Lo
2024-03-01refactor(index): move registry/index.rs to a mod directoryWeihang Lo
2024-03-01fix(msrv): Report all incompatible packages, not just a random oneEd Page
2024-03-01test(msrv): Use variablesEd Page
2024-03-01Auto merge of #13507 - rust-lang:renovate/compatible, r=epagebors
2024-03-01chore: Remove metadata from version requirementEd Page
2024-03-01Auto merge of #13510 - rust-lang:renovate/rusqlite-0.x, r=epagebors
2024-03-01Auto merge of #13512 - LuuuXXX:issue-5805, r=weihanglobors
2024-03-01docs: Clarify vendored sources as read-only and way to modifyLuuuX
2024-03-01chore(deps): update compatiblerenovate[bot]
2024-03-01Auto merge of #13511 - rust-lang:renovate/supports-hyperlinks-3.x, r=weihanglobors
2024-03-01chore(deps): update rust crate supports-hyperlinks to v3renovate[bot]
2024-03-01chore(deps): update rust crate rusqlite to 0.31.0renovate[bot]
2024-03-01Auto merge of #13506 - epage:context, r=weihanglobors
2024-02-29docs: Update ToC for Config -> ContextEd Page
2024-02-29refactor(context): Rename config mod to contextEd Page
2024-02-29refactor(cli): Update CLI/config merge to use gctxEd Page
2024-02-29fix(toml): Give MSRV-aware guidanceEd Page
2024-02-29refactor(toml): Group Edition validationEd Page
2024-02-29refactor(toml): Decouple rust-version reading from edition validationEd Page
2024-02-29feat(toml): Warn on unset EditionEd Page
2024-02-29test(manifest): Verify unset editionEd Page
2024-02-29test: Make edition explicit on packagesEd Page
2024-02-29Auto merge of #13504 - epage:edition-test, r=weihanglobors
2024-02-29Auto merge of #13481 - GuillaumeGomez:extern-map-fix, r=weihanglobors
2024-02-29Auto merge of #13499 - epage:always-edition, r=weihanglobors
2024-02-28fix(rustc): Always pass --edition to rustcEd Page