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/syn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.12
Choose a base ref
...
head repository: dtolnay/syn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.13
Choose a head ref
  • 13 commits
  • 9 files changed
  • 1 contributor

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    7ef652f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f5812a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2546432 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ced12d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7b4ef3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c001c26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80d4248 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b80c69a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b7c555 View commit details
    Browse the repository at this point in the history
  10. Ignore range_plus_one pedantic clippy lint

        error: an inclusive range would be more readable
            --> src/expr.rs:2743:26
             |
        2743 |                 .subspan(part_end..part_end + 1)
             |                          ^^^^^^^^^^^^^^^^^^^^^^ help: use: `part_end..=part_end`
             |
             = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#range_plus_one
             = note: `-D clippy::range-plus-one` implied by `-D clippy::pedantic`
    dtolnay committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b0861b9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1436 from dtolnay/floatsubspan

    Improve spans of Expr::Field parsed from a float Literal
    dtolnay authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    9aae2b4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    856c5dd View commit details
    Browse the repository at this point in the history
  13. Release 2.0.13

    dtolnay committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    ac5f15d View commit details
    Browse the repository at this point in the history
Loading