Sign in
apache
/
groovy
/
HEAD
166784d
GROOVY-11872: SC: propagate `STATIC_COMPILE_NODE` metadata in `Verifier`
by Eric Milles
· 7 hours ago
master
a2a7da6
junit params
by Eric Milles
· 30 hours ago
8790de3
Bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1 (#2384)
by dependabot[bot]
· 2 days ago
8cea3c8
bump groovy version
by Eric Milles
· 2 days ago
03bd50c
minor items
by Eric Milles
· 2 days ago
959b138
minor items
by Eric Milles
· 2 days ago
05bc2c2
minor items
by Eric Milles
· 2 days ago
a97e1da
refactor setup
by Eric Milles
· 2 days ago
2090d3c
Bump org.apache.maven:maven-core from 3.9.12 to 3.9.13 (#2394)
by dependabot[bot]
· 2 days ago
328e491
Bump actions/upload-artifact from 6 to 7 (#2389)
by dependabot[bot]
· 4 days ago
c383a5d
minor refactor: future proofing by replacing constructor deprecated in JDK20
by Paul King
· 4 days ago
e16c9fb
GROOVY-6526: compute annotation targets and retention lazily (#2388)
by Eric Milles
· 4 days ago
d99e5fd
GROOVY-11870: STC: read type after setter checks
by Eric Milles
· 4 days ago
7d8349c
GROOVY-11869: Bump junit5 jupiter/platform to 5.14.3/1.14.3
by Paul King
· 7 days ago
65c4de3
GROOVY-11868: Bump gradle to 9.4.0 (build dependency)
by Paul King
· 7 days ago
396e6ce
bump dnsjava to 3.6.4 (perf test compilation dependency)
by Paul King
· 7 days ago
8a042bf
remove `implements Opcodes` from `TestSupport`
by Eric Milles
· 7 days ago
3ec2fe6
junit jupiter
by Eric Milles
· 7 days ago
2ac5b75
GROOVY-11867: Bump checkstyle to 12.3.1 (build dependency)
by Paul King
· 8 days ago
a6a83ab
fix: address Copilot review feedback on benchmark code
by James Fredley
· 8 days ago
2fc4123
GROOVY-10307: add targeted JMH benchmarks for SwitchPoint invalidation regression
by James Fredley
· 9 days ago
b1b875a
junit jupiter
by Eric Milles
· 8 days ago
61fff4f
junit jupiter
by Eric Milles
· 8 days ago
9ad4468
junit jupiter
by Eric Milles
· 8 days ago
0b6a5fd
junit jupiter
by Eric Milles
· 8 days ago
8a40250
junit jupiter
by Eric Milles
· 9 days ago
5afd9b9
junit jupiter
by Eric Milles
· 9 days ago
90e7ea2
minor items
by Eric Milles
· 9 days ago
b907685
remove deprecated references
by Eric Milles
· 9 days ago
38c0ede
remove deprecated references
by Eric Milles
· 9 days ago
36ad881
GROOVY-11831, GROOVY-11838: fix test case
by Eric Milles
· 9 days ago
eb5d694
GROOVY-10307 (fix broken benchmark)
by Paul King
· 10 days ago
71b6eb9
GROOVY-11838: `TYPE_USE` and `TYPE_PARAMETER` not in default targets
by Eric Milles
· 10 days ago
ff4da8d
minor items
by Eric Milles
· 10 days ago
61f6fd0
GROOVY-11492, GROOVY-11866: curly brace array for annotation attribute
by Eric Milles
· 10 days ago
a0feded
minor items
by Eric Milles
· 11 days ago
19bce34
replace deprecated references
by Eric Milles
· 11 days ago
109e9e8
STC: check compatibility of instanceof class types
by Eric Milles
· 11 days ago
4f33a90
GROOVY-11864: STC: propagate instanceof from if condition not then block
by Eric Milles
· 11 days ago
2822be5
replace deprecated references
by Eric Milles
· 11 days ago
ccb554b
replace deprecated references
by Eric Milles
· 11 days ago
fd3959b
replace deprecated references
by Eric Milles
· 11 days ago
0a5d65c
GROOVY-10307 (adjust units for quick test)
by Paul King
· 12 days ago
27026c0
GROOVY-10307 (minor refactor fix typo)
by Paul King
· 12 days ago
6f29a43
GROOVY-11865: collect array or list elements using expression conversion
by Eric Milles
· 12 days ago
5aa6a4c
GROOVY-10307 (minor refactor of tests)
by Paul King
· 13 days ago
cb35b63
Move grails benchmarks to subpackage and split perf workflows via matrix
by James Fredley
· 13 days ago
73917cd
Reduce measurement iterations to 3 to fit within CI 60-minute timeout
by James Fredley
· 13 days ago
0612ace
reduce fork count to 1 for CI timing budget
by James Fredley
· 13 days ago
eaa4478
GROOVY-10307: add JMH benchmarks for Grails-like invokedynamic pain points
by James Fredley
· 13 days ago
8ce1f51
add tests for interface constants
by Eric Milles
· 13 days ago
b64ca55
fix jmh tests (add test showing impact of metaclass changes)
by Paul King
· 14 days ago
e004895
GROOVY-11860: check for final constructor
by Eric Milles
· 2 weeks ago
96cca63
GROOVY-11862: add typecast to static field value
by Eric Milles
· 2 weeks ago
f566658
`VariableScopeVisitor#findClassMember`: collect traits in reverse order
by Eric Milles
· 2 weeks ago
23d9322
`VariableScopeVisitor#findClassMember`: one pass for all interfaces
by Eric Milles
· 2 weeks ago
38ef946
Merge pull request #2379 from apache/GROOVY-11858
by Eric Milles
· 2 weeks ago
f02b9bc
GROOVY-11859: fix JarJarTask annotation for Windows compatibility
by James Fredley
· 3 weeks ago
6e07506
fix jmh tests (add @CS variant for AryBench)
by Paul King
· 2 weeks ago
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
bd20770
GROOVY-7909, GROOVY-11743: stub trait helper in `Traits#findHelpers`
by Eric Milles
· 3 weeks ago
f851c4b
fix jmh tests (revert change to report task since report is already shown)
by Paul King
· 3 weeks ago
fd40c40
fix jmh tests (further fixes)
by Paul King
· 3 weeks ago
116ba66
fix jmh tests (further fixes)
by Paul King
· 3 weeks ago
77060ac
fix jmh tests (minor naming refactor)
by Paul King
· 3 weeks ago
83e5f91
fix jmh tests (fix regex)
by Paul King
· 3 weeks ago
cb45274
fix jmh tests (align output mode)
by Paul King
· 3 weeks ago
ec32a8d
fix jmh tests (better timing for CI)
by Paul King
· 3 weeks ago
25fe2f5
fix jmh tests (better timing for CI)
by Paul King
· 3 weeks ago
1153bc4
fix jmh tests (better timing for CI)
by Paul King
· 3 weeks ago
7d590e5
fix jmh tests (further splits)
by Paul King
· 3 weeks ago
6c56a11
fix jmh tests (tweak)
by Paul King
· 3 weeks ago
b1e2aae
fix jmh tests (split further)
by Paul King
· 3 weeks ago
8b690f3
fix jmh tests (split further)
by Paul King
· 3 weeks ago
867a980
fix jmh tests (split further)
by Paul King
· 3 weeks ago
5ca86d0
fix jmh tests (split in two to avoid timeout)
by Paul King
· 3 weeks ago
1a5d8b5
fix jmh tests (minor tweaks)
by Paul King
· 3 weeks ago
61dae3d
GROOVY-10307: address review feedback
by James Fredley
· 3 weeks ago
8024cfb
GROOVY-10307: add JMH benchmarks for invokedynamic performance patterns
by James Fredley
· 3 weeks ago
a688de6
GROOVY-11858: defer non-closure method for in-closure implicit-this call
by Eric Milles
· 3 weeks ago
GROOVY-11858
0af3598
minor items
by Eric Milles
· 3 weeks ago
9b4ec31
GROOVY-9805: checkcast to keep local variable type in the stackmap frame
by Eric Milles
· 4 weeks ago
cb12fc8
reduce dynamic variables
by Eric Milles
· 4 weeks ago
ed22edd
reduce dynamic variables
by Eric Milles
· 4 weeks ago
2f890c1
reduce dynamic variables
by Eric Milles
· 4 weeks ago
a6d4d3e
refactor setup
by Eric Milles
· 4 weeks ago
3ccc87f
Minor tweaks
by Daniel Sun
· 4 weeks ago
96a18e0
minor items
by Eric Milles
· 4 weeks ago
c39686d
add `junit-platform-launcher`
by Eric Milles
· 4 weeks ago
f563bd2
fix jmh tests (proper handling of benchInclude)
by Paul King
· 4 weeks ago
01a3244
fix jmh tests
by Paul King
· 4 weeks ago
a6a6429
minor items
by Eric Milles
· 4 weeks ago
4592e3d
GROOVY-11857: encapsulate ForStatement without value variable (tweak Javadoc)
by Paul King
· 4 weeks ago
a670c08
GROOVY-11857: encapsulate ForStatement without value variable
by Paul King
· 4 weeks ago
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
9ffefbc
minor refactor: avoid deprecated method usage
by Paul King
· 4 weeks ago
b093384
bump dependency metadata
by Paul King
· 5 weeks ago
d95ee6e
minor refactor: avoid deprecated method usage
by Paul King
· 5 weeks ago
f1d6e5f
GROOVY-7785: StackoverflowException when using too many chained method calls
by Daniel Sun
· 5 weeks ago
a1897e0
Convert to JUnit5
by Daniel Sun
· 5 weeks ago
Next »