summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-10[Gradle IT] Removed old configuration for K/N ITDmitrii Krasnov
2023-10-10Cleanup: return empty Map instead of nullNikita Bobko
2023-10-10Refactoring: Improve createExpectActualTypeParameterSubstitutor APINikita Bobko
2023-10-10K2 KMP: Don't create invalid ConeSubstitutor when type parameters size doesn'...Nikita Bobko
2023-10-09[LL FIR] simplify common library symbol providerDmitrii Gridin
2023-10-09[FIR] Ignore anonymous functions during annotation argument phaseBrian Norman
2023-10-09[SLC] Order parent classes before nested classes in structure test resultsMarco Pennekamp
2023-10-09[PSI] Add `forEachDescendantOfTypeInPreorder`Marco Pennekamp
2023-10-09[SLC] Fix nested classes missing in SLC structure tests for librariesMarco Pennekamp
2023-10-09[SLC] Add SLC structure tests for nested classesMarco Pennekamp
2023-10-09[K/N] Enable test muted because of wrong test infra setupPavel Kunyavskiy
2023-10-09Native: remove linker warning when building libllvmstubsDave MacLachlan
2023-10-09K2 kapt: remove reference to "kapt 4" from the warningAlexander Udalov
2023-10-09[LC] light methods should provide type parameters for on the fly resolveAnna Kozlova
2023-10-09[Gradle] Introduce KotlinBuildStatsServicesRegistry to manage FUS servicesAlexander.Likhachev
2023-10-09[Gradle] Do not hold a reference to Gradle objects in FUS servicesAlexander.Likhachev
2023-10-09Minor. Add regression test for KT-62127Ilmir Usmanov
2023-10-09[KGP] Treat friendPaths as non-incremental Input propertyEvgenii Mazhukin
2023-10-09Advance bootstrap to 2.0.0-dev-4562Dmitriy Novozhilov
2023-10-09[Build] Fix update-bootstrap scriptDmitriy Novozhilov
2023-10-09[Build] Remove incorrect dependency from :kotlin-compiler for JPS buildDmitriy Novozhilov
2023-10-09[FIR] Require overrides to have matching `isSuspend` flag valueNikolay Lunyak
2023-10-09[FIR] Check conflicting overloads via scopesNikolay Lunyak
2023-10-09[FIR] Reproduce KT-57100Nikolay Lunyak
2023-10-08CLI: update jansi to 2.4.0 to support colors on arm macsAlexander Udalov
2023-10-06[FIR] Remove useless call to FirWhenSubjectExpression.replaceConeTypeOrNullKirill Rakhman
2023-10-06[Gradle] Mark "main" metadata compilation as non-klib in all casesAnton Lakotka
2023-10-06[Gradle] Add multiplatformExtension.metadataTargetAnton Lakotka
2023-10-06[Gradle] Fix CME when subplugins create source setsAnton Lakotka
2023-10-06[FIR] implicit type: avoid redundant property and function transformationsDmitrii Gridin
2023-10-06[FIR] add missing transformation of type parameters during annotation argumen...Dmitrii Gridin
2023-10-06[FIR] add missing transformation of backing field during annotation arguments...Dmitrii Gridin
2023-10-06[FIR] add more tests for implicit type phaseDmitrii Gridin
2023-10-06[LL FIR] add more tests on lazy resolution for implicit type phaseDmitrii Gridin
2023-10-06[FIR] Merge getSingleCompatibleOrWeaklyIncompatibleExpectForActualOrNull into...Ivan Kochurkin
2023-10-06[FIR] Consider expect default function parameters in FirSuperCallWithDefaults...Ivan Kochurkin
2023-10-06[FIR] Enable FirSuperCallWithDefaultsChecker for NativeIvan Kochurkin
2023-10-06[FIR] Report wrong modifiers in function type arguments and types of value pa...Evgeniy.Zhelenskiy
2023-10-062/2 Extract K1 KMP matcher in its own subsystem. Fix compilation errorsNikita Bobko
2023-10-061/2 Extract K1 KMP matcher in its own subsystem. Copy filesNikita Bobko
2023-10-06[LL FIR] improve contract violation checksDmitrii Gridin
2023-10-06[Analysis API FE10] introduce an exception which marks some parts of the Anal...Ilya Kirillov
2023-10-06fixup! [Analysis API] implement an API to get a substitution based on a inher...Ilya Kirillov
2023-10-06fixup! [Analysis API] implement an API to get a substitution based on a inher...Ilya Kirillov
2023-10-06[Analysis API] implement an API to get a substitution based on an inheritance...Ilya Kirillov
2023-10-06[Analysis API] remove duplicating logic for building `KtSubstitutor` by `Cone...Ilya Kirillov
2023-10-06[Analysis API] implement better rendering for chained `KtSubstitutor`Ilya Kirillov
2023-10-06[FIR] extract functionality to a public function to use from Analysis APIIlya Kirillov
2023-10-06[K/N] Improve the exception message in code generator exceptionsPavel Kunyavskiy
2023-10-06KT-61126 Change test expectationsIlya Gorbunov