[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.0
Choose a base ref
...
head repository: taiki-e/pin-project-lite Loading
compare: v0.1.1
Choose a head ref
  • 12 commits
  • 8 files changed
  • 2 contributors

Commits on Oct 22, 2019

  1. Add changelog

    taiki-e committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    4132e0c View commit details
    Browse the repository at this point in the history
  2. Fix CI

    taiki-e committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    2c4b779 View commit details
    Browse the repository at this point in the history
  3. Merge #1

    1: Fix CI r=taiki-e a=taiki-e
    
    
    
    Co-authored-by: Taiki Endo <te316e89@gmail.com>
    bors[bot] and taiki-e committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    6e37998 View commit details
    Browse the repository at this point in the history
  4. Fix documentation

    taiki-e committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    bd4617c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    3fe5128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    310ecb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Cleanup CI config

    This moves install scripts to own files and perform more correct checks
    by using cargo-hack.
    taiki-e committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    e5de286 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Merge #4

    4: Cleanup CI config r=taiki-e a=taiki-e
    
    This moves install scripts to own files and perform more correct checks
    by using cargo-hack.
    
    Co-authored-by: Taiki Endo <te316e89@gmail.com>
    bors[bot] and taiki-e committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    ae96d3f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Cleanup install scripts

    taiki-e committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    63dbc3d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Determine the visibility based on the original type

    The visibility of the projected type and projection method is based on
    the original type. However, if the visibility of the original type is
    `pub`, the visibility of the projected type and the projection method is
    `pub(crate)`.
    taiki-e committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    f5dc069 View commit details
    Browse the repository at this point in the history
  2. Merge #5

    5: Determine the visibility based on the original type r=taiki-e a=taiki-e
    
    The visibility of the projected type and projection method is based on
    the original type. However, if the visibility of the original type is
    `pub`, the visibility of the projected type and the projection method is
    `pub(crate)`.
    
    Based on taiki-e/pin-project#96
    
    Co-authored-by: Taiki Endo <te316e89@gmail.com>
    bors[bot] and taiki-e committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    5b7bbcf View commit details
    Browse the repository at this point in the history
  3. Release 0.1.1

    taiki-e committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    17415f6 View commit details
    Browse the repository at this point in the history
Loading