Merge remote-tracking branch 'origin/master' into split-stdlib Yaroslav Bolyukin 2022-10-15 #c39582b
fix( parser ) allow locals trailing commaYaroslav Bolyukin 2022-06-07 #93c371f
build switch to released serde_yaml forkYaroslav Bolyukin 2022-06-05 #a0a8eb4
build switch to released gcmodule forkYaroslav Bolyukin 2022-06-05 #bde2637
fix remove unnecessary referenceYaroslav Bolyukin 2022-08-27 #a5bf806
feat object destructuring defaultsYaroslav Bolyukin 2022-06-03 #d76beb2
feat destruct function argumentsYaroslav Bolyukin 2022-06-03 #3961a53
style fix warnings with nightly clippyYaroslav Bolyukin 2022-05-26 #2d0d919
For usage in new import resolvers, this change allows to use custom
types within importers, allowing to allow imports from internet Yaroslav Bolyukin 2022-08-27 #a7e60a9
refactor rework layout and path handlingYaroslav Bolyukin 2022-05-26 #96da6f3
test update for split stdlibYaroslav Bolyukin 2022-08-07 #aa97bc0
refactor virtual file handlingYaroslav Bolyukin 2022-05-26 #0374cd0
perf reimplement AST codegenYaroslav Bolyukin 2022-08-07 #0831da3
Same as https://github.com/databricks/sjsonnet/issues/127 Yaroslav Bolyukin 2022-04-25 #f546d2e
fix derive names for full destructionYaroslav Bolyukin 2022-04-24 #456a1bb
fix( parser ) allow trailing comma before forspec in objectYaroslav Bolyukin 2022-08-05 #673ea5e
refactor keep source code alongside source pathYaroslav Bolyukin 2022-08-05 #4ad9956
refactor better rebinding handlingYaroslav Bolyukin 2022-04-24 #c65967c
feat field destructuringYaroslav Bolyukin 2022-04-24 #88a0ba1
refactor move modules from rootYaroslav Bolyukin 2022-04-24 #c137fa7
feat support legacy std.thisFileYaroslav Bolyukin 2022-04-22 #ab1fc1b
fix parser should accept escapes of any string typeYaroslav Bolyukin 2022-04-22 #94fa86f
fix decode non-bmp charactersYaroslav Bolyukin 2022-04-22 #c1e1434
fix( parser ) whitespace in sliceYaroslav Bolyukin 2022-04-22 #b4a4398
There was special support to refer to native functions for stdlib, as
otherwise `std.native` was not implementable.
However, now evaluator contains support for fancy builtins, and it is
possible to reimplement standard library without any parser magic.
BREAKING CHANGE: This syntax no longer works: $intrinsic(name),
$intrinsicId, $intrinsicThisFile Yaroslav Bolyukin 2022-07-23 #5a21a2e
style enforce import styleYaroslav Bolyukin 2022-04-20 #80f37a4