-
Notifications
You must be signed in to change notification settings - Fork 107
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: uber-go/atomic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: uber-go/atomic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 35 files changed
- 3 contributors
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for adc54d9 - Browse repository at this point
Copy the full SHA adc54d9View commit details
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f9aa9cb - Browse repository at this point
Copy the full SHA f9aa9cbView commit details
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 976602f - Browse repository at this point
Copy the full SHA 976602fView commit details -
all: Update copyright notices (#112)
This will reduce noise in other PRs.
Configuration menu - View commit details
-
Copy full SHA for 122c956 - Browse repository at this point
Copy the full SHA 122c956View commit details -
Configuration menu - View commit details
-
Copy full SHA for edb52d7 - Browse repository at this point
Copy the full SHA edb52d7View commit details -
Test against Go 1.19 and lint only for the latest version. Update to latest staticcheck to work with 1.19.
Configuration menu - View commit details
-
Copy full SHA for d15bdad - Browse repository at this point
Copy the full SHA d15bdadView commit details
Commits on Aug 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 01497d2 - Browse repository at this point
Copy the full SHA 01497d2View commit details -
Add CompareAndSwap and Swap, Deprecate CAS (#111)
Adds CompareAndSwap and Swap methods to String, Error, and Value, implemented by making use of Value.CompareAndSwap and Value.Swap added in Go 1.17. Following that, add CompareAndSwap to all other types with "CAS" methods and deprecate CAS in favor of CompareAndSwap, since that's the convention the standard library chose for these in Go 1.19.
Configuration menu - View commit details
-
Copy full SHA for d4bbbc8 - Browse repository at this point
Copy the full SHA d4bbbc8View commit details
Commits on Aug 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d144bb6 - Browse repository at this point
Copy the full SHA d144bb6View commit details -
Adds a Pointer[T] type that provide the same functionality as Go 1.19's `sync/atomic.Pointer[T]` in both, Go 1.18 and 1.19. In Go 1.19, this uses the standard library's implementation, and in 1.18 our own custom implementation based on UnsafePointer. For Go 1.17, even though it's now unsupported, this is a no-op. Refs GO-1572 Resolves #115
Configuration menu - View commit details
-
Copy full SHA for 2ab21d8 - Browse repository at this point
Copy the full SHA 2ab21d8View commit details
Commits on Aug 11, 2022
-
Prepare release v1.10.0 (#118)
Prepare a new release with the following changes: v1.9.0...2ab21d8
Configuration menu - View commit details
-
Copy full SHA for 9680036 - Browse repository at this point
Copy the full SHA 9680036View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.0...v1.10.0