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: hyperium/http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: hyperium/http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 14 commits
  • 17 files changed
  • 8 contributors

Commits on Dec 11, 2025

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

Commits on Jan 5, 2026

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

Commits on Jan 12, 2026

  1. style: remove unnecessary explicit lifetimes (#815)

    Partially automated with cargo clippy --fix.
    jplatte authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    5f0c866 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

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

Commits on Feb 27, 2026

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

Commits on Mar 3, 2026

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

Commits on Mar 25, 2026

  1. refactor(uri): consolidate PathAndQuery::from_shared and from_static (#…

    …825)
    
    Previously, the constructors had their logic nearly duplicated, one to fit the
    const fn context, with minor differences. This change consolidates it back
    into a single const fn, with the non-const parts separated out, so that the
    parsing logic does not drift unintentionally.
    seanmonstar authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    1ad200e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

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

Commits on Apr 3, 2026

  1. docs(extensions): rephrase internal comment (#827)

    Rephrase the comment on `map` field in `Extensions` to make it easier to understand
    daalfox authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    29dd307 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2026

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

Commits on May 13, 2026

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

Commits on May 25, 2026

  1. Configuration menu
    Copy the full SHA
    1b968dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc3b044 View commit details
    Browse the repository at this point in the history
  3. v1.4.1

    seanmonstar committed May 25, 2026
    Configuration menu
    Copy the full SHA
    a24c968 View commit details
    Browse the repository at this point in the history
Loading