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/log
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.19
Choose a base ref
...
head repository: rust-lang/log
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.20
Choose a head ref
  • 13 commits
  • 7 files changed
  • 4 contributors

Commits on Jul 3, 2023

  1. Remove rustversion dev-dependency

    Since the MSRV is now 1.60.
    Thomasdezeeuw committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a556b46 View commit details
    Browse the repository at this point in the history
  2. Fix implicit_named_args test

    When kv_unstable is not enabled.
    Thomasdezeeuw committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    472e8f0 View commit details
    Browse the repository at this point in the history
  3. Hack around proc-macro2 version

    Done to make the minimal (crate) version CI happy.
    Thomasdezeeuw committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c175ad4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #568 from Thomasdezeeuw/remove-rustversion-dep

    Remove rustversion dev-dependency
    KodrAus committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e9123d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    9d052b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #570 from EFanZh/remove-local-inner-macros

    Remove `local_inner_macros` usage
    KodrAus committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cab1088 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. prepare for 0.4.20 release

    KodrAus committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6d173bf View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    3f534d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3985711 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Merge pull request #575 from EFanZh/group-target-module-path-and-file

    Group `target_module`, `path` and `file` arguments
    KodrAus committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    838920c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #571 from rust-lang/cargo/0.4.20

    Prepare for 0.4.20 release
    KodrAus committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    6de3ccc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #574 from chrysn-pull-requests/doc-log-to-defmt

    doc: Add log-to-defmt to other-facilities section
    KodrAus committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    4708f14 View commit details
    Browse the repository at this point in the history
Loading