Ilya Gorbunov
|
e450a6494a
|
Migrate deprecations in core, compiler, idea, tests
Replacing deprecated Char.toInt() with Char.code and
Number.toChar() with Number.toInt().toChar(), where Number is not Int.
KT-23451
|
2021-04-07 18:30:20 +03:00 |
|
Abduqodiri Qurbonzoda
|
968099fbec
|
Advance deprecation level of FP to lesser than Int types to ERROR #KT-30360
|
2021-04-07 00:23:20 +03:00 |
|
Alexander Udalov
|
addabae8d2
|
IR: move frontend-dependent code into implementations in psi2ir
|
2021-02-24 19:07:38 +01:00 |
|
Alexander Udalov
|
d991a3e40f
|
IR: simplify initialization cycle of TypeTranslator/ConstantValueGenerator
|
2021-02-24 19:07:38 +01:00 |
|
Alexander Udalov
|
a21f273570
|
Fix compiler warnings in compiler code
|
2020-08-17 21:18:20 +02:00 |
|
Alexander Udalov
|
db4cbe7103
|
IR: use IrFactory in SymbolTable
|
2020-07-28 12:05:23 +02:00 |
|
Ivan Kylchik
|
895c32e21c
|
Create separate source set for interpreter map generator
A separate source set is needed so that the generator no longer depends
on the generated code
|
2020-06-25 10:45:19 +03:00 |
|