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

Commits on Sep 17, 2025

  1. Replace tempdir with tempfile (#176)

    The tempdir crate has been superseded by tempfile.
    alexanderkjall authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    b5fe5a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Bump actions/checkout from 4 to 5 (#178)

    Bump [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    e0b33b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Replace into_error method with impl Into (#179)

    Fixes #169
    Dym03 authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    335da33 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Cache filename for sorting in fill_todo (#181)

    Alternative to #144.
    
    This reduces the duration to glob `**/*.rs` in a rustc checkout on my PC
    from ~1000ms to ~820ms:
    ```
    Benchmark 1: ./local
      Time (mean ± σ):     822.0 ms ±  11.2 ms    [User: 272.5 ms, System: 549.2 ms]
      Range (min … max):   811.8 ms … 849.6 ms    10 runs
     
    Benchmark 2: ./upstream
      Time (mean ± σ):      1.019 s ±  0.006 s    [User: 0.468 s, System: 0.551 s]
      Range (min … max):    1.005 s …  1.026 s    10 runs
     
    Summary
      ./local ran
        1.24 ± 0.02 times faster than ./upstream
    ```
    Kobzol authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    0639988 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Bump actions/checkout from 5 to 6 (#184)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    6bde970 View commit details
    Browse the repository at this point in the history
Loading