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: hashicorp/golang-lru
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: hashicorp/golang-lru
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.3
Choose a head ref
  • 9 commits
  • 6 files changed
  • 5 contributors

Commits on Jun 16, 2018

  1. Adds LRU cache resize

    kevburnsjr committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    7ca4873 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Fix typo: 'exsists' (#50)

    eduherminio authored and jefferai committed May 7, 2019
    Configuration menu
    Copy the full SHA
    ff8f6c9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. lru.Get(): avoid nil pointer dereference (#56)

    Return failure rather than crash when nil value is inserted as lru data.
    kerolasa authored and jefferai committed May 20, 2019
    Configuration menu
    Copy the full SHA
    59383c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

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

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    89ebaa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b5852 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Merge pull request #57 from kevburnsjr/resize

    Adds LRU cache resize
    jefferai authored Jul 26, 2019
    Configuration menu
    Copy the full SHA
    6714091 View commit details
    Browse the repository at this point in the history
  2. Add go mod version string

    jefferai committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    881666a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from MichaelMure/master

    lru: don't kill the return values of Remove and RemoveOldest
    jefferai authored Jul 26, 2019
    Configuration menu
    Copy the full SHA
    7f827b3 View commit details
    Browse the repository at this point in the history
Loading