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: jeromefroe/lru-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.6
Choose a base ref
...
head repository: jeromefroe/lru-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 13, 2021

  1. Explicitly implement Borrow for String & Vec for non-nightly

    While it isn't as fully featured as the nightly version, this allows
    using borrowed keys for `get` for what I believe are the most common
    cases: `Borrow<str>` and `Borrow<[T]>`. I believe this is also backward
    compatible with eventually enabling `Borrow<D> where K: Borrow<D>`.
    Dr-Emann committed Sep 13, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    075a23d View commit details

Commits on Sep 15, 2021

  1. Merge pull request #115 from Dr-Emann/explicit_borrow_str_slice

    Explicitly implement Borrow for String & Vec for non-nightly
    jeromefroe authored Sep 15, 2021
    Copy the full SHA
    0bf27e9 View commit details
  2. Release 0.7.0

    jeromefroe committed Sep 15, 2021
    Copy the full SHA
    9e82e0a View commit details
  3. Merge pull request #116 from jeromefroe/jerome/prepare-0.7.0-release

    Prepare 0.7.0 release
    jeromefroe authored Sep 15, 2021
    Copy the full SHA
    09f68c6 View commit details
Loading