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: actions-rust-lang/rustfmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: actions-rust-lang/rustfmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 19, 2022

  1. Add changelog

    jonasbb authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a2dccfa View commit details
    Browse the repository at this point in the history
  2. Add dependabot configuration

    jonasbb authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    fe47310 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Nov 21, 2022

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

Commits on Oct 1, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    706f84c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from actions-rust-lang/dependabot/github_action…

    …s/actions/checkout-4
    jonasbb authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    696312a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 1, 2024

  1. Parse new rustfmt filename:line format

    Adjust code for stripping ANSI escapes. A 0x0f character is included for switching character sets.
    
    The old "filename at line line" is still supported.
    jonasbb authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0704f9f View commit details
    Browse the repository at this point in the history
  2. Update changelog

    jonasbb authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    559aa30 View commit details
    Browse the repository at this point in the history
Loading