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: smol-rs/futures-lite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.3
Choose a base ref
...
head repository: smol-rs/futures-lite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Choose a head ref
  • 20 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 24, 2020

  1. Configuration menu
    Copy the full SHA
    622f1aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from taiki-e/ci

    Remove CURRENT_WEEK environment variable
    taiki-e committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    d1f2695 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Update URLs

    taiki-e committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    1fdd889 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from taiki-e/url

    Update URLs
    taiki-e committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    fabaccf View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    bfd3d6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #38 from smol-rs/badge

    Update license badge to match Cargo.toml
    taiki-e committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    ec5a746 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e40bca9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #39 from smol-rs/readme

    Remove readme field from Cargo.toml
    taiki-e committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    0ba0f06 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

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

Commits on Mar 10, 2021

  1. Merge pull request #41 from jbr/forward-async-write-for-bufreader

    Allow a BufReader that wraps an AsyncWrite to be AsyncWrite
    taiki-e committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    ace8e58 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Remove unused variable in sample documentation

    `line` is actually declared later in `while let ...`, so this line is not necessary 
    
    ```
    warning: unused variable: `line`
       --> src/mpv.rs:125:9
        |
    125 |     let mut line = String::new();
        |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_line`
    ```
    derlaft committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    0dc0904 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from derlaft/patch-1

    Remove unused variable in sample documentation
    taiki-e committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    5707c10 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    fe1c64f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from Byron/master

    Support BlockOn for implementors of AsyncBufRead
    taiki-e committed May 18, 2021
    Configuration menu
    Copy the full SHA
    0577901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    442ab3c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #44 from smol-rs/memchr

    Make memchr dependency optional
    taiki-e committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f6e0707 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Propose a new patch release

    In retrospect it appears like an oversight to not have implemented
    BufRead for impelmentors of AsyncBufRead.
    
    Thus I propose to make this fix available as a patch release.
    Byron committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    93cbd0d View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Taiki Endo <[email protected]>
    Byron and taiki-e committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    a32fe29 View commit details
    Browse the repository at this point in the history
  3. Bump minor version

    Byron committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    34000c1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #45 from Byron/master

    Propose a new patch release
    taiki-e committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    7b1f141 View commit details
    Browse the repository at this point in the history
Loading