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.47
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.49
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 18, 2022

  1. MIT copyright line

    Delete the first paragraph of LICENSE-MIT (an inaccurate
    pseudo-copyright line), leaving only the text of the MIT license.
    
    Nothing about the license of proc-macro2 has changed, only our
    understanding of how to correctly communicate that license has changed.
    
    This mirrors an equivalent change applied in the rust-lang/rust
    repository years ago.
    dtolnay committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    f633e31 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Time out workflows after 45 minutes

    GitHub's default timeout is 6 hours. Recently some of my GitHub Actions
    jobs have started randomly stalling for that long, which is inconvenient
    because it ties up a chunk of my runner quota. It apepars to be very
    rare for a job to recover after stalling. It's better to time out
    quicker and retry on a different runner.
    dtolnay committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    975c324 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Update build status badge

    dtolnay committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b4fa77f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Release 1.0.48

    dtolnay committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    a83ad60 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  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 proc-macro2'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 Dec 18, 2022
    Configuration menu
    Copy the full SHA
    6b9ee3d View commit details
    Browse the repository at this point in the history
  2. Release 1.0.49

    dtolnay committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    293705d View commit details
    Browse the repository at this point in the history
Loading