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

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    7633cb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1165 from serde-rs/jsonmac

    Eliminate local_inner_macros in favor of non-ident macro paths
    dtolnay authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    611b2a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6827c7b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1166 from dtolnay/allocvec

    Fix `json!` invocations when std prelude is not in scope
    dtolnay authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    49d7d66 View commit details
    Browse the repository at this point in the history
  5. Work around buggy rust-analyzer behavior

    As far as I can tell there is still no way to block it from
    autoimporting the private macros here.
    dtolnay committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    16fb6e0 View commit details
    Browse the repository at this point in the history
  6. Release 1.0.122

    dtolnay committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    54381d6 View commit details
    Browse the repository at this point in the history
Loading