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: v0.2.7
Choose a base ref
...
head repository: hyperium/http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.8
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on May 4, 2022

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

Commits on May 19, 2022

  1. Fix doc(hidden) errors. (#553)

    Compiling with `cargo 1.63.0-nightly (3f052d8ee 2022-05-12)` I get lots
    of errors like this:
    ```
    error: `#[doc(hidden)]` is ignored on trait impl items
        --> src/header/map.rs:3296:9
         |
    3296 |         #[doc(hidden)]
         |         ^^^^^^^^^^^^^^ help: remove this attribute
         |
    note: the lint level is defined here
        --> src/lib.rs:161:9
         |
    161  | #![deny(warnings, missing_docs, missing_debug_implementations)]
         |         ^^^^^^^^
         = note: `#[deny(unused_attributes)]` implied by `#[deny(warnings)]`
         = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
         = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item
    ```
    This commit removes all these unnecessary attributes so that `http` compiles
    again with Nightly.
    nnethercote authored May 19, 2022
    Configuration menu
    Copy the full SHA
    fecfdfb View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Convert header::name to use MaybeUninit (#555)

    Co-authored-by: Steven Bosnick <[email protected]>
    seanmonstar and sbosnick authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    5b2719a View commit details
    Browse the repository at this point in the history
  2. v0.2.8

    seanmonstar committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    d46b71e View commit details
    Browse the repository at this point in the history
Loading