This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 04 Apr, 2023 2 commits
-
-
Jinseong Jeon authored
^KT-57578
-
Jinseong Jeon authored
^KT-57578
-
- 03 Apr, 2023 1 commit
-
-
Jinseong Jeon authored
^KT-57578
-
- 01 Apr, 2023 8 commits
-
-
Ilya Kirillov authored
GitOrigin-RevId: d159297ab56fd5fefe34fbb0baf1c37d91b6051e
-
Ilya Kirillov authored
This reverts commit e566d2c784b38cc64a770625612d6031b14c670d. GitOrigin-RevId: 56db4344e2e1f9a1037c4e4692b13a9e77f347f6
-
Ilya Kirillov authored
This reverts commit 6884e91d91e3917901c843179e35846129d31e50. Temporary reverted due to the conflict onf kt-master merve GitOrigin-RevId: e566d2c784b38cc64a770625612d6031b14c670d
-
Ilya Kirillov authored
GitOrigin-RevId: 76dabb64fd7cb68067abc1272413f884409472f6
-
Ilya Kirillov authored
As a part of a weekly kt-master <-> master branches merge process GitOrigin-RevId: 97f32c2bcd744c98421fb9b3378560d0df4de87c
-
Ilya Kirillov authored
# Conflicts: # community/plugins/kotlin/base/fir/analysis-api-providers/src/org/jetbrains/kotlin/idea/base/fir/analysisApiProviders/FirIdeKotlinModificationTrackerFactory.kt # community/plugins/kotlin/completion/impl-k2/src/org/jetbrains/kotlin/idea/completion/impl/k2/contributors/FirCallableCompletionContributor.kt # community/plugins/kotlin/completion/impl-k2/src/org/jetbrains/kotlin/idea/completion/impl/k2/contributors/FirSuperMemberCompletionContributor.kt # community/plugins/kotlin/completion/impl-k2/src/org/jetbrains/kotlin/idea/completion/impl/k2/contributors/helpers/utils.kt GitOrigin-RevId: ee8ea586fe1d37924a980938006ada48afee88a2
-
Dmitrii Gridin authored
[FIR][tree] replace FirDeclaration.resolvePhase -> resolveState ^KT-56543 GitOrigin-RevId: 6884e91d91e3917901c843179e35846129d31e50
-
Gregory.Shrago authored
`CompletableFuture.whenComplete` (CompletableFuture.uniWhenComplete) wraps all throwables in CompletionException for subsequent stages. CompletionException constructor runs slow `fillInStackTrace` as most throwables do. We avoid all that by not using the subsequent stages and altering their unused results to always be values or nulls using the `CompletableFuture.handle` method. EA-650218 - F: AsyncPromise.cancel (fillInStackTrace takes 18 out of 49 seconds total freeze time in report 12866252) GitOrigin-RevId: bc53c5ed0bd4bdaa6f023a1fc76252d4a9916b5a
-
- 31 Mar, 2023 29 commits
-
-
Daniil Ovchinnikov authored
GitOrigin-RevId: 098fc11add309d4a3581a904c7ddc8333a5d67a5
-
Daniil Ovchinnikov authored
annotate `runBlockingXxx` with `@RequiresBlockingContext` to warn the clients about calling them from a coroutine GitOrigin-RevId: e82a5b368a2e91ef062d883e86cb72905c744dff
-
Andrey Cherkasov authored
GitOrigin-RevId: 4b8df5c14b1979edd198712930fc90f4a38b9d5f
-
Andrey Cherkasov authored
GitOrigin-RevId: b5cb53514de95a8f43b7e65b36bcf9807cd7423f
-
Andrey Cherkasov authored
IDEA-316510 IJ-CR-102810 GitOrigin-RevId: 8c8455ef6e027db50a8b8c9821abefd288ae3c87
-
Mikhail Sokolov authored
GitOrigin-RevId: 4faa2534182bf6a5f405c0aa1636ca2a91ec55cd
-
Andrew Kozlov authored
GitOrigin-RevId: 0cfec93ae4c8b4ddf1998bff153542e14c4bb317
-
Andrew Kozlov authored
GitOrigin-RevId: c8994607c3c53a05dd5f361ff1978b21ba746d8b
-
Zhanna Gorelova authored
[reactor][debug] IDEA-275263: separate method with applicable check depending on Project was added instead of getIsApplicableChecker overload GitOrigin-RevId: 5021b666af07d706287c0f323caf2580e2beda8e
-
Yuriy Artamonov authored
GitOrigin-RevId: bb7c2d11225e0cac00b6466c5ccde1ae913a8295
-
Andrei.Kuznetsov authored
IDEA-316697: load indexes while in dumb mode, otherwise someone from read action may hit `FileBasedIndex.getIndex` and hang GitOrigin-RevId: eeb980513007e2833d91820a7d9a4de1f48d01a8
-
Alex Plate authored
GitOrigin-RevId: 9483662ae084a74d4197e66a87f12ba709e07903
-
Dmitry Batkovich authored
GitOrigin-RevId: 0da548c204a937b2e3e373e3740cb259a90b3974
-
Alexey Kudravtsev authored
GitOrigin-RevId: e3ff6f28d3d2412f2df5f840ef2cae6f6380aa6b
-
Frederik Haselmeier authored
^KTIJ-25135 fixed GitOrigin-RevId: 850c44d9952f0d916f169348b0626c5284298608
-
Anton Lobov authored
GitOrigin-RevId: 89ac7e992a08cdfea4f53cfee79727f3a041cf4b
-
Igor Slobodskov authored
GitOrigin-RevId: 4d43513f85846a457adf819a3e248d641d54bbbd
-
Alexey Kudravtsev authored
GitOrigin-RevId: 2ad88b852825af2791cdd67a8a8aea49c4d6a115
-
Mikhail Sokolov authored
GitOrigin-RevId: d74116f5ef2f67f07ab0e89877a4a9b36b874731
-
Florian Kistner authored
GitOrigin-RevId: e4ad053255a8028a1926f653742eb3c8efac8349
-
Titouan Bion authored
If there is a better way to implement that check, more local to Fleet Backend's building code, don't hesitate to refactor it and add me as reviewer. This has been approved by Dima Panov in PMs. GitOrigin-RevId: 048fbd54e58006e8edfdf522006e25cd197d8de1
-
Florian Kistner authored
GitOrigin-RevId: f7f2f4d46a9c9e6008bea52bf9fb4fdec822de57
-
Alexey Kudravtsev authored
avoid littering persistence with garbage data in tests, use light manually created VirtualDirectoryImpl instead GitOrigin-RevId: f1dfc6bd326d016d41ababcde9e3866aa6137933
-
Gregory.Shrago authored
GitOrigin-RevId: f86a22a45dde05594e5d5ee6bdcbad1d24289a5e
-
Gregory.Shrago authored
GitOrigin-RevId: ec410123673900f0c409c89e227b9636d4138435
-
Sergey Pak authored
GitOrigin-RevId: 7581b09c07796bac8423eb65523cfb3fca344869
-
Vladimir Krivosheev authored
GitOrigin-RevId: d787f64e4a97fbc0a12f16ff273c57fe41e54b9d
-
Vladimir Krivosheev authored
GitOrigin-RevId: 308c704c8ee652b3ebc67202ea2bb546f5d072b3
-
Vladimir Krivosheev authored
GitOrigin-RevId: 565983f1676fe5831e007c0772c6860a0ebdbebf
-