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: orcaman/concurrent-map
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: orcaman/concurrent-map
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 17, 2021

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

Commits on Dec 22, 2021

  1. Merge pull request #105 from dreson4/master

    panic when accessing map elements before initializing
    orcaman authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    893feb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. generics

    ImVexed committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    b62fe33 View commit details
    Browse the repository at this point in the history
  2. go.mod

    ImVexed committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    6b19c0e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Update .travis.yml

    ImVexed authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    cf3e918 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Update .travis.yml

    ImVexed authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    1d83275 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Merge pull request #107 from ImVexed/master

    Support for 1.18 generics
    orcaman authored May 9, 2022
    Configuration menu
    Copy the full SHA
    b1f44ce View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. adds v2 to module name, fixes readme

    - fixes #110
    - use go install for golangci-lint
    - remove ide files, add .gitignore
    andrewpmartinez committed May 25, 2022
    Configuration menu
    Copy the full SHA
    d6f6556 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Merge pull request #111 from andrewpmartinez/add.v2.for.generics

    adds v2 to module name, fixes readme
    orcaman authored May 26, 2022
    Configuration menu
    Copy the full SHA
    807b48d View commit details
    Browse the repository at this point in the history
Loading