| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint/semver-checks: allow overriding CARGO | Ian Jackson | 2024-02-05 | 1 | -1/+3 |
| | | |||||
| * | Replace our old complex semver-checks script. | Nick Mathewson | 2023-06-29 | 1 | -106/+6 |
| | | | | | | | | | Now with cargo semver-checks >= 0.22.1, we no longer need to jump through hoops in order to only look at the `full` features. This, combined with our work on `fixup-features`, lets us be confident that we're only looking at semver breakage in experimental code. | ||||
| * | New script to run cargo-semver-checks with appropriate options. | Nick Mathewson | 2023-05-31 | 1 | -0/+121 |
| The options are rather complicated; because we do not want to subject our experimental features to semver, we need to run generate JSON rustdoc on our own and then pass that JSON to cargo-semver-checks. This in turn requires us to use the same options that cargo-semver-checks uses, including "RUSTC_BOOTSTRAP". I've left some TODOs here in places where we will likely want to improve our code in the future. See #711. | |||||
