1. 17 12月, 2020 2 次提交
  2. 26 11月, 2020 1 次提交
  3. 06 11月, 2020 3 次提交
  4. 30 10月, 2020 1 次提交
    • M
      [FIR] Split primary constructor parameter scope into two different · 7b4f781e
      Mikhail Glukhikh 提交于
      In init block or property initializers,
      for `val x` declared in primary constructor,
      `x` reference is now resolved to property, not to parameter.
      So we need two different scopes for primary constructor,
      one for 'pure' parameters and another one for all parameters,
      including val/var ones.
      
      #KT-42844 Fixed
      7b4f781e
  5. 22 10月, 2020 2 次提交
  6. 21 10月, 2020 1 次提交
  7. 29 9月, 2020 2 次提交
  8. 16 9月, 2020 1 次提交
  9. 03 9月, 2020 1 次提交
  10. 31 8月, 2020 2 次提交
  11. 28 8月, 2020 1 次提交
  12. 25 8月, 2020 1 次提交
  13. 24 8月, 2020 4 次提交
  14. 12 8月, 2020 1 次提交
  15. 11 8月, 2020 1 次提交
  16. 10 8月, 2020 1 次提交
  17. 05 8月, 2020 4 次提交
  18. 02 8月, 2020 4 次提交
  19. 01 8月, 2020 2 次提交
    • N
      [FIR] Add diagnostics for object related problems · 26e3a111
      Nick 提交于
      26e3a111
    • N
      [FIR] Refactor effective visibility calculation · 7145caca
      Nick 提交于
      Before this commit, we had effective visibility as a part of FIR status,
      so it was integrated into the full pipeline. In this commit,
      we introduced "effective visibility as a service" which is now used
      only by exposed visibility checker. This allows us to make the thing
      universal for all FIR nodes, including nodes for Java / deserialized.
      7145caca
  20. 29 7月, 2020 1 次提交
  21. 20 7月, 2020 3 次提交
  22. 17 7月, 2020 1 次提交