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.4
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.6
Choose a head ref
  • 10 commits
  • 8 files changed
  • 3 contributors

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    c67a173 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Merge pull request #196 from mathstuf/target-as-symlink

    gitignore: ignore target as a symlink
    dtolnay authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    a0fa7dd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    12bac84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f21087 View commit details
    Browse the repository at this point in the history
  3. Remove slow_extend codepath

    This was originally used on rustc 1.29 which we no longer support.
    dtolnay committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    74f2200 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b07092c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #199 from dtolnay/extend

    Defer calls to proc_macro::TokenStream::extend
    alexcrichton authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    29c19f4 View commit details
    Browse the repository at this point in the history
  6. Release 1.0.5

    dtolnay committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    a4e9050 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Remove unneeded lib name from Cargo.toml

    This is left over from the proc-macro2-next preview releases.
    dtolnay committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    bc5ad24 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Release 1.0.6

    dtolnay committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    e82e857 View commit details
    Browse the repository at this point in the history
Loading