- 7ccfa79 Generate all atomics automatically (#77) by Abhinav Gupta · 4 years, 6 months ago main master
- b3957f7 duration: Generate with gen-atomicwrapper by Abhinav Gupta · 4 years, 6 months ago
- e63519f float64: Generate with gen-atomicwrapper by Abhinav Gupta · 4 years, 6 months ago
- f455d48 bool: Generate with gen-valuewrapper by Abhinav Gupta · 4 years, 6 months ago
- af220de Separate files for each atomic type by Abhinav Gupta · 4 years, 6 months ago
- 9866630 Generalize gen-valuewrapper into atomicwrapper by Abhinav Gupta · 4 years, 6 months ago
- ddc304d Implement fmt.Stringer for atomic types (#76) by Abhinav Gupta · 4 years, 6 months ago
- 982a2dd Disallow non-atomic comparisons of atomics (#74) by Abhinav Gupta · 4 years, 6 months ago
- 5ed3279 Mark generated files as such (#75) by Abhinav Gupta · 4 years, 6 months ago
- 8872e1c Automatically generate integer and Value wrappers (#73) by Abhinav Gupta · 4 years, 6 months ago
- 49e6584 make: Ignore coverage for generator scripts by Abhinav Gupta · 4 years, 6 months ago
- 08f23f1 Generate atomic Value wrappers automatically by Abhinav Gupta · 4 years, 6 months ago
- d9a13c2 Generate atomic integers automatically by Abhinav Gupta · 4 years, 6 months ago
- 530718e ints: Pull types into independent files by Abhinav Gupta · 4 years, 6 months ago
- 1b900bf Replace escaped strings with raw string literals (#71) by Prashant Varanasi · 4 years, 6 months ago
- fb0c2ad string: Implement TextMarshaler, TextUnmarshaler (#70) by Abhinav Gupta · 4 years, 6 months ago
- 7311447 tests: Use subtests for JSON (#69) by Abhinav Gupta · 4 years, 6 months ago
- fcb7ed1 Add JSON Marshal and Unmarshal (#68) by Daniel Malmer · 4 years, 7 months ago
- b2c105d Back to development by Abhinav Gupta · 4 years, 9 months ago
- 8459200 Preparing release v 1.6.0 (#66) by Abhinav Gupta · 4 years, 9 months ago v1.6.0
- 9cf2b0a Drop dependency on golang.org/x/{tools,lint} (#65) by Abhinav Gupta · 4 years, 9 months ago
- 60aeda6 Back to development by Prashant Varanasi · 5 years ago
- 40ae6a4 Modify Bool to only use 1 or 0, rater than last bit (#62) by Prashant Varanasi · 5 years ago v1.5.1
- b99530f README: Fix legacy import path instructions (#60) by Abhinav Gupta · 5 years ago
- fb77e1d Back to development by Abhinav Gupta · 5 years ago
- 9dc4df0 Preparing release v1.5.0 (#58) by Abhinav Gupta · 5 years ago v1.5.0
- 473b956 Switch to Go modules (#56) by Abhinav Gupta · 5 years ago
- 187d219 Add a CHANGELOG (#57) by Abhinav Gupta · 5 years ago
- ef0d20d Fix typo in make lint rule (#55) by Sergey Shepelev · 5 years ago
- df976f2 Run lint on 1.12, remove pre-1.11 versions (#52) by Prashant Varanasi · 6 years ago v1.4.0
- 5a6ca66 README: Switch to travis-ci.com for badge (#51) by Abhinav Gupta · 6 years ago
- 5328d69 Simplify lint version select, control via .travis.yml (#46) by Prashant Varanasi · 6 years ago
- 8dc6146 switch hr to native markdown to render link (#43) by William Banfield · 6 years ago
- bb9a8ed Introduce an atomic type-safe wrapper around error type. (#42) by alexeypavlenko · 6 years ago
- ca68046 Update Go versions on Travis (#41) by Oleg Kovalov · 6 years ago
- 1ea20fb add atomic duration type (#37) by Nathan Jordan · 7 years ago v1.3.2
- 8474b86 Add standard library atomic operations to benchmark (#35) by Prashant Varanasi · 7 years ago v1.3.1
- 54e9e20 Add parallel benchmarks (#34) by Prashant Varanasi · 7 years ago
- 0ee2c2d Concurrently modify same atomic in stress tests (#33) by Prashant Varanasi · 7 years ago
- e81582a Revert "Optimization for String.Store("")" (#32) by Prashant Varanasi · 7 years ago
- 54f72d3 Test Go 1.9 (#31) by Grayson Koonce · 7 years ago v1.3.0
- 70bd126 Use stress tests for benchmarks by Bill Fumerola · 8 years ago
- 16b44f1 Optimization for String.Store("") by Bill Fumerola · 8 years ago
- 0506d69 Add .codecov with status checking for 100% coverage (#30) by Prashant Varanasi · 7 years ago
- 3c3f2a9 Point coverage badge at codecov instead of coveralls by Prashant Varanasi · 7 years ago
- d245187 Try codecov instead of coveralls (#28) by Prashant Varanasi · 7 years ago
- 908889c goreportcard badge by Bill Fumerola · 8 years ago
- a85b15e Use our own Value for String by Bill Fumerola · 8 years ago
- 3f020e6 Add Bool.CAS for compare-and-swap semantics (#23) by Prashant Varanasi · 8 years ago
- 1d7f075 Update Travis to run Go 1.7 and 1.8 versions (#22) by Oleg Kovalov · 8 years ago
- 4e33664 Shadow atomic.Value from sync/atomic (#19) by bill fumerola · 8 years ago v1.2.0
- 1dcf4eb Update lint-worthy version list (#20) by bill fumerola · 8 years ago
- 3b8db5e Implement Add/Sub for Float64 (#17) by Anton Tyurin · 8 years ago v1.1.0
- 74ca5ec Add stress test for Float64 by Bill Fumerola · 8 years ago
- 14746df Merge pull request #16 from uber-go/refactor_stress by bill fumerola · 8 years ago
- 9058d5b Refactor stress tests and wait for the results by Prashant Varanasi · 8 years ago
- 9e99152 Fix Go tip errors with self-import (#14) by Prashant Varanasi · 8 years ago
- 0ab9959 Use go.uber.org import path (#13) by Prashant Varanasi · 8 years ago
- 6c2817a Atomic wrapper around float64 (#12) by Kunal Thakar · 8 years ago
- 0c9e689 Merge pull request #10 from uber-go/unexport by Prashant Varanasi · 8 years ago v1.0.0
- e59e67d Use unexported field name instead of embedding by Prashant Varanasi · 8 years ago
- 16e575a Merge pull request #9 from uber-go/string_bug by Prashant Varanasi · 8 years ago
- d938bba Fix NewString disregarding the passed in string by Prashant Varanasi · 8 years ago
- 3725100 Merge pull request #8 from uber-go/string by Prashant Varanasi · 8 years ago
- fecc235 Add String as a type-safe wrapper for atomic.Value by Prashant Varanasi · 8 years ago
- e682c10 Fix glide.yaml and run glide up by Prashant Varanasi · 8 years ago
- b4ee65f Use glide nv instead of novendor by Prashant Varanasi · 8 years ago
- 7afff28 Add an atomic Boolean type (#4) by Akshay Shah · 8 years ago
- e1b75a4 Lint on Travis (#7) by Akshay Shah · 8 years ago
- 68f9c8c Add docs and linters before release (#6) by Akshay Shah · 8 years ago
- 2051a60 Add a Sub method to atomics (#5) by Akshay Shah · 8 years ago
- be53a1d Merge pull request #1 from uber-go/import by Prashant Varanasi · 8 years ago
- 928a9d7 Import atomic package by Prashant Varanasi · 8 years ago
- d53d39b Add Uber license by Prashant Varanasi · 9 years ago