Mikhail Glukhikh
|
0f0e5e603d
|
[FIR2IR] Use IR built-in types, their symbols & constructors directly
|
2020-03-18 17:09:36 +03:00 |
|
Mikhail Glukhikh
|
0fee8a6946
|
FIR2IR: cache functions and their parents properly
|
2020-03-04 16:55:33 +03:00 |
|
Mikhail Zarechenskiy
|
3cf77d29b5
|
Unmute test for NI
It was fixed in 7f6c03c9
|
2020-02-17 10:29:45 +03:00 |
|
Mikhail Zarechenskiy
|
abc5eb4740
|
[NI-MIGRATE-BAD] Update problematic/questionable tests
These tests are going to be reviewed in more detail before 1.4
|
2020-02-13 11:15:59 +03:00 |
|
Mark Punzalan
|
9df2f69f09
|
[FIR] Disable failing blackbox codegen tests for FIR.
|
2019-11-19 11:00:09 +03:00 |
|
Alexander Udalov
|
4164b620e8
|
Minor, remove obsolete directives and suppressions from contracts test data
|
2019-11-07 15:20:34 +01:00 |
|
Alexander Udalov
|
66e19b13ce
|
IR: create shared variables for val-variables when needed
This is possible when a lambda's contract guarantees initialization of a
variable.
|
2019-11-07 15:20:34 +01:00 |
|
Ilmir Usmanov
|
08794d17a0
|
Do not box function argument if it is used in EXACTLY_ONCE lambda
Since we cannot change type of parameter, we cannot replace it with
box type.
#KT-29510 Fixed
#KT-29614 Fixed
#KT-29385 Fixed
|
2019-09-30 17:42:17 +03:00 |
|
Ilmir Usmanov
|
8a01da6ec6
|
Support val initialization in non-inline function with EXACTLY_ONCE effect
by generating a box for the value.
#KT-26126 Fixed
|
2018-12-28 15:09:11 +03:00 |
|