Thanks to visit codestin.com
Credit goes to github.com

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: dtolnay/syn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.29
Choose a base ref
...
head repository: dtolnay/syn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.30
Choose a head ref
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 25, 2023

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

Commits on Aug 27, 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 syn-codegen'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 Aug 27, 2023
    Configuration menu
    Copy the full SHA
    4cc6f76 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Delete syn-parse-crates tool

    dtolnay committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    ceafc59 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    b8cf87c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    face31f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e827aca View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1498 from dtolnay/unnamedfields

    Parse unnamed struct/union syntax
    dtolnay authored Sep 3, 2023
    Configuration menu
    Copy the full SHA
    897f0de View commit details
    Browse the repository at this point in the history
  5. Release 2.0.30

    dtolnay committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    78f94ea View commit details
    Browse the repository at this point in the history
Loading