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.14
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.15
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 12, 2023

  1. Ignore unnecessary_box_returns pedantic clippy lint

        error: boxed return of the sized type `expr::Expr`
           --> src/pat.rs:671:31
            |
        671 |         fn into_expr(self) -> Box<Expr> {
            |                               ^^^^^^^^^ help: try: `expr::Expr`
            |
            = help: changing this also requires a change to the return expressions in this function
            = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_box_returns
            = note: `-D clippy::unnecessary-box-returns` implied by `-D clippy::pedantic`
    dtolnay committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    6536786 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    0f78bdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e4f21 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1444 from Fancyflame/master

    fixed the case when `TypeTuple::to_tokens` will result in `TypeParen`
    dtolnay authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2b7ba23 View commit details
    Browse the repository at this point in the history
  4. Release 2.0.15

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