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-osdev/homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: next
Choose a base ref
...
head repository: rust-osdev/homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 5, 2025

  1. Merge pull request #256 from rust-osdev/next

    This Month in Rust OSDev: May 2025
    phil-opp authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    f0225a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. collect-changes: Use sorted map for changes

    This ensures the output order is consistent between runs, which makes it
    easier to verify code changes are acting as intended.
    nicholasbishop committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    cb11ac1 View commit details
    Browse the repository at this point in the history
  2. collect-changes: Update octocrab to latest version

    The feature list has changed significantly since 0.18.1. Rustls is now
    the default, and the builder code does not compile without additional
    features, so switch to the default feature list.
    
    This implicitly removes a dependency on an old version of ring.
    nicholasbishop committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    e44031c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #259 from nicholasbishop/bishop-sorted

    Update octocrab to latest version
    phil-opp authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    2c9d34c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

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

Commits on Jun 23, 2025

  1. Merge pull request #260 from nicholasbishop/bishop-fix-idna

    collect-changes: Run cargo update
    phil-opp authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    3b74dc9 View commit details
    Browse the repository at this point in the history
Loading