Sign in
r8
/
r8
/
41cc4800d0757dee4450a9cb1d772321d190b8ea
41cc480
Move NestClassMerging to java 11 package
by Clément Béra
· 2 weeks ago
c8cf48b
Move timeunit tests to java11 package
by Clément Béra
· 2 weeks ago
4fafc7f
Move PathOf test to java 11 tests
by Clément Béra
· 2 weeks ago
e8b9bc6
Move FilesJava11 test to java 11 package
by Clément Béra
· 2 weeks ago
e34267a
Move BufferCovariantReturnType test to java 11 package
by Clément Béra
· 2 weeks ago
e464b35
Fix archive timing
by Rico Wind
· 2 weeks ago
9582297
Fix typo in archive.py
by Christoffer Adamsen
· 2 weeks ago
0da2725
Add context to assertion failure
by Rico Wind
· 2 weeks ago
f1e8746
Add timing to archive.py
by Christoffer Adamsen
· 2 weeks ago
be872ea
Add string to assertion if we have a interface that is a merge source
by Rico Wind
· 2 weeks ago
b172a4e
Restructure java21 test
by Clément Béra
· 2 weeks ago
e2d559f
Move Jdk8272564 test to java 21 package
by Clément Béra
· 2 weeks ago
5f6b55b
Add support for LIR rewriting using custom lens
by Christoffer Adamsen
· 3 weeks ago
03fa116
Prepare scripts for major/minor API levels
by Søren Gjesse
· 2 weeks ago
e10d214
Allow constant to not have a block in shorten live ranges
by Rico Wind
· 2 weeks ago
dc5cae8
Fix usage of Immutable list in resource shrinker
by Rico Wind
· 2 weeks ago
429ddad
Add reproduction of adding to immutable list in resource shrinker
by Rico Wind
· 2 weeks ago
cb3af99
Fix Synthetic cf code for AutoCloseable
by Clément Béra
· 2 weeks ago
e4f386c
Move NewCollectorTest to java 10 package
by Clément Béra
· 3 weeks ago
bf316ec
Rename isR8PartialTestParameters to canUseR8Partial
by Christoffer Adamsen
· 2 weeks ago
60cace2
Add support for using R8 partial in existing D8/R8 tests
by Christoffer Adamsen
· 2 weeks ago
5608f69
Extend test parameters to partial compilation
by Christoffer Adamsen
· 2 weeks ago
21bbcf8
Use natural order for git branches in cherry pick check
by Rico Wind
· 2 weeks ago
8edc10c
Reproduce R8 desugar bug when Record is only referenced from code
by Christoffer Adamsen
· 2 weeks ago
4f44b34
Prepare DesugaredLibraryTestBuilder for R8 partial
by Christoffer Adamsen
· 3 weeks ago
48972a3
Move Timing class to timing package
by Søren Gjesse
· 3 weeks ago
db9d71b
Refactor Timing
by Søren Gjesse
· 3 weeks ago
1ac1655
Only allocate timing for tasks to run
by Søren Gjesse
· 3 weeks ago
39be7a6
Remove use of deprecated Timing constructor outside Timing
by Søren Gjesse
· 3 weeks ago
4eae884
Ensure that we remove trivial instance of checks pre 24
by Rico Wind
· 3 weeks ago
28820ea
Change the backported value of android.os.Build.VERSION_CODES_FULL.BAKLAVA
by Søren Gjesse
· 3 weeks ago
5504548
Strengthen static types of ProgramMethodSet factory methods
by Christoffer Adamsen
· 3 weeks ago
02befe4
Cleanup D8Command configuration in R8PartialD8Input
by Christoffer Adamsen
· 3 weeks ago
38900de
Compile D8 part to LIR in R8 partial
by Christoffer Adamsen
· 3 weeks ago
3b55bc4
Fix thread unsafe collecting of matching -dontwarn patterns
by Christoffer Adamsen
· 3 weeks ago
4aef2cc
Eliminate redundant MoveException instructions in LIR when compiling to DEX
by Christoffer Adamsen
· 3 weeks ago
83597fa
Forward D8 output classes to R8 compilation in R8 partial
by Christoffer Adamsen
· 3 weeks ago
37030ff
Retain library classes referenced from R8 partial classpath
by Christoffer Adamsen
· 3 weeks ago
dc65bb0
Support for adding synthetic classpath classes to lazy app
by Christoffer Adamsen
· 3 weeks ago
445d97a
Prepare tools/r8_release.py for branch 8.11
by Søren Gjesse
· 3 weeks ago
6d894ab
Update Baklava (API level 36) SDK to revision 5
by Søren Gjesse
· 3 weeks ago
2f7a876
Rewrite ConstDynamic with ClassDesc
by Clément Béra
· 3 weeks ago
674f833
Introduce AutoCloseable#close overrides in lint backport
by Clément Béra
· 3 weeks ago
7e02313
Minor cleanup using utils
by Christoffer Adamsen
· 3 weeks ago
62139b7
Rewrite invalid field instructions to throw ICCE
by Christoffer Adamsen
· 3 weeks ago
d54f99e
Remove references to pruned methods in argument propagation
by Christoffer Adamsen
· 3 weeks ago
0824f6e
Fix checkcast on Emulated interface dispatch
by Clément Béra
· 3 weeks ago
faeee0f
Account for T::new expressions in default field value joiner
by Christoffer Adamsen
· 3 weeks ago
2d3816a
Fix BootstrapMethodError from invalid class merging
by Christoffer Adamsen
· 3 weeks ago
d3f7707
Final clean-up of AutoCloseableDesugaring
by Clément Béra
· 3 weeks ago
93e9df7
Only run R8PartialResourceUseCollector in optimized resource shrinking
by Christoffer Adamsen
· 3 weeks ago
0e40b25
Reproduce inadequate value propagation in presence of T::new expressions
by Christoffer Adamsen
· 3 weeks ago
3f25869
Fix import and change comment
by Clément Béra
· 3 weeks ago
35554e0
Fix Python warning in tag_versions.py script
by Søren Gjesse
· 3 weeks ago
f13784c
Optimize Class#isEnum()
by Clément Béra
· 3 weeks ago
212cc2b
Generate one method per type switch
by Clément Béra
· 3 weeks ago
4a65130
Avoid double checkcast on AutoCloseableRetargeter
by Clément Béra
· 3 weeks ago
8041f0a
Update force inline api conversion and track api conversion tests
by Christoffer Adamsen
· 3 weeks ago
20a241a
Remove allowUnusedDontWarnKotlinReflectJvmInternal from DesugaredLibraryTestBuilder
by Christoffer Adamsen
· 3 weeks ago
791e926
Remove unused field and method in BackportedMethodListCommand
by Christoffer Adamsen
· 3 weeks ago
0fa8ded
Fix program inputs to library desugaring tests
by Christoffer Adamsen
· 3 weeks ago
bfec5f8
Introduce R8 partial library desugaring specifications
by Christoffer Adamsen
· 3 weeks ago
5a6778e
Add a single canonical empty DesugaredLibrarySpecification
by Christoffer Adamsen
· 3 weeks ago
ed80149
Add empty implementation of ReflectiveOperationReceiver
by Rico Wind
· 3 weeks ago
ce00b85
Add a few more reflective resource callbacks for Class
by Rico Wind
· 3 weeks ago
36e0d02
Add 'if' to list of reserved names
by Christoffer Adamsen
· 3 weeks ago
be29229
Assert that updateChangedFlags is recognized by modeling
by Christoffer Adamsen
· 3 weeks ago
6f0813c
Apply narrowing when processing unknown in-flow from receiver
by Christoffer Adamsen
· 3 weeks ago
84e5494
Reapply "Desugaring of AutoCloseable#close everywhere"
by Clément Béra
· 3 weeks ago
c12c131
Fix incorrect interface bit in call graph construction
by Christoffer Adamsen
· 4 weeks ago
bad03cfd
Fix kotlin-dev bot
by Søren Gjesse
· 3 weeks ago
7b44206
Fix error prone check in LibraryDesugaringOptions
by Christoffer Adamsen
· 3 weeks ago
d3d2919
Clean up desugared library type rewriter
by Christoffer Adamsen
· 4 weeks ago
6582dd4
Diaable KeepItemGeneratedFilesTest on Windows
by Søren Gjesse
· 3 weeks ago
e94db8a
Add DexValueNumber tests
by Clément Béra
· 4 weeks ago
15f083f
Stop running type switch tests on old jdks
by Clément Béra
· 4 weeks ago
7b6ebb8
Minimal fix for issue with LiveEdit test
by Søren Gjesse
· 4 weeks ago
68769e8
Add missing third_party files to .gitignore
by Søren Gjesse
· 5 weeks ago
3261eb8
Fix kotlin-dev bot
by Søren Gjesse
· 4 weeks ago
331f350
Fix another hardcoded / in path operations for Windows tests
by Søren Gjesse
· 4 weeks ago
c824514
Make trigger.py happy with internal url
by Rico Wind
· 4 weeks ago
8479208
Remove superfluous comma breaking the build
by Søren Gjesse
· 4 weeks ago
58e4d0c
Fix keepanno tests on Windows
by Søren Gjesse
· 4 weeks ago
bc1b2bc
Add support for Class.forName instrumentation
by Rico Wind
· 4 weeks ago
05f0865
Support taking custom class for R8Assistant callbacks
by Rico Wind
· 4 weeks ago
cf0a132
Add temporary system property to not retain invisible annotations
by Christoffer Adamsen
· 4 weeks ago
9f2646f
Update tools/r8_release.py to avoid Python warnings
by Søren Gjesse
· 4 weeks ago
dfc1c9c7
Remove unused synthesizedClasses field from DexApplication.Builder
by Christoffer Adamsen
· 4 weeks ago
cc8127a
Report origin of keep rule files that retain invisible annotations
by Christoffer Adamsen
· 4 weeks ago
231bc22
Update build metadata tests after desugared library version update
by Søren Gjesse
· 4 weeks ago
c331a82
Prepare for release of desugared library 2.1.5
by Søren Gjesse
· 4 weeks ago
5344246
Add prefix `is` on boolean property for Kotlin annotation
by Søren Gjesse
· 4 weeks ago
d393be2
Add tool for copying keep annotations Kotlin files to androidx
by Søren Gjesse
· 4 weeks ago
f1d79d5
Enable Kotlin explicit API mode for androidx keep annotations
by Søren Gjesse
· 4 weeks ago
43a1678
Reapply "Add support for tests using androidx keep annotations"
by Søren Gjesse
· 4 weeks ago
8804c0c
Enable access modification for desugared library
by Christoffer Adamsen
· 5 weeks ago
2e5b978
Use trace references in library desugaring tests
by Christoffer Adamsen
· 5 weeks ago
8c2c3b1
Revert "Change the keep annotations in the androidx namespace to Kotlin source"
by Christoffer Adamsen
· 5 weeks ago
809cceb
Revert "Add support for tests using androidx keep annotations"
by Christoffer Adamsen
· 5 weeks ago
0d4a88b
Fix inadequate keep rule generating in trace references
by Christoffer Adamsen
· 5 weeks ago
Next »