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.54
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.55
Choose a head ref
  • 17 commits
  • 11 files changed
  • 1 contributor

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    f7c0435 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8310b84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    055a793 View commit details
    Browse the repository at this point in the history
  4. Work around cargo-afl checking LLVM runtime

    In GitHub Actions it was failing with:
    
        AFL LLVM runtime is not built with Rust rustc-1.70.0-nightly-0c61c7a,
        run `cargo install --force afl` to build it.
    dtolnay committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    93f8ee7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #375 from dtolnay/afl

    Add AFL++ support to fuzz target
    dtolnay authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    e9e5eb8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba7ad43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75d9042 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #376 from dtolnay/honggfuzz

    Add honggfuzz support to fuzz target
    dtolnay authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    455ca39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b539d5a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    287979f View commit details
    Browse the repository at this point in the history
  2. Add test of Literal span

    dtolnay committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    606ea5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da4c83d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #378 from dtolnay/literalspan

    Create meaningful span for Literal in FromStr
    dtolnay authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    e163e79 View commit details
    Browse the repository at this point in the history
  5. Add test of Literal::subspan

    dtolnay committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    c1cf0f8 View commit details
    Browse the repository at this point in the history
  6. Implement Literal::subspan

    dtolnay committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    daccddb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #379 from dtolnay/subspan

    Implement Literal::subspan
    dtolnay authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    3310787 View commit details
    Browse the repository at this point in the history
  8. Release 1.0.55

    dtolnay committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    c4a3e19 View commit details
    Browse the repository at this point in the history
Loading