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 .
  1. 04 Apr, 2023 2 commits
  2. 03 Apr, 2023 1 commit
  3. 01 Apr, 2023 8 commits
    • Ilya Kirillov's avatar
      [kotlin] restore cooperative development in the kt-master branch · 4f969664
      Ilya Kirillov authored
      GitOrigin-RevId: d159297ab56fd5fefe34fbb0baf1c37d91b6051e
      4f969664
    • Ilya Kirillov's avatar
      Revert "Revert "[kotlin][k2] update testData"" · 57db055f
      Ilya Kirillov authored
      This reverts commit e566d2c784b38cc64a770625612d6031b14c670d.
      
      GitOrigin-RevId: 56db4344e2e1f9a1037c4e4692b13a9e77f347f6
      57db055f
    • Ilya Kirillov's avatar
      Revert "[kotlin][k2] update testData" · 7ffff0e6
      Ilya Kirillov authored
      This reverts commit 6884e91d91e3917901c843179e35846129d31e50.
      
      Temporary reverted due to the conflict onf kt-master merve
      
      GitOrigin-RevId: e566d2c784b38cc64a770625612d6031b14c670d
      7ffff0e6
    • Ilya Kirillov's avatar
      [Kotlin] fix compilation after kt-master <-> master merge · a16e34db
      Ilya Kirillov authored
      GitOrigin-RevId: 76dabb64fd7cb68067abc1272413f884409472f6
      a16e34db
    • Ilya Kirillov's avatar
      [Kotlin] update analyzer to 1.9.0-dev-4828 · 1b41fdbf
      Ilya Kirillov authored
      As a part of a weekly kt-master <-> master branches merge process
      
      GitOrigin-RevId: 97f32c2bcd744c98421fb9b3378560d0df4de87c
      1b41fdbf
    • Ilya Kirillov's avatar
      Merge branch 'kt-master' · 099aa01d
      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
      099aa01d
    • Dmitrii Gridin's avatar
      [kotlin][k2] update testData · c00872f7
      Dmitrii Gridin authored
      [FIR][tree] replace FirDeclaration.resolvePhase -> resolveState
      
      ^KT-56543
      
      GitOrigin-RevId: 6884e91d91e3917901c843179e35846129d31e50
      c00872f7
    • Gregory.Shrago's avatar
      avoid costly fillInStackTrace · 3227f734
      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
      3227f734
  4. 31 Mar, 2023 29 commits