1. 166784d GROOVY-11872: SC: propagate `STATIC_COMPILE_NODE` metadata in `Verifier` by Eric Milles · 7 hours ago master
  2. a2a7da6 junit params by Eric Milles · 30 hours ago
  3. 8790de3 Bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1 (#2384) by dependabot[bot] · 2 days ago
  4. 8cea3c8 bump groovy version by Eric Milles · 2 days ago
  5. 03bd50c minor items by Eric Milles · 2 days ago
  6. 959b138 minor items by Eric Milles · 2 days ago
  7. 05bc2c2 minor items by Eric Milles · 2 days ago
  8. a97e1da refactor setup by Eric Milles · 2 days ago
  9. 2090d3c Bump org.apache.maven:maven-core from 3.9.12 to 3.9.13 (#2394) by dependabot[bot] · 2 days ago
  10. 328e491 Bump actions/upload-artifact from 6 to 7 (#2389) by dependabot[bot] · 4 days ago
  11. c383a5d minor refactor: future proofing by replacing constructor deprecated in JDK20 by Paul King · 4 days ago
  12. e16c9fb GROOVY-6526: compute annotation targets and retention lazily (#2388) by Eric Milles · 4 days ago
  13. d99e5fd GROOVY-11870: STC: read type after setter checks by Eric Milles · 4 days ago
  14. 7d8349c GROOVY-11869: Bump junit5 jupiter/platform to 5.14.3/1.14.3 by Paul King · 7 days ago
  15. 65c4de3 GROOVY-11868: Bump gradle to 9.4.0 (build dependency) by Paul King · 7 days ago
  16. 396e6ce bump dnsjava to 3.6.4 (perf test compilation dependency) by Paul King · 7 days ago
  17. 8a042bf remove `implements Opcodes` from `TestSupport` by Eric Milles · 7 days ago
  18. 3ec2fe6 junit jupiter by Eric Milles · 7 days ago
  19. 2ac5b75 GROOVY-11867: Bump checkstyle to 12.3.1 (build dependency) by Paul King · 8 days ago
  20. a6a83ab fix: address Copilot review feedback on benchmark code by James Fredley · 8 days ago
  21. 2fc4123 GROOVY-10307: add targeted JMH benchmarks for SwitchPoint invalidation regression by James Fredley · 9 days ago
  22. b1b875a junit jupiter by Eric Milles · 8 days ago
  23. 61fff4f junit jupiter by Eric Milles · 8 days ago
  24. 9ad4468 junit jupiter by Eric Milles · 8 days ago
  25. 0b6a5fd junit jupiter by Eric Milles · 8 days ago
  26. 8a40250 junit jupiter by Eric Milles · 9 days ago
  27. 5afd9b9 junit jupiter by Eric Milles · 9 days ago
  28. 90e7ea2 minor items by Eric Milles · 9 days ago
  29. b907685 remove deprecated references by Eric Milles · 9 days ago
  30. 38c0ede remove deprecated references by Eric Milles · 9 days ago
  31. 36ad881 GROOVY-11831, GROOVY-11838: fix test case by Eric Milles · 9 days ago
  32. eb5d694 GROOVY-10307 (fix broken benchmark) by Paul King · 10 days ago
  33. 71b6eb9 GROOVY-11838: `TYPE_USE` and `TYPE_PARAMETER` not in default targets by Eric Milles · 10 days ago
  34. ff4da8d minor items by Eric Milles · 10 days ago
  35. 61f6fd0 GROOVY-11492, GROOVY-11866: curly brace array for annotation attribute by Eric Milles · 10 days ago
  36. a0feded minor items by Eric Milles · 11 days ago
  37. 19bce34 replace deprecated references by Eric Milles · 11 days ago
  38. 109e9e8 STC: check compatibility of instanceof class types by Eric Milles · 11 days ago
  39. 4f33a90 GROOVY-11864: STC: propagate instanceof from if condition not then block by Eric Milles · 11 days ago
  40. 2822be5 replace deprecated references by Eric Milles · 11 days ago
  41. ccb554b replace deprecated references by Eric Milles · 11 days ago
  42. fd3959b replace deprecated references by Eric Milles · 11 days ago
  43. 0a5d65c GROOVY-10307 (adjust units for quick test) by Paul King · 12 days ago
  44. 27026c0 GROOVY-10307 (minor refactor fix typo) by Paul King · 12 days ago
  45. 6f29a43 GROOVY-11865: collect array or list elements using expression conversion by Eric Milles · 12 days ago
  46. 5aa6a4c GROOVY-10307 (minor refactor of tests) by Paul King · 13 days ago
  47. cb35b63 Move grails benchmarks to subpackage and split perf workflows via matrix by James Fredley · 13 days ago
  48. 73917cd Reduce measurement iterations to 3 to fit within CI 60-minute timeout by James Fredley · 13 days ago
  49. 0612ace reduce fork count to 1 for CI timing budget by James Fredley · 13 days ago
  50. eaa4478 GROOVY-10307: add JMH benchmarks for Grails-like invokedynamic pain points by James Fredley · 13 days ago
  51. 8ce1f51 add tests for interface constants by Eric Milles · 13 days ago
  52. b64ca55 fix jmh tests (add test showing impact of metaclass changes) by Paul King · 14 days ago
  53. e004895 GROOVY-11860: check for final constructor by Eric Milles · 2 weeks ago
  54. 96cca63 GROOVY-11862: add typecast to static field value by Eric Milles · 2 weeks ago
  55. f566658 `VariableScopeVisitor#findClassMember`: collect traits in reverse order by Eric Milles · 2 weeks ago
  56. 23d9322 `VariableScopeVisitor#findClassMember`: one pass for all interfaces by Eric Milles · 2 weeks ago
  57. 38ef946 Merge pull request #2379 from apache/GROOVY-11858 by Eric Milles · 2 weeks ago
  58. f02b9bc GROOVY-11859: fix JarJarTask annotation for Windows compatibility by James Fredley · 3 weeks ago
  59. 6e07506 fix jmh tests (add @CS variant for AryBench) by Paul King · 2 weeks ago
  60. bb4082f fix jmh tests (change toString() call to hashCode() to avoid FormatHelper involvement which obscures comparison, plus add CompileStatic dispatch variants) by Paul King · 2 weeks ago
  61. bd20770 GROOVY-7909, GROOVY-11743: stub trait helper in `Traits#findHelpers` by Eric Milles · 3 weeks ago
  62. f851c4b fix jmh tests (revert change to report task since report is already shown) by Paul King · 3 weeks ago
  63. fd40c40 fix jmh tests (further fixes) by Paul King · 3 weeks ago
  64. 116ba66 fix jmh tests (further fixes) by Paul King · 3 weeks ago
  65. 77060ac fix jmh tests (minor naming refactor) by Paul King · 3 weeks ago
  66. 83e5f91 fix jmh tests (fix regex) by Paul King · 3 weeks ago
  67. cb45274 fix jmh tests (align output mode) by Paul King · 3 weeks ago
  68. ec32a8d fix jmh tests (better timing for CI) by Paul King · 3 weeks ago
  69. 25fe2f5 fix jmh tests (better timing for CI) by Paul King · 3 weeks ago
  70. 1153bc4 fix jmh tests (better timing for CI) by Paul King · 3 weeks ago
  71. 7d590e5 fix jmh tests (further splits) by Paul King · 3 weeks ago
  72. 6c56a11 fix jmh tests (tweak) by Paul King · 3 weeks ago
  73. b1e2aae fix jmh tests (split further) by Paul King · 3 weeks ago
  74. 8b690f3 fix jmh tests (split further) by Paul King · 3 weeks ago
  75. 867a980 fix jmh tests (split further) by Paul King · 3 weeks ago
  76. 5ca86d0 fix jmh tests (split in two to avoid timeout) by Paul King · 3 weeks ago
  77. 1a5d8b5 fix jmh tests (minor tweaks) by Paul King · 3 weeks ago
  78. 61dae3d GROOVY-10307: address review feedback by James Fredley · 3 weeks ago
  79. 8024cfb GROOVY-10307: add JMH benchmarks for invokedynamic performance patterns by James Fredley · 3 weeks ago
  80. a688de6 GROOVY-11858: defer non-closure method for in-closure implicit-this call by Eric Milles · 3 weeks ago GROOVY-11858
  81. 0af3598 minor items by Eric Milles · 3 weeks ago
  82. 9b4ec31 GROOVY-9805: checkcast to keep local variable type in the stackmap frame by Eric Milles · 4 weeks ago
  83. cb12fc8 reduce dynamic variables by Eric Milles · 4 weeks ago
  84. ed22edd reduce dynamic variables by Eric Milles · 4 weeks ago
  85. 2f890c1 reduce dynamic variables by Eric Milles · 4 weeks ago
  86. a6d4d3e refactor setup by Eric Milles · 4 weeks ago
  87. 3ccc87f Minor tweaks by Daniel Sun · 4 weeks ago
  88. 96a18e0 minor items by Eric Milles · 4 weeks ago
  89. c39686d add `junit-platform-launcher` by Eric Milles · 4 weeks ago
  90. f563bd2 fix jmh tests (proper handling of benchInclude) by Paul King · 4 weeks ago
  91. 01a3244 fix jmh tests by Paul King · 4 weeks ago
  92. a6a6429 minor items by Eric Milles · 4 weeks ago
  93. 4592e3d GROOVY-11857: encapsulate ForStatement without value variable (tweak Javadoc) by Paul King · 4 weeks ago
  94. a670c08 GROOVY-11857: encapsulate ForStatement without value variable by Paul King · 4 weeks ago
  95. e6e5ad3 minor refactor: make deprecation warnings visible (we have historically added several deprecations still in use in the codebase, hopefully with more visibility we can address this better) by Paul King · 4 weeks ago
  96. 9ffefbc minor refactor: avoid deprecated method usage by Paul King · 4 weeks ago
  97. b093384 bump dependency metadata by Paul King · 5 weeks ago
  98. d95ee6e minor refactor: avoid deprecated method usage by Paul King · 5 weeks ago
  99. f1d6e5f GROOVY-7785: StackoverflowException when using too many chained method calls by Daniel Sun · 5 weeks ago
  100. a1897e0 Convert to JUnit5 by Daniel Sun · 5 weeks ago