登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
57
Star
30
Fork
163
OpenHarmony-SIG
/
arkcompiler_runtime_core
代码
Issues
19
Pull Requests
131
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
最新版
arkts-spec-release-2023-10-26
3e13698
2023-10-26 15:30
对比
ArkTS Specification 2023.10.26
Anton Soldatov
**FROM NOW ON, FOLLOW https://gitee.com/igelhaus/arkcompiler_runtime_core/releases/ for releases of the spec** NB! During merge freeze because of code migration, this release is built from 7086cff0 at https://gitee.com/anedoria/arkcompiler_runtime_core/tree/spec206/ * ArkUI: Callable types added * ArkUI: $$ unary operator added * Lexical: suffix `f` added for float (32-bit) literals * Classes: Syntax addition: type parameters for methods * Ambients: selective export for namespaces added * Clarified: trailing lambdas, unions, indexing expression of float types, bigint operators, import type * Removed: raw types * Text improved: Intro, Generics, GUI
最后提交信息为:
Add licenses
sts-spec-release-2023-10-13
fbdc197
2023-10-13 17:25
对比
ArkTS Specification 2023.10.13
Anton Soldatov
Specification: - Added: `async` lambdas, dynamic object (draft), - Removed: qualified this and super, inner classes - Clarified: optional and rest parameters, nullish types, spread operator, tuples, generic conversions - Wording fixed in many chapters - Added index Cookbook: - Rules relaxed: `arkts-no-definite-assignment`, `arkts-no-symbol`, `arkts-no-utility-type`, `arkts-limited-stdlib` - Rules removed: `arkts-no-prop-existence-check`, `arkts-for-of-str-arr` PR: https://gitee.com/openharmony-sig/arkcompiler_runtime_core/pulls/2019
最后提交信息为:
Fix pause time goal eden size management
sts-spec-release-2023-10-10
b73b8f0
2023-10-10 19:20
对比
STS Specification 2023.10.10
Anton Soldatov
* Delivers all changes from https://gitee.com/anedoria/arkcompiler_runtime_core/tree/spec204/ * Merged into upstream master on Oct, 3rd.
最后提交信息为:
Test to validate generic class members
sts-spec-release-2023-09-26
2aeb700
2023-09-26 20:47
对比
STS Specification 2023.09.26
Anton Soldatov
* Multiple changes in the Cookbook: relaxing and removing recipes * Multiple improvements of common TypeScript / ArkTS subset * Numerous improvements in wording and markup * Specification migrated from LaTeX to RST
最后提交信息为:
[ArkTS][Docs][Tutorial][minor Spec fix] Tutorial updates + minor sp...
sts-spec-release-2023-06-16
77e6a6f
2023-06-16 21:58
对比
STS Specification 2023.06.16
Anton Soldatov
* Core specification version bumped to 1.0 * Several features that were not compatible with TS common subset are removed: unsigned types, inner classes, anonymous classes, class literals, type declarations in classes and interfaces * All features outside common subset are moved to "Experimental Features" Chapter * All samples (except samples in "Experimental Features") are made valid for common subset * Almost all "to de done" are resolved (except those in "Experimental Features") * All internal links are fixed. * Wording and markup are improved.
最后提交信息为:
disable test with prefix in gtest api
sts-spec-release-2023-05-22
26dc247
2023-05-22 18:11
对比
STS Specification 2023.05.22
Anton Soldatov
- Support for GUI (ArkUI) draft - String literals grammar extended (single quotes) - Template literals added (backticks) - Char literals grammar fixed (c'a') - Syntax rules 'type', 'nullableType' are fixed. Syntax is now as in TS. - Final classes, methods added (open removed) - String interpolation expression is added. - extended semantics for extended &&, ||, and ! operators semantics - default export and import - Revised Intro, Lexical, Generics, Conversions, Expressions, Semantic Rules - Cookbook: revise and fix recipes
最后提交信息为:
Increase STACK_OVERFLOW_RESERVED_SIZE
sts-spec-release-2023-05-05
0512c49
2023-05-05 18:06
对比
STS Specification 2023.05.05
Anton Soldatov
- Added the first version of the Introduction chapter - Chapter 5. Generics and Chapter 6. Contexts and Conversions were rewritten and simplified - Generic methods and constructors are deleted (only classes, interfaces and functions can be generic). - Never renamed to never - null type is added - Subtyping and least upper bound sections moved to "Semantic Rules" - Class extends and implements clauses were rewritten - Fixed - signatures, override-equivalent - Fixed function call, method call - Operator ?? added to precedence table - return statement semantics updated - it can be used in constructors, class initializer and top-level statements - Initial values for variables updated - Intersection types removed - Revised Types (Chapter 3), Names, Declarations and Scopes (Chapter 4), Revised Modules and Packages (Chapter 14)
最后提交信息为:
[DevEco][Linter] Make logs more verbose
sts-spec-release-2023-04-21
0b3e71c
2023-04-21 19:54
对比
STS Specification 2023.04.21
Anton Soldatov
Tutorial: - examples and terminology updated Cookbook: - new recipes 3, 16, 22, 28, 29, 46, 51, 79, 83, 116, 127 - fix recipes 38, 39, 45, 47 Specification: - Lexical: 'synchronized', 'defer' deleted, 'finally' added, 'get', 'set' added as soft keywords, string literals type fixed, example corrected - 'string' is used instead of 'String' - Getters/Setters added to classes and interfaces - Enumeration cannot be members of classes and interfaces - Rest parameters are added to functypes and functions - defer removed, finally added - Modules and Packages: Top-level statements are added - Revised wording: Interfaces, Enums, Exceptions (Chapters 10, 11, 12) - Many references corrected and some added
最后提交信息为:
[PT] Add tests for inspector
sts-spec-release-2023-04-07
5d40c5d
2023-04-07 18:54
对比
STS Specification 2023.04.07
Anton Soldatov
* Updated specification * User guide documentation bundle released
最后提交信息为:
Disabled adding non movable object to root mask in Codegen
sts-spec-release-2023-03-13
7888225
2023-03-13 17:54
对比
STS Specification 2023.03.13
Anton Soldatov
* Syntax rule for class field corrected mandatory semicolon removed * Chapter 7 - Expressions - reordered the sections - proper aligment of subsection introduced making the chapter easier for the reader * Operator precedence and associativity added into Chapter 7. Expressions * Block statement description updated - no return for procedure function reformulated
最后提交信息为:
release 2023-03-09
sts-spec-release-2023-02-17
cc9cece
2023-02-17 15:15
对比
STS Specification 2023.02.17
Anton Soldatov
* Section "Types" (upto "Reference Types") was rewritten and clarified. * Section "Expression" was significantly improved. Call Expression semantics sections were moved to appendix A. * Null safety sections were reviewed and clarified. * Section "Statements" - text was improved. * Added description for `async` functions. * Added description for `then`, `catch`, and `finally` methods for `Promise`.
最后提交信息为:
Fix objects copying in osr entry preparation function for 32-bit po...
sts-spec-release-2023-02-10
c95a18c
2023-02-10 11:08
对比
STS Specification 2023.02.10
Anton Soldatov
STS Specification 2023.02.10
最后提交信息为:
Fix lost of samples in profiler in compiled frames
sts-spec-release
78a41bc
2023-02-03 11:14
对比
STS Specification
ragnvald
STS Specification 2023.01.27
最后提交信息为:
Bringing up -fvisibility=hidden in libpandabase
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/openharmony-sig/arkcompiler_runtime_core.git
[email protected]
:openharmony-sig/arkcompiler_runtime_core.git
openharmony-sig
arkcompiler_runtime_core
arkcompiler_runtime_core
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册