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/proc-macro2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.61
Choose a base ref
...
head repository: dtolnay/proc-macro2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.62
Choose a head ref
  • 16 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    01e74f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c2a98f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c27ad57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7505e67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75160e5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #394 from dtolnay/unicodebytestr

    Disallow non-ASCII content inside byte string
    dtolnay authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    1244b5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c20a59 View commit details
    Browse the repository at this point in the history
  8. Add c-str literal test

    dtolnay committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    5477bd2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96c97e5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #395 from dtolnay/cstr

    Implement `c"…"` literal parsing
    dtolnay authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    3f6d84b View commit details
    Browse the repository at this point in the history
  11. Return Result from \x parser

    dtolnay committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    231e8c8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    07ffd04 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2923c3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aebe7a0 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #396 from dtolnay/trailingbackslash

    Factor out logic for processing trailing backslashes
    dtolnay authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    2331259 View commit details
    Browse the repository at this point in the history
  16. Release 1.0.62

    dtolnay committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    cfa1524 View commit details
    Browse the repository at this point in the history
Loading