Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Jul 3, 2023

  1. Resolve needless_rwa_string_hashes clippy lint in test suite

        error: unnecessary hashes around raw string literal
           --> tests/test.rs:683:17
            |
        683 |     check_spans(r###"r#"abc"#"###, &[(1, 0, 1, 8)]);
            |                 ^^^^^^^^^^^^^^^^^ help: try: `r##"r#"abc"#"##`
            |
            = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes
            = note: `-D clippy::needless-raw-string-hashes` implied by `-D clippy::all`
    
        error: unnecessary hashes around raw string literal
           --> tests/test.rs:684:17
            |
        684 |     check_spans(r###"r#"ábc"#"###, &[(1, 0, 1, 8)]);
            |                 ^^^^^^^^^^^^^^^^^ help: try: `r##"r#"ábc"#"##`
            |
            = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes
    dtolnay committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    51ed1bb View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

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

Commits on Jul 9, 2023

  1. Revert "Require \r whitespace to be followed by \n"

    This reverts commit 0c550b2.
    dtolnay committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    d10651c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    261ad4d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #399 from dtolnay/carriagereturn

    Revert "Require \r whitespace to be followed by \n"
    dtolnay authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    9c812bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab053d3 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.64

    dtolnay committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    075af34 View commit details
    Browse the repository at this point in the history
Loading