8000 Comparing v1.0.182...v1.0.183 · serde-rs/serde · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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/serde
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.182
Choose a base ref
...
head repository: serde-rs/serde
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.183
Choose a head ref
  • 9 commits
  • 9 files changed
  • 3 contributors

Commits on Aug 6, 2023

  1. Introduce a dedicated function for generating Field enum

    (the enum that represents all fields of a struct)
    Mingun committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    2a36d11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e313a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ada50b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b58e8ba View commit details
    Browse the repository at this point in the history
  5. Get rid of temporary variable

    Mingun committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    070cce0 View commit details
    Browse the repository at this point in the history
  6. Add forward impl for OsStr

    DBLouis committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    9c864f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Merge pull request #2556 from DBLouis/master

    Add forward impl for OsStr
    dtolnay authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    aaadd93 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2555 from Mingun/field

    Refactor code that generates `__Field` enums
    dtolnay authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    3bff326 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.183

    dtolnay committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    05a5b7e View commit details
    Browse the repository at this point in the history
Loading
0