fix accept null as std.slice argument/in slicing syntaxYaroslav Bolyukin 2024-11-03 #e46de0a
fix rename variable to localYaroslav Bolyukin 2024-08-30 #a31a8ef
feat simplify Thunk creation with closure syntaxYaroslav Bolyukin 2024-08-26 #7cdcae3
fix object destruction leftovers check should account for defaultsYaroslav Bolyukin 2024-08-15 #7d331b6
feat grow os stack on demandYaroslav Bolyukin 2024-06-23 #74ea504
refactor move push_frame out of State structYaroslav Bolyukin 2024-06-18 #7b38a7f
perf document iter_cheap vs iterYaroslav Bolyukin 2024-06-18 #60b06d5
refactor add proper getters for LocExprYaroslav Bolyukin 2024-06-18 #3e23ebe
perf inline NumValue methodsYaroslav Bolyukin 2024-06-18 #8d39c73
fixup! fix formatting Yaroslav Bolyukin 2024-06-18 #ec4da3e
fix enforce Val::Num finityness at type levelYaroslav Bolyukin 2024-06-18 #0e22242
style fix clippy warningsYaroslav Bolyukin 2024-06-18 #4f2e8db
fix experimental buildYaroslav Bolyukin 2024-06-18 #11dc48e
Merge pull request #154 from CertainLach/fix/if-field-in-super-with-no-super Yaroslav Bolyukin 2024-03-21 #c2313a2
Jsonnet spec defines special behavior for `super.field` and
`field in super` expressions, while in jrsonnet it is implemented by
standalone-super concept, with optimizations in case of `super.field`.
However, standalone-super is conflicting with `field in super` behavior,
so special handling is needed for this expression. Yaroslav Bolyukin 2024-03-20 #d1e2f8e
style fix clippy warningsYaroslav Bolyukin 2024-03-03 #0764805
Merge branch 'fix/tests' Yaroslav Bolyukin 2024-02-20 #9ae683a
Merge pull request #145 from CertainLach/fix/lazy-array-comprehension Yaroslav Bolyukin 2024-01-16 #c9696b8
Fix failing CI for tests and lints Yaroslav Bolyukin 2024-01-16 #58696dc
fix lazy object comprehensionYaroslav Bolyukin 2023-12-14 #eeb6fd0