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 .
- 01 Feb, 2022 1 commit
-
-
Nikita Bobko authored
1. kotlin.core has been declaring not existing resources directory GitOrigin-RevId: e2bc4cd03f1fdcf37284c5ecff2424a732628f34
-
- 21 Jan, 2022 1 commit
-
-
Nikita Bobko authored
This commit fixes that version couldn't be parsed in kt-branches because the version in kt-branches also contain kotlin compiler build number. (cherry picked from commit d64d17cc8244c8fdd3933bba2de9f3cf4001abbd) GitOrigin-RevId: d6a2a14126ecbd134fee5b67f17ef5e3c47e9075
-
- 19 Jan, 2022 3 commits
-
-
Nikita Bobko authored
It's just more reliable (cherry picked from commit 8ebfb1593e41288027bb274f4d122b3bc23a25b5) GitOrigin-RevId: 3b5bb43664e9da145db188b82fd4b90d338fc266
-
Vladimir Dolzhenko authored
(cherry picked from commit 532326b8bbd25b7f5076fab9d23f87105984a7f1) GitOrigin-RevId: e93912e184033ba0362c43887d7d48a38e5f4810
-
Vladimir Dolzhenko authored
(cherry picked from commit 589bff96b9a5b553cf27da5863a474949fb9d33f) GitOrigin-RevId: c47a771d00cec2699b453d298e1be326c9c7c469
-
- 12 Jan, 2022 35 commits
-
-
Ilya Kirillov authored
GitOrigin-RevId: c62628931dd860c19a10185a8b4919974b775dd0
-
Ilya Kirillov authored
addition to b46f09d5584d15cc44a4b864a27f00c3077a6a49 GitOrigin-RevId: 0118c894418c8c87624a1cc1dd3a9e4a57862de9
-
Ilya Kirillov authored
GitOrigin-RevId: b64b5a6c273e3d297db7db2c41e1f8f58768d750
-
Ilya Kirillov authored
GitOrigin-RevId: 8b3fee99e17529b8c96c498033004e9997703c8a
-
Jinseong Jeon authored
^KTIJ-19088 Fixed GitOrigin-RevId: 317982bcbcbe8686c9925e0c635e0becce623c9e
-
Jinseong Jeon authored
The issues were: * inconsistency: default property accessor, whose source psi is KtProperty, has comments from property, whereas custom property accessor have their own comments, not property's comments. We can check if the current element is UMethod and source psi is property. If so, it is a default property accessor, and we can discard comments from the property (if it would be materialized). * missing comments: if a property doesn't have a backing field while having custom property accessors, those accessors won't have any comments, resulting in missing comments on property itself. We can propagate comments on property to property accessors, if property accessors don't have their own comments. ^KTIJ-19043 Fixed GitOrigin-RevId: af56ea4736da5b5bfb35f2d03db1e173f3cac0be
-
Jinseong Jeon authored
GitOrigin-RevId: c848ad360dc254888cc35d87cef9ed9c8bb609f1
-
Jinseong Jeon authored
Default property accessor shares the comments with its backing field, whereas custom property accessors won't see any comments. If a property doesn't have a backing field, comments on that property are not bound to any element at all. ^KTIJ-19043 In Progress GitOrigin-RevId: 98bd72b09763a69d6d85955734aef2dd30d132d6
-
Jinseong Jeon authored
GitOrigin-RevId: d512fae6680bc3821adc5e1176f84594d59752ea
-
Jinseong Jeon authored
^KTIJ-20200 Fixed GitOrigin-RevId: 7a66f42e44100e8af3950cba90a1969b71ae17e8
-
Jinseong Jeon authored
GitOrigin-RevId: a8a643d0d670cfded15d82050e035db2ee5139d9
-
Jinseong Jeon authored
GitOrigin-RevId: 3663935b4297e813e68d4f645aa2849167688e7e
-
Jinseong Jeon authored
so as to simplify (command-line) build of uast-kotlin* modules ------ Utils migrated while commonizing KotlinUSimpleReferenceExpression have been moved back here to resolve KTIJ-19777 One last util is not used in Kotlin repo (in particular, FIR version of Analysis Api) at all, and marked deprecated anyway. So, it's better to be moved back here and then inlined. This is partial revert of bf553d42 and 22ada526 GitOrigin-RevId: a86a918113bee6af2ae840370bf35149760909ee
-
Mads Ager authored
GitOrigin-RevId: 7cb9ab6ea639925551c840b7546a242eb9898e63
-
Mads Ager authored
GitOrigin-RevId: a47e5a2c12ca7bcbcf250177457db8ac48035867
-
Ilya Kirillov authored
GitOrigin-RevId: 07a1f40ee96d040ad9b6a3f02283f2e6392fbb66
-
Mads Ager authored
GitOrigin-RevId: 8179fb6a094032888b8b503332c1767d2f357452
-
Mads Ager authored
The effect that has for tests is mainly that it returns all the elements instead of no elements. GitOrigin-RevId: a7a1110e19d7ff4ca0c0631040bd65bada1b866b
-
Jinseong Jeon authored
^KTIJ-17869 Fixed GitOrigin-RevId: 726faecfab74f0f592ea62af79a1aa9cf30a2257
-
Jinseong Jeon authored
GitOrigin-RevId: 8b4002ff5480dc506b10418f8ad0371cc9960f83
-
Dmitriy Novozhilov authored
GitOrigin-RevId: b46f09d5584d15cc44a4b864a27f00c3077a6a49
-
Stanislav Erokhin authored
Parameter shouldStubAndNotLinkUnboundSymbols was added in kotlin/27a2d7f614f29cd16d And from the commit it is clear, that previous logic was: if evaluatorFragmentInfoForPsi2Ir specified, shouldStubAndNotLinkUnboundSymbols should be true GitOrigin-RevId: 242180af29392dd54eb9061298ea4112b56ead94
-
Ilya Kirillov authored
GitOrigin-RevId: 9da7ec14687226c9c986b8849d7fd89fe5de73a6
-
Ilya Kirillov authored
GitOrigin-RevId: 65dbb73c852eaecaefa37e713ec954d306d9e261
-
Ilya Kirillov authored
GitOrigin-RevId: edf339ac6d9d9afd5940ec29e4b22baee9e419c4
-
Ilya Kirillov authored
GitOrigin-RevId: 0d7811190cb8d692e1eff791bb3533db4a1405d8
-
Jinseong Jeon authored
GitOrigin-RevId: 85568dc1f70ed775f6a063f14521c2b6e8b873e9
-
Jinseong Jeon authored
GitOrigin-RevId: c96e43bc57887bcd56445ec4b08e9faa3d6fa58e
-
Vladimir Dolzhenko authored
[kotlin] Add KotlinPartialPackageNamesIndex to reduce number of (redundant) access to KotlinExactPackagesIndex #KTIJ-20568 Fixed (cherry picked from commit 2f8a939a1c558423a74f392568e0338764628dea) (cherry picked from commit 5e47c29bc48c3926bea9c220ba014330fa9fadc4) GitOrigin-RevId: b9d3b1fa056aaaed92ba5af5375e00869febd427
-
Dmitry Gridin authored
^KTIJ-18977 (cherry picked from commit 971a3e30dff6b2560cdd287fcce90ebf01799917) GitOrigin-RevId: 8dcdc06fa900fefdf7d2d394ea2e6f0948b2617c
-
Dmitry Gridin authored
^KTIJ-18977 Fixed (cherry picked from commit 7bb1c7b5c13c44d268cf64a8b76b9376ef01bb76) GitOrigin-RevId: 4a91cbc550fab03090f69f57497d8cd4c89d500e
-
Dmitry Gridin authored
^KTIJ-20493 Fixed (cherry picked from commit c1fbbe47db3dbe955545e1ba9169f419bba55f4a) GitOrigin-RevId: 9e1a69f72f317c6d57773c31f69bac844033c6eb
-
Jinseong Jeon authored
to be consistent with all the other Kotlin UAST elements GitOrigin-RevId: de7e81e7a06649e99e576cc6aed71b652993eca0
-
Kristoffer Andersen authored
closes https://github.com/JetBrains/intellij-community/pull/1888 GitOrigin-RevId: f38da3e4dc948bbc98ec9c691953cdbd7d5d6f76
-
Dmitry Timofeev authored
Improved the code structure according to CR suggestions. ^KTIJ-20557 Fixed GitOrigin-RevId: dd0299cbe350b0aa962fadf96b8113c2a857fd6e
-