Artem Kobzar
|
8c69ffe8c9
|
[K/Wasm] Generate wasm-specific unsigned implementations ^KT-58039 Fixed
|
2024-01-29 20:11:41 +00:00 |
|
Igor Yakovlev
|
3e9b2573c5
|
[Wasm/std] Fix invalid sign for FP rem operator
Fixed #KT-64829
|
2024-01-24 15:40:48 +00:00 |
|
Ilya Gorbunov
|
d8ee74222f
|
[builtins-gen] Explicit visibility for companion objects and secondary constructors
|
2023-11-22 18:04:34 +00:00 |
|
Ilya Gorbunov
|
78ef58f59d
|
[Generator] Do not use explicit final modifier in Native primitive classes
'final' is the default modality, safe to omit
|
2023-09-04 11:32:39 +00:00 |
|
Ilya Gorbunov
|
8ae21c0e1b
|
[Generator] Do not omit public visibility of methods in wasm
|
2023-09-04 11:32:39 +00:00 |
|
Ilya Gorbunov
|
918b935e22
|
[Generator] Write the body of Boolean.hashCode in one place
|
2023-09-04 11:32:39 +00:00 |
|
Ilya Gorbunov
|
1c149925b7
|
[Generator] Always put expression body on a new line
|
2023-09-04 11:32:39 +00:00 |
|
Ilya Gorbunov
|
68a9b9c312
|
[Generator] Reference generator class in generated code files
|
2023-09-04 11:32:39 +00:00 |
|
Ilya Gorbunov
|
74ac48851a
|
[Generator] Canonical order of modifiers
|
2023-09-04 11:32:39 +00:00 |
|
Ilya Gorbunov
|
60bbd08569
|
[Generator] Rename additionalDoc, put its content before annotations
|
2023-09-04 11:32:39 +00:00 |
|
Ilya Gorbunov
|
7d3f080c81
|
Generate JS Long using builtin generators (step 2)
|
2023-08-29 16:27:55 +00:00 |
|
Ivan Kylchik
|
6a9c50325e
|
[Generator] Add otherKind parameter to conversion methods
|
2023-08-24 08:59:49 +00:00 |
|
Ivan Kylchik
|
adce2c9a78
|
[WASM] Replace deprecated Char.toInt() with Char.code
|
2023-08-24 08:59:49 +00:00 |
|
Ivan Kylchik
|
ee973c0ede
|
[Generator] Generate Char class
|
2023-08-24 08:59:49 +00:00 |
|
Ivan Kylchik
|
38e434bc07
|
[Generator] Generate Boolean class
|
2023-08-24 08:59:49 +00:00 |
|
Ilya Gorbunov
|
3f3cd2e87a
|
[Generator] Set up body for rangeTo and rangeUntil by default
Also use expression body formatting for `rangeTo`.
|
2023-08-24 08:59:49 +00:00 |
|
Ivan Kylchik
|
097535aeea
|
[Generator] Replace IntrinsicConstEvaluation string with const property
|
2023-08-24 08:59:49 +00:00 |
|
Artem Kobzar
|
c53b49d7fa
|
[K/Wasm] Remove custom equals because this kind of equality is lowered in duration of the compilation ^KT-58126 Fixed
|
2023-06-20 17:36:01 +00:00 |
|
Igor Yakovlev
|
a224feefd2
|
[Wasm] Fix invalid rounding for reminder calculation
#Fixed KT-58681
|
2023-05-16 15:53:01 +00:00 |
|
Ilya Gorbunov
|
b35b727d73
|
KT-53778 Remove experimental annotations from open ranges
|
2023-04-28 17:12:15 +00:00 |
|
Abduqodiri Qurbonzoda
|
52cbad2da2
|
[K/N] Hide Primitive.equals(Primitive) functions #KT-57344
As a part of efforts to stabilize Native stdlib.
Merge-request: KT-MR-9692
Merged-by: Abduqodiri Qurbonzoda <abduqodiri.qurbonzoda@jetbrains.com>
|
2023-04-25 14:56:29 +00:00 |
|
Ivan Kylchik
|
2e836494f5
|
Rewrite primitives' generation using simple DSL
|
2023-04-20 08:18:58 +00:00 |
|
Ivan Kylchik
|
07ca981632
|
Unify generation of Primitives files for all backends
|
2023-04-20 08:18:57 +00:00 |
|