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: dtolnay/anyhow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.33
Choose a base ref
...
head repository: dtolnay/anyhow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.34
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 15, 2020

  1. Fix typo coersion -> coercion

    dtolnay committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    fd0268b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

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

Commits on Oct 26, 2020

  1. Merge pull request #117 from timvisee/master

    Show use of bail! for early return in README
    dtolnay authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    da3e403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45555cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c25be95 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Don't emit trailing semicolon from bail!

    This will allow `bail!` to continue to be used in expression position if
    rust-lang/rust#33953 is fixed
    Aaron1011 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    3002c06 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #120 from Aaron1011/fix/semi

    Don't emit trailing semicolon from `bail!`
    dtolnay authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    3c10992 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.34

    dtolnay committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    99c9821 View commit details
    Browse the repository at this point in the history
Loading