Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/mdBook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: rust-lang/mdBook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 10 files changed
  • 2 contributors

Commits on Sep 21, 2025

  1. Add cargo-semver-checks

    This adds cargo-semver-checks to CI to help catch any unintended
    breaking changes to the API.
    ehuss committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    5b79ed4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Merge pull request #2858 from ehuss/add-semver-checks

    Add cargo-semver-checks
    ehuss authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    4a28995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2011ddb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2864 from rust-lang/renovate/cargo-semver-checks-0.x

    Update cargo-semver-checks to v0.44.0
    ehuss authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    b4c53b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2025

  1. Set up new workspace publish workflow

    This sets up the publish workflow to use the new OIDC authentication,
    and to publish the whole workspace at once.
    ehuss committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    4fc72e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2865 from ehuss/new-publish-workflow

    Set up new workspace publish workflow
    ehuss authored Sep 27, 2025
    Configuration menu
    Copy the full SHA
    e15f804 View commit details
    Browse the repository at this point in the history
  3. Add an xtask to help with running tests

    During development I often need to run a bunch of tests. Instead of
    having some unwieldy shell command, I have added this xtask to help with
    running the testing commands.
    ehuss committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    2c7d192 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2866 from ehuss/xtask-test

    Add an xtask to help with running tests
    ehuss authored Sep 27, 2025
    Configuration menu
    Copy the full SHA
    78819f4 View commit details
    Browse the repository at this point in the history
Loading