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