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.58
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.59
Choose a head ref
  • 11 commits
  • 5 files changed
  • 2 contributors

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
    c4425f9 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    b8e751a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #386 from rickwebiii/rweber/emscripten

    enable proc_macro on wasm32-unknown-emscripten
    dtolnay authored May 25, 2023
    Configuration menu
    Copy the full SHA
    22544fe View commit details
    Browse the repository at this point in the history
  3. Temporarily disable honggfuzz CI

    dtolnay committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d51f395 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e60c466 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #388 from dtolnay/wasm

    Extern crate proc_macro available on all wasm targets
    dtolnay authored May 25, 2023
    Configuration menu
    Copy the full SHA
    d62d078 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2993201 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #389 from dtolnay/useprocmacro

    `use_proc_macro` is now equivalent to `feature = "proc-macro"`
    dtolnay authored May 25, 2023
    Configuration menu
    Copy the full SHA
    13e3756 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92070f3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #390 from dtolnay/procmacrofrom

    Render rustdoc cfg banner on proc-macro-only From impls
    dtolnay authored May 25, 2023
    Configuration menu
    Copy the full SHA
    529e7af View commit details
    Browse the repository at this point in the history
  10. Release 1.0.59

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