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: clap-rs/clap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.5
Choose a base ref
...
head repository: clap-rs/clap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.7
Choose a head ref
  • 9 commits
  • 8 files changed
  • 2 contributors

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    3750774 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. docs(ref): Fix feature name

    epage committed May 2, 2023
    Configuration menu
    Copy the full SHA
    be88567 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4873 from Molkars/master

    impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId
    epage authored May 2, 2023
    Configuration menu
    Copy the full SHA
    a2131ae View commit details
    Browse the repository at this point in the history
  3. docs: Update changelog

    epage committed May 2, 2023
    Configuration menu
    Copy the full SHA
    4fec577 View commit details
    Browse the repository at this point in the history
  4. chore: Release

    epage committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a721454 View commit details
    Browse the repository at this point in the history
  5. fix(parser): Update iterator sizes as we go

    Maybe it was just me, but I didn't realize that the length had to be
    updated as we went but it can cause panics with a bad message.
    
    Fixes #4870
    epage committed May 2, 2023
    Configuration menu
    Copy the full SHA
    937f1ed View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4875 from epage/panic

    fix(parser): Update iterator sizes as we go
    epage authored May 2, 2023
    Configuration menu
    Copy the full SHA
    7b40f43 View commit details
    Browse the repository at this point in the history
  7. docs: Update changelog

    epage committed May 2, 2023
    Configuration menu
    Copy the full SHA
    1e0d76b View commit details
    Browse the repository at this point in the history
  8. chore: Release

    epage committed May 2, 2023
    Configuration menu
    Copy the full SHA
    baaf5c6 View commit details
    Browse the repository at this point in the history
Loading