Sign in
r8
/
r8
/
dc6975547aeec315ffaa269d753d577cd63c0daa
/
src
/
test
dc69755
Add Kotlin 2.1.10 as the primary Kotlin compiler for testing
by Søren Gjesse
· 6 months ago
eb7a153
Restructure java17 test module
by Clément Béra
· 6 months ago
2f304db
Move sealed test to java 17 test module
by Clément Béra
· 6 months ago
ee37c7b
Move pattern matching instanceof test to jdk17 module
by Clément Béra
· 6 months ago
505a6bf
Move Lambda17 test to jdk17 package
by Clément Béra
· 6 months ago
9c40bb3
Move static enum merging test to jdk17
by Clément Béra
· 6 months ago
dc0db4c
Move enum_sealed test to jdk17 module
by Clément Béra
· 6 months ago
53249b4
Add --build-metadata-output option to D8/R8 CLI
by Christoffer Adamsen
· 6 months ago
987f9b6
Extend redundant block removal to blocks with non-jump instructions
by Christoffer Adamsen
· 6 months ago
82c27c4
Remove unused instance-of instructions
by Christoffer Adamsen
· 6 months ago
22ded30
Add enableServiceLoader() to D8TestBuilder
by Søren Gjesse
· 6 months ago
03c4cb0
Add service loader support to desugared library KotlinMetadataTest
by Søren Gjesse
· 6 months ago
66820f2
Remove java10 gradle package
by Clément Béra
· 6 months ago
1778fa1
Rename examplesJava10/11
by Clément Béra
· 6 months ago
221460d
Restructure internal java 11 tests
by Clément Béra
· 6 months ago
41cc480
Move NestClassMerging to java 11 package
by Clément Béra
· 6 months ago
c8cf48b
Move timeunit tests to java11 package
by Clément Béra
· 6 months ago
4fafc7f
Move PathOf test to java 11 tests
by Clément Béra
· 6 months ago
e8b9bc6
Move FilesJava11 test to java 11 package
by Clément Béra
· 6 months ago
e34267a
Move BufferCovariantReturnType test to java 11 package
by Clément Béra
· 6 months ago
b172a4e
Restructure java21 test
by Clément Béra
· 6 months ago
e2d559f
Move Jdk8272564 test to java 21 package
by Clément Béra
· 6 months ago
dc5cae8
Fix usage of Immutable list in resource shrinker
by Rico Wind
· 6 months ago
429ddad
Add reproduction of adding to immutable list in resource shrinker
by Rico Wind
· 6 months ago
e4f386c
Move NewCollectorTest to java 10 package
by Clément Béra
· 7 months ago
bf316ec
Rename isR8PartialTestParameters to canUseR8Partial
by Christoffer Adamsen
· 6 months ago
60cace2
Add support for using R8 partial in existing D8/R8 tests
by Christoffer Adamsen
· 6 months ago
5608f69
Extend test parameters to partial compilation
by Christoffer Adamsen
· 6 months ago
8edc10c
Reproduce R8 desugar bug when Record is only referenced from code
by Christoffer Adamsen
· 6 months ago
4f44b34
Prepare DesugaredLibraryTestBuilder for R8 partial
by Christoffer Adamsen
· 7 months ago
48972a3
Move Timing class to timing package
by Søren Gjesse
· 7 months ago
4eae884
Ensure that we remove trivial instance of checks pre 24
by Rico Wind
· 7 months ago
28820ea
Change the backported value of android.os.Build.VERSION_CODES_FULL.BAKLAVA
by Søren Gjesse
· 7 months ago
38900de
Compile D8 part to LIR in R8 partial
by Christoffer Adamsen
· 7 months ago
6d894ab
Update Baklava (API level 36) SDK to revision 5
by Søren Gjesse
· 7 months ago
2f7a876
Rewrite ConstDynamic with ClassDesc
by Clément Béra
· 7 months ago
674f833
Introduce AutoCloseable#close overrides in lint backport
by Clément Béra
· 7 months ago
62139b7
Rewrite invalid field instructions to throw ICCE
by Christoffer Adamsen
· 7 months ago
faeee0f
Account for T::new expressions in default field value joiner
by Christoffer Adamsen
· 7 months ago
2d3816a
Fix BootstrapMethodError from invalid class merging
by Christoffer Adamsen
· 7 months ago
d3f7707
Final clean-up of AutoCloseableDesugaring
by Clément Béra
· 7 months ago
0e40b25
Reproduce inadequate value propagation in presence of T::new expressions
by Christoffer Adamsen
· 7 months ago
3f25869
Fix import and change comment
by Clément Béra
· 7 months ago
f13784c
Optimize Class#isEnum()
by Clément Béra
· 7 months ago
212cc2b
Generate one method per type switch
by Clément Béra
· 7 months ago
8041f0a
Update force inline api conversion and track api conversion tests
by Christoffer Adamsen
· 7 months ago
20a241a
Remove allowUnusedDontWarnKotlinReflectJvmInternal from DesugaredLibraryTestBuilder
by Christoffer Adamsen
· 7 months ago
0fa8ded
Fix program inputs to library desugaring tests
by Christoffer Adamsen
· 7 months ago
bfec5f8
Introduce R8 partial library desugaring specifications
by Christoffer Adamsen
· 7 months ago
ed80149
Add empty implementation of ReflectiveOperationReceiver
by Rico Wind
· 7 months ago
ce00b85
Add a few more reflective resource callbacks for Class
by Rico Wind
· 7 months ago
84e5494
Reapply "Desugaring of AutoCloseable#close everywhere"
by Clément Béra
· 7 months ago
bad03cfd
Fix kotlin-dev bot
by Søren Gjesse
· 7 months ago
d3d2919
Clean up desugared library type rewriter
by Christoffer Adamsen
· 7 months ago
6582dd4
Diaable KeepItemGeneratedFilesTest on Windows
by Søren Gjesse
· 7 months ago
e94db8a
Add DexValueNumber tests
by Clément Béra
· 7 months ago
15f083f
Stop running type switch tests on old jdks
by Clément Béra
· 7 months ago
3261eb8
Fix kotlin-dev bot
by Søren Gjesse
· 7 months ago
bc1b2bc
Add support for Class.forName instrumentation
by Rico Wind
· 7 months ago
05f0865
Support taking custom class for R8Assistant callbacks
by Rico Wind
· 7 months ago
231bc22
Update build metadata tests after desugared library version update
by Søren Gjesse
· 7 months ago
5344246
Add prefix `is` on boolean property for Kotlin annotation
by Søren Gjesse
· 7 months ago
f1d79d5
Enable Kotlin explicit API mode for androidx keep annotations
by Søren Gjesse
· 7 months ago
43a1678
Reapply "Add support for tests using androidx keep annotations"
by Søren Gjesse
· 7 months ago
8804c0c
Enable access modification for desugared library
by Christoffer Adamsen
· 7 months ago
2e5b978
Use trace references in library desugaring tests
by Christoffer Adamsen
· 7 months ago
8c2c3b1
Revert "Change the keep annotations in the androidx namespace to Kotlin source"
by Christoffer Adamsen
· 7 months ago
809cceb
Revert "Add support for tests using androidx keep annotations"
by Christoffer Adamsen
· 7 months ago
0d4a88b
Fix inadequate keep rule generating in trace references
by Christoffer Adamsen
· 7 months ago
f4c32c5
Reproduce trace references missing keep rules
by Christoffer Adamsen
· 7 months ago
8a504d0
Revert "Fix Kotlin debug tests by reverting formatting"
by Søren Gjesse
· 7 months ago
0de4cdb
Add testForAssistant support in test framework
by Rico Wind
· 7 months ago
97a7f8d
Add support for tests using androidx keep annotations
by Søren Gjesse
· 7 months ago
495b038
Change the keep annotations in the androidx namespace to Kotlin source
by Søren Gjesse
· 7 months ago
dad351e
Fix tests for Kotlin verisons on kotlin-old bot after formatting
by Søren Gjesse
· 7 months ago
90045a8
Fix Kotlin debug tests by reverting formatting
by Søren Gjesse
· 7 months ago
febff92
Fix Kotlin test again after reformatting test Kotlin files
by Søren Gjesse
· 7 months ago
ae696a1
Fix Kotlin tests after reformatting test Kotlin files
by Søren Gjesse
· 7 months ago
f4f713b
Move r8 assistant runtime files to seperate module.
by Rico Wind
· 7 months ago
1b9b256
Update LocalDateEpochTest
by Christoffer Adamsen
· 7 months ago
629aaaf
Handle overlapping -assumenosideeffects and -convertchecknotnull rules
by Christoffer Adamsen
· 7 months ago
b5ae53d
Add Kotlin format check to presubmit
by Søren Gjesse
· 7 months ago
47fe7be
Fix broken build after adding Kotlin formatter
by Søren Gjesse
· 7 months ago
9374563
Add Kotlin formatter
by Søren Gjesse
· 7 months ago
8cd4192
Always amend desugared library methods
by Clément Béra
· 7 months ago
cde0d8f
Enable devirtualization in ProgramRewritingTest
by Christoffer Adamsen
· 7 months ago
84aac6b
Add disassemble helper to DesugaredLibraryTestCompileResult
by Christoffer Adamsen
· 7 months ago
0c5bd40
Remove unsupported option alwaysBackportListSetMapMethods
by Christoffer Adamsen
· 7 months ago
e91214e
Share synthetic methods calling other synthetic methods
by Clément Béra
· 7 months ago
1f7871d
Support Stream#toList
by Clément Béra
· 7 months ago
c765a29
Reapply "Optimize empty Object[] -> null in reflection APIs"
by Christoffer Adamsen
· 7 months ago
23025cc
Revert "Copy two keep annotations tests to use androidx annotations"
by Søren Gjesse
· 7 months ago
f32e607
Copy two keep annotations tests to use androidx annotations
by Søren Gjesse
· 7 months ago
692fff0
Account for ServiceLoaders in field value propagation
by Christoffer Adamsen
· 7 months ago
6ba9af3
Reproduce field propagation issue with ServiceLoader
by Christoffer Adamsen
· 7 months ago
4acd33b
Test -assumenosideeffects rule on method that returns arg
by Christoffer Adamsen
· 7 months ago
c44098b
Revert "Reapply "Desugaring of AutoCloseable#close everywhere""
by Christoffer Adamsen
· 7 months ago
6395b5b
Fix keepanno test
by Søren Gjesse
· 7 months ago
94489e1
Don't use aliased values when comparing values for basic block subsumption
by Søren Gjesse
· 7 months ago
a21bba9
Move CollectionToArrayTest to jdk11 package
by Clément Béra
· 7 months ago
Next »