Merge branch 'trunk' into list_min

This commit is contained in:
Folkert de Vries 2021-10-28 20:32:27 +02:00 committed by GitHub
commit aa978ae6d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 393 additions and 5 deletions

View file

@ -17,6 +17,7 @@ pub enum LowLevel {
StrToUtf8,
StrRepeat,
StrFromFloat,
StrTrim,
ListLen,
ListGetUnsafe,
ListSet,
@ -123,6 +124,7 @@ macro_rules! first_order {
| StrFromUtf8Range
| StrToUtf8
| StrRepeat
| StrTrim
| StrFromFloat
| ListLen
| ListGetUnsafe

View file

@ -1015,6 +1015,7 @@ define_builtins! {
17 STR_ALIAS_ANALYSIS_STATIC: "#aliasAnalysisStatic" // string with the static lifetime
18 STR_FROM_UTF8_RANGE: "fromUtf8Range"
19 STR_REPEAT: "repeat"
20 STR_TRIM: "trim"
}
4 LIST: "List" => {
0 LIST_LIST: "List" imported // the List.List type alias