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.16
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.18
Choose a head ref
  • 8 commits
  • 8 files changed
  • 1 contributor

Commits on May 23, 2023

  1. Show error details during miri setup in CI

    Without this, if it fails, the only information printed is useless:
    
        Preparing a sysroot for Miri (target: x86_64-unknown-linux-gnu)...
        fatal error: failed to build sysroot; run `cargo miri setup` to see the error details
    dtolnay committed May 23, 2023
    Configuration menu
    Copy the full SHA
    4e97063 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    ee29399 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1459 from dtolnay/wasm

    Extern crate proc_macro available on all wasm targets
    dtolnay authored May 25, 2023
    Configuration menu
    Copy the full SHA
    ab19415 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c49115a View commit details
    Browse the repository at this point in the history
  4. Release 2.0.17

    dtolnay committed May 25, 2023
    Configuration menu
    Copy the full SHA
    c59a68d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    f1ff0e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1461 from dtolnay/emptyattr

    Permit empty attr in syn::meta::parser
    dtolnay authored May 26, 2023
    Configuration menu
    Copy the full SHA
    278dbe1 View commit details
    Browse the repository at this point in the history
  3. Release 2.0.18

    dtolnay committed May 26, 2023
    Configuration menu
    Copy the full SHA
    4cae0a2 View commit details
    Browse the repository at this point in the history
Loading