1. 024e87b Revert "Merge tag '0.16.1'" by Aurimas Liutikas · 3 years, 1 month ago
  2. 82dbbee kotlinx-metadata updated to 0.2.0 by SokolovaMaria · 3 years, 3 months ago
  3. 5482b8b Receivers of nested inline functions correctly resolved by the JS transformer (#175) by SokolovaMaria · 3 years, 5 months ago
  4. d5c5580 Debug trace enhancements (#172) by SokolovaMaria · 3 years, 5 months ago
  5. e6864cb Removing reference to Tracebase class from JS (#169) by SokolovaMaria · 3 years, 5 months ago
  6. d96ad35 Skipped transformation of the nested atomic field loads (#165) by SokolovaMaria · 3 years, 6 months ago
  7. ef6ca9b Make transformer catch and report all error types (#164) by Sergey Mashkov · 3 years, 6 months ago
  8. 4f8c3dc Delegated properties supported for JVM and JS (#161) by SokolovaMaria · 3 years, 6 months ago
  9. 603e8d7 Volatile pure type fields of synthetic *RefVolatile classes should not be private by SokolovaMaria · 3 years, 7 months ago
  10. 67323b7 RefVolatile class modifiers fixed by SokolovaMaria · 3 years, 7 months ago
  11. d0d2719 package-private fields marked as SYNTHETIC by SokolovaMaria · 3 years, 7 months ago
  12. 46fe2fa Access modifiers and naming of *RefVolatile classes fixed. by SokolovaMaria · 3 years, 7 months ago
  13. 38bca01 Fixes: for VH array length is obtained with `arraylength` bytecode by SokolovaMaria · 3 years, 7 months ago
  14. ee1a444 Atomic*Array.size method introduced by SokolovaMaria · 3 years, 8 months ago
  15. a3fa7e9 Fixed storing top-level atomics to local variables. by SokolovaMaria · 3 years, 7 months ago
  16. ac298fa TraceFormat references removed on JVM and JS by SokolovaMaria · 3 years, 10 months ago
  17. a855073 Tracing atomic operations by sokolova · 5 years ago
  18. 10f7065 Transformed operand stack for `setValue` on static atomic field fixed. by SokolovaMaria · 3 years, 8 months ago
  19. f2da1ad Support array initialization generated by JVM_IR (#127) by Ilmir Usmanov · 4 years, 3 months ago
  20. 946286f Better error stack-trace reporting on transformation failures by Roman Elizarov · 4 years, 7 months ago
  21. c0e2162 Fixed JVM transformer for ASM 7.2 by Roman Elizarov · 4 years, 7 months ago
  22. 6343417 Erasing reentrantLock fixed by sokolova · 4 years, 7 months ago
  23. 2f55313 Cleanup ReentrantLock typealias references from metadata by Roman Elizarov · 4 years, 7 months ago
  24. 4e96978 ReentrantLock support added by sokolova · 4 years, 7 months ago
  25. 578e60d Move SynchronizedOject to a separate package kotlinx.atomicfu.locks by Roman Elizarov · 4 years, 7 months ago
  26. 62dabec kotlinx.metadata version update + SynchronizedObject removal by Roman Elizarov · 4 years, 7 months ago
  27. 02b773d Fixed looking for local variables scope labels by sokolova · 4 years, 8 months ago
  28. f30ccba Supported unchecked cast erasure (including array elements) by sokolova · 4 years, 9 months ago
  29. c65515b Inline functions on array elements fixed by sokolova · 4 years, 9 months ago
  30. 15268a9 Optimize volatile-only fields in JVM by Roman Elizarov · 4 years, 9 months ago
  31. 08e7b76 Getting array elements by named index fixed by sokolova · 5 years ago
  32. 8339126 Adjust kotlin.Metadata in JVM classes to remove atomicfu references by Roman Elizarov · 5 years ago
  33. 2539ac6 Fixed removal of inline methods on atomicfu types from bytecode by Roman Elizarov · 5 years ago
  34. 11645b4 Fixed BooleanArray setValue by sokolova · 5 years ago
  35. 37c6224 Getfield for FU arrays with external names fixed by sokolova · 5 years ago
  36. 4928b87 Get array field fixed by sokolova · 5 years ago
  37. 2d3721d Reformatted code to avoid long line and extra Type. by Roman Elizarov · 5 years ago
  38. ec234e4 Improved support for inline methods on atomic types by Roman Elizarov · 5 years ago
  39. b7820a3 Inlining of atomic operations fixed by sokolova · 5 years ago
  40. 82d2f79 Update copyright by Roman Elizarov · 5 years ago
  41. 9407bcd Merged with develop branch by Roman Elizarov · 5 years ago
  42. 761b6c8 Removed signature from FieldInfo, always generate Object[] array by Roman Elizarov · 5 years ago
  43. 66353ae Api extended: added atomicArrayOfNulls(size: Int) by sokolova · 6 years ago
  44. 31a869f Code style fixes + generic array test by sokolova · 6 years ago
  45. 0c2ab05 Some refactoring for array and top-level vals support by sokolova · 6 years ago
  46. 633560e Some fragilities of JS transformer fixed (+ fixed JS local testing) by sokolova · 6 years ago
  47. 9461e0f Top-level atomic vals by sokolova · 6 years ago
  48. c2126fa Support atomic arrays by sokolova · 6 years ago
  49. b14be2e JS scopes fixed by sokolova · 6 years ago
  50. 31decab Explicitly specify language & API version 1.2 in build files by Roman Elizarov · 6 years ago
  51. d29ed0d AtomicFUGradlePlugin: More consistent task naming & code refactoring by Roman Elizarov · 6 years ago
  52. 80af1a6 JS atomicfu transformer by sokolova · 6 years ago
  53. e934ae9 Fixed lost files during class analysis phase by Roman Elizarov · 6 years ago
  54. 29c8c53 Faster references collector (without MethodNode) by Roman Elizarov · 6 years ago
  55. f00ac34 Internal modifier support by sokolova · 6 years ago
  56. 4778c58 AtomicBoolean support Fixes #6 by sokolova · 6 years ago
  57. 58d1aba MPP: Ignore non-ops in flow analyzer by Roman Elizarov · 6 years ago
  58. 694870a MPP: More debug output by Roman Elizarov · 6 years ago
  59. b5e3c43 MPP: Generate Maven plugin from Gradle build, remove maven build files by Roman Elizarov · 6 years ago
  60. ea6ef54 MPP: Work in progress, build switched to gradle, atomicfu-js module by Roman Elizarov · 6 years ago
  61. 449cca7 Preserve annotations on atomic fields by Roman Elizarov · 6 years ago
  62. c105f51 Version 0.9.2: Replaced deprecated kotlin-stdlib-jre8 dependency with kotlin-stdlib-jdk8 by Roman Elizarov · 7 years ago
  63. 327c600 Version 0.9.1 by Roman Elizarov · 7 years ago
  64. 67ed228 Version 0.9 by Roman Elizarov · 7 years ago
  65. fe0eec0 Support generation of VarHandle variant by Roman Elizarov · 7 years ago
  66. 590f720 Version 0.8 by Roman Elizarov · 7 years ago
  67. 307a52f Publish empty javadocs by Roman Elizarov · 7 years ago
  68. f230aad Version 0.7 & Maven Central publishing by Roman Elizarov · 7 years ago
  69. d97e0eb Fixed lost ACC_STATIC on <clinit> methods by Roman Elizarov · 7 years ago
  70. 148bece Version 0.6 by Roman Elizarov · 7 years ago
  71. 9e1c6b0 Version 0.5 by Roman Elizarov · 7 years ago
  72. bda1968 Version 0.4 by Roman Elizarov · 7 years ago
  73. fec9aa8 Support atomicVar.value = constant (with LDC instruction) by Roman Elizarov · 7 years ago
  74. 51e5c65 Improved handling of compiler local variables for atomic fields. by Roman Elizarov · 7 years ago
  75. be28494 Version 0.3-SNAPSHOT by Roman Elizarov · 7 years ago
  76. 752a88b Version 0.2 & change log by Roman Elizarov · 7 years ago
  77. a3497ee Support lock-freedom testing & more documentation by Roman Elizarov · 7 years ago
  78. f7c0bb3 Version 0.2-SNAPSHOT by Roman Elizarov · 7 years ago
  79. c9cffe7 Copyright by Roman Elizarov · 7 years ago
  80. 1b3d7c1 Merge static init code sections by Roman Elizarov · 7 years ago
  81. df531bc Properly include dependencies & copy non-class files by Roman Elizarov · 7 years ago
  82. d6a3b79 Version 0.1 by Roman Elizarov · 7 years ago
  83. 5e54a52 Update group id & transform files to a different directory by Roman Elizarov · 7 years ago
  84. 2d85e47 Support user-defined private inline functions by Roman Elizarov · 7 years ago
  85. ed43376 verbosity param & consitent class names, file names, and line nums in output by Roman Elizarov · 7 years ago
  86. c827326 Version 0.1 by Roman Elizarov · 7 years ago
  87. d5bbf2e Basic flow-control and diagnostic about any kind of unsupported code by Roman Elizarov · 7 years ago
  88. c1a9e35 Optimized get/setValue to direct volatile read/write of variable by Roman Elizarov · 7 years ago
  89. 43d9753 Passes tests, even with non-trivial inline functions like update by Roman Elizarov · 7 years ago
  90. 0c2dda0 Stub impls & tests (work in progress) by Roman Elizarov · 7 years ago
  91. 8313df8 Working prototype by Roman Elizarov · 7 years ago
  92. cf2e86e Initial commit (work in progress) by Roman Elizarov · 7 years ago