[go: nahoru, domu]

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: taiki-e/pin-project-lite Loading
base: v0.1.1
Choose a base ref
...
head repository: taiki-e/pin-project-lite Loading
compare: v0.1.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 20, 2019

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

Commits on Dec 29, 2019

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

Commits on Jan 5, 2020

  1. Merge #6

    6: Support recognizing default generic parameters. r=taiki-e a=kennytm
    
    Make this work:
    
    ```rust
    pin_project! {
        struct Foo<T = Bar> {
            field: T,
        }
    }
    ```
    
    The default parameter is not applied to the generated `Projection`/`ProjectionRef`/`__Origin` types.
    
    Co-authored-by: kennytm <kennytm@gmail.com>
    bors[bot] and kennytm committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    f02f82c View commit details
    Browse the repository at this point in the history
  2. Release 0.1.2

    taiki-e committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    5565797 View commit details
    Browse the repository at this point in the history
Loading