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.66
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.67
Choose a head ref
  • 20 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    ea99b07 View commit details
    Browse the repository at this point in the history
  2. Symlink proc-macro2 src dir into proc-macro2-fallback manifest dir

    Because `..` is otherwise not available to `cargo package`.
    
           Compiling proc-macro2-fallback v1.0.66
        error: couldn't read ../src/lib.rs: No such file or directory (os error 2)
    
        error: could not compile `proc-macro2-fallback` (lib) due to previous error
        error: failed to verify package tarball
    dtolnay committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    88bee74 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #400 from dtolnay/fallback

    Add proc-macro2-fallback crate containing just the fallback implemention
    dtolnay authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    35877a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03e7a51 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

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

Commits on Jul 23, 2023

  1. Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"

    Fixed in nightly-2023-07-23.
    
    This reverts commit c71dd29.
    dtolnay committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    132fe1c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

Commits on Aug 11, 2023

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

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    241fc38 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #403 from dtolnay/syn2

    Update syn 1.0 links to syn 2.0
    dtolnay authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2d05345 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Update afl crate to 0.14

    dtolnay committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2cc9ef0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45ef770 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 10, 2023

  1. Re-enable honggfuzz CI

    dtolnay committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    4ec3a42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #404 from dtolnay/honggfuzz

    Re-enable honggfuzz CI
    dtolnay authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    7017480 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Ignore missing_safety_doc clippy lint

        warning: unsafe function's docs miss `# Safety` section
            --> src/lib.rs:1240:5
             |
        1240 |     pub unsafe fn from_str_unchecked(repr: &str) -> Self {
             |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
             |
             = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
             = note: `-W clippy::missing-safety-doc` implied by `-W clippy::all`
             = help: to override `-W clippy::all` add `#[allow(clippy::missing_safety_doc)]`
    dtolnay committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2e96778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14a481d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #406 from dtolnay/error

    Parse rustc's representation of macro expansion error
    dtolnay authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    60c62dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bf6937 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.67

    dtolnay committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a803dd1 View commit details
    Browse the repository at this point in the history
Loading