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-cli/env_logger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rust-cli/env_logger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 30, 2020

  1. less self

    jyn514 committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    3f7253d View commit details
    Browse the repository at this point in the history
  2. Take self in all functions

    jyn514 committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    dc468e8 View commit details
    Browse the repository at this point in the history
  3. Silence clippy warnings

    jyn514 committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    8d1b533 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Don't use eprint from logger implementations.

    eprint! panics on io errors, which might cause unnecessary crashes like
    https://bugzilla.mozilla.org/show_bug.cgi?id=1676882.
    emilio committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    13a0b4f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Merge pull request #183 from jyn514/self

    Take `self` by value in build()
    jplatte authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    b7e9927 View commit details
    Browse the repository at this point in the history
Loading