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: serde-rs/bytes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.8
Choose a base ref
...
head repository: serde-rs/bytes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.11.9
Choose a head ref
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 18, 2022

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

Commits on Dec 30, 2022

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

Commits on Jan 3, 2023

  1. Opt out -Zrustdoc-scrape-examples on docs.rs

    I'd like a chance to audit all the code that rustdoc is inserting into
    the docs. Currently I am skeptical that showing serde_bytes's internal
    usages of APIs is a net benefit to the public documentation. I am also
    skeptical that quite so many examples are needed, and that they should
    be featured so prominently in comparison to handwritten docs. Lastly I
    wish there were a way to turn this behavior off on a more granular
    basis.
    dtolnay committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    df42fe9 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Bytes -> repr(transparent)

    repr(transparent) was stabilized in Rust 1.28, and serde_bytes now
    requires a minimum compiler of 1.31.
    dtolnay committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    b38995e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    459e711 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #39 from serde-rs/docrepr

    Hide repr attribute from documentation
    dtolnay committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    7d76cc6 View commit details
    Browse the repository at this point in the history
  4. Release 0.11.9

    dtolnay committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    c3c8393 View commit details
    Browse the repository at this point in the history
Loading