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 .
- 28 Sep, 2021 8 commits
-
-
Ilya Kirillov authored
GitOrigin-RevId: 017f2c410e9ead2140f42065badc232e891304db
-
Steven Schäfer authored
closes https://github.com/JetBrains/intellij-community/pull/1728 GitOrigin-RevId: 47bccf68d2b0c60ed01cc2215cdda6ddc507c86b
-
Steven Schäfer authored
closes https://github.com/JetBrains/intellij-community/pull/1728 GitOrigin-RevId: 491e7a3b734b975132e04a9e59692112781130ac
-
Ilya Kirillov authored
GitOrigin-RevId: 503bfd2bd65526ebf42f1847a3e9d3f0c8d36508
-
Ilya Kirillov authored
GitOrigin-RevId: 4a2d8424d7efffc548b1bfbdc332509f191c22aa
-
Ilya Kirillov authored
GitOrigin-RevId: 171979e2d8461cdcc4fa8a53a7ab8beac60087fb
-
Ilya Kirillov authored
GitOrigin-RevId: 31cf37e03698c9a0f486ffc3785b72f484ae663e
-
Ilya Kirillov authored
GitOrigin-RevId: a0413f3dad582111e0091b0b42d66c7e9a5731b2
-
- 27 Sep, 2021 1 commit
-
-
Margarita Bobova authored
GitOrigin-RevId: 4254e6b3e29bef5bc281fc22e8de56a195440e9c
-
- 23 Sep, 2021 1 commit
-
-
Roman Golyshev authored
FIELD_KEYWORD is used in multiple contexts (@field annotation, for example), but only the explicit backing field declarations are parsed as `KtBackingField` GitOrigin-RevId: b1ca67b3a77190683ccee9795e438fa2d51eb4b0
-
- 22 Sep, 2021 18 commits
-
-
Jinseong Jeon authored
GitOrigin-RevId: ccb49281deac8896f2f7e68492fc623a64ce9cbe
-
Tianyu Geng authored
GitOrigin-RevId: 1b3e0470bcad9b1081bddb7dd9d959acc7361fff
-
Ilya Kirillov authored
GitOrigin-RevId: 3f1bf9d6ed6a51c22aa7fad6df0560dc4acc9d31
-
Jinseong Jeon authored
GitOrigin-RevId: 1800fef691b0e8feee6b6f7477e67b677d086a85
-
Jinseong Jeon authored
FIR LC has a different abstraction, so using the specific class name is literally too specific to FE 1.0 LC. GitOrigin-RevId: 1ef7ee33a7c5141259a1d1a5e21e18a6f1bde327
-
Jinseong Jeon authored
To support more kinds of annotation values, constant provider will no longer return just simple constant value, but a general one. GitOrigin-RevId: fc01061f66e4fa42f294353250975540f49eae2b
-
Jinseong Jeon authored
GitOrigin-RevId: b06caf4a4086879be1fc1bbf14f0737b162c569f
-
Jinseong Jeon authored
The outer-most annotation call is parsed as KtAnnotationEntry, which is in turn abstracted as KtAnnotationCall. Annotations in annotations, however, are regular KtCallElement, and thus regular KtFunctionCall (to annotation constructor). GitOrigin-RevId: 72114cf02bc4a79dff5237c40ff5ea45dd024816
-
Jinseong Jeon authored
GitOrigin-RevId: 27155b010d61f603903cabe5b515b9236ecec677
-
Ilya Kirillov authored
GitOrigin-RevId: 849a5cd34cea2c1ef70580a234334134a33ff485
-
Dmitry Gridin authored
^KTIJ-19713 GitOrigin-RevId: a6816fb2a07a3e7b071bcd5bfc1f6eb3fbe3bb0d
-
Dmitry Gridin authored
^KTIJ-19713 Fixed GitOrigin-RevId: 9bf784b6d29b85a2a41fab058a5eebd305d160ea
-
Dmitry Gridin authored
GitOrigin-RevId: 47a9853226d875639d1255039ba67e6fd8f80228
-
Dmitry Gridin authored
GitOrigin-RevId: c6c57403b9137eb0648140b5e221e445e1574320
-
Dmitry Gridin authored
GitOrigin-RevId: 59300815ff9f94c2a1c86213535ff9423a8f527c
-
Dmitry Gridin authored
GitOrigin-RevId: ef7bea5604c15d9b3e8f3b954c31b718bfd97dd1
-
Dmitry Gridin authored
GitOrigin-RevId: 4eb99bf1d06892c123d7ef91c4517ebbf7e9a6eb
-
Dmitry Gridin authored
^KTIJ-19676 GitOrigin-RevId: c68b9396ba988247f44664aa4b5719fd54490e90
-
- 21 Sep, 2021 4 commits
-
-
Aleksei.Cherepanov authored
GitOrigin-RevId: b2bcde9e3102d575ca459f475c00022515b6ccba
-
Dmitry Gridin authored
Do not load the `@java.lang.annotation.Repeatable` annotation instance generated automatically by the compiler for Kotlin-repeatable annotation classes. Otherwise, the stub count doesn't match stubbed node length, since that annotation is only generated in the backend, and is not visible to the frontend. Related commit in the [compiler](https://github.com/jetbrains/kotlin/commit/f8af127a4eb575dba64b5b209679ed723f1c8b23#diff-f4b674ce0efde7d5f15c338f95a6bb7d6d49cf1d887b52e6674521cfa7b2fd48R152) ^KTIJ-19676 Fixed GitOrigin-RevId: af76aa560dab825e15ce47330e1c7ae83219b7cc
-
Margarita Bobova authored
GitOrigin-RevId: a7fae4594732a3780d86da8cee794c057d119f23
-
Mikhail Zarechenskiy authored
GitOrigin-RevId: f174d3b1baed6f7cab174c0f9e0758b7c5db7a76
-
- 20 Sep, 2021 5 commits
-
-
Roman Golyshev authored
- optimize imports - use @NlsSafe to avoid warning - remove checking `KtFunctionSymbol is KtConstructorSymbol` (it is always false) GitOrigin-RevId: cca3fe99c5a5a129ca0e836254333e914ad27d05
-
Ilya Kirillov authored
GitOrigin-RevId: 7ed650f33197a018594378bc910eac4ae7e72310
-
Mikhail Zarechenskiy authored
GitOrigin-RevId: e9682540566a8024424ea86622b64160cb4db3ea
-
Roman Golyshev authored
Mark it as `@Deprecated` with a replacement GitOrigin-RevId: ae8ffb026b1502831a8838b29feb09dda8b58308
-
Dmitry Timofeev authored
GitOrigin-RevId: f5b620b5e7160cb934deaabdd03a4078df18abce
-
- 17 Sep, 2021 3 commits
-
-
Tianyu Geng authored
GitOrigin-RevId: 39118d4cd4b87b342b0d3fc40e1e985e957dc9b2
-
Dmitry Timofeev authored
GitOrigin-RevId: 1adf1d51902135d71e4403c5dc33c8168f68ced6
-
Ilya Kirillov authored
GitOrigin-RevId: 7ebdba73372b1f4cc9d5d2aa5e18af256d9c6f04
-