Commit Graph

16 Commits

Author SHA1 Message Date
bors 69be516ead Auto merge of #12011 - ehuss:fix-semver-checks, r=epage
Fix semver checks for 1.69

There is a small wording change in the 1.69 release that was causing this test to fail.
2023-04-25 11:29:06 -07:00
bors 32dbbce7db
Auto merge of #11817 - weihanglo:semvercheck-fix, r=epage
Fix semver check for 1.68

See https://github.com/rust-lang/cargo/actions/runs/4375746793/jobs/7656883351

Run `cd src/doc/semver-check && cargo +stable run` to test.
2023-03-09 22:57:33 +00:00
Enyium bed7dfb5fa Ensure em dashes are recognizable in markup.
Also correct some hyphens to em dashes.
2023-02-14 08:19:52 +01:00
Eric Huss 408b8d5f51 Remove lint mitigation suggesting to use a cargo feature.
Since it is not possible to have "private" features, it can be an issue
if users enable it without understanding what it is for.
2023-01-19 08:35:04 -08:00
Eric Huss 21d913401a Add more to lint semver mitigations. 2023-01-18 19:59:20 -08:00
Eric Huss 7e6c96a319 Add semver rule for lints 2023-01-18 14:45:12 -08:00
Weihang Lo bc16cdb5fb
fix(semver-check): adapt to a different error for variant not covered 2022-11-03 16:38:58 +00:00
hi-rustin e51a781aa9 Update outdated link for rust-semverver
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
2022-11-01 21:04:37 +08:00
alexey semenyuk 14154d17e7
Update semver.md 2022-05-22 13:03:25 +00:00
Erick Tryzelaar 3073edb373 Fix semver check for rust 1.54.0
This updates semver.md to use the new error message for reporting missing
generic arguments.
2021-08-04 16:59:38 -07:00
Stanislav Tkach ee2a0deece
SemVer Compatibility: an struct -> a struct 2021-04-20 13:07:39 +03:00
Eric Huss 413df36253 Fix semver docs for 1.51. 2021-03-31 13:55:52 -07:00
Eric Huss f44bc9864d Update link for no_std attribute. 2021-02-14 19:35:11 -08:00
Eric Huss d087aeb845 Stabilize -Zfeatures and -Zpackage-features. 2020-12-19 08:26:42 -08:00
Eric Huss e1873091a8 Fix semver documentation tests. 2020-12-01 22:21:24 -08:00
Eric Huss fd6a84aa83 Add chapters on dependency resolution and SemVer compatibility. 2020-08-10 11:00:58 -07:00