feat add intrinsics for numeric parsingPetr Portnov 2022-11-23 #398f421
doc: extra features Yaroslav Bolyukin 2022-11-20 #15d127a
perf( stdlib ) remove allocation from std.base64Yaroslav Bolyukin 2022-11-20 #be6d2bd
ci add benchmarks against other implementationsYaroslav Bolyukin 2022-11-20 #587f5b8
build upgrade dependenciesYaroslav Bolyukin 2022-11-20 #f16d3b8
fix cli descriptionYaroslav Bolyukin 2022-11-20 #d388da9
perf specialize super.field getsYaroslav Bolyukin 2022-11-20 #64f3674
fix off-by-one in std.rangeYaroslav Bolyukin 2022-11-20 #30b370e
feat upgrade bindings to new importbin resultYaroslav Bolyukin 2022-11-20 #f7dfa48
style fix clippy warningsYaroslav Bolyukin 2022-11-12 #5876186
refactor move yaml implementation to stdlibYaroslav Bolyukin 2022-11-12 #9a50551
ci upgrade rust versionYaroslav Bolyukin 2022-11-10 #92bd203
perf adopt string escape code from serde-jsonYaroslav Bolyukin 2022-11-10 #2b4e36f
fix parser should parse import argument as an expressionYaroslav Bolyukin 2022-11-10 #a7e4b59
perf fail fast on obj/objcomp parsing conflictYaroslav Bolyukin 2022-11-10 #8d4d5b7
test upgrade tests to new apisYaroslav Bolyukin 2022-11-09 #b02db2d
fix upgrade libjsonnet to new apisYaroslav Bolyukin 2022-11-09 #1da990e
style remove unused codeYaroslav Bolyukin 2022-11-09 #3490ff6
style rename ast file_name to sourceYaroslav Bolyukin 2022-11-09 #b9857ae
perf destruct capacity hintsYaroslav Bolyukin 2022-11-09 #87a7e44
refactor remove trace format from stateYaroslav Bolyukin 2022-11-09 #06bf1b3
refactor remove ManifestFormat from stateYaroslav Bolyukin 2022-11-09 #78be616
refactor remove tla from stateYaroslav Bolyukin 2022-11-09 #5f620e2
fix preserve visibility for object method membersYaroslav Bolyukin 2022-11-09 #7b01ecb
exp-object-iteration feature Yaroslav Bolyukin 2022-11-09 #f20aa24
feat destructure in comprehensionsYaroslav Bolyukin 2022-11-09 #1b7795b
fix unify handling of field in obj and objcompYaroslav Bolyukin 2022-11-09 #c3b4574
ci upgrade rustYaroslav Bolyukin 2022-11-03 #26153bc
fix parser argument error messageYaroslav Bolyukin 2022-11-03 #b932109
fix explaining trace underflowYaroslav Bolyukin 2022-11-03 #796c7a0
refactor unwrap Unbound thunk valueYaroslav Bolyukin 2022-11-03 #c607d6b
style use let-elseYaroslav Bolyukin 2022-11-03 #1925b3a
build use `workspace.dependencies`Yaroslav Bolyukin 2022-10-26 #a8de1de
build upgrade dependenciesYaroslav Bolyukin 2022-10-26 #fe52b32
refactor move state to contextYaroslav Bolyukin 2022-10-26 #30d381b
feat treat trivial identity function as soYaroslav Bolyukin 2022-10-25 #78d45eb
refactor! implement stack size limit using thread localYaroslav Bolyukin 2022-10-25 #284612b
Instead of relying on `serde_json::Value`.
BREAKING CHANGE: There is no longer `impl Typed for serde_json::Value`,
either parse directly into jrsonnet-evaluator, or use `serde_transcode` Yaroslav Bolyukin 2022-10-25 #7b8b823
refactor( stdlib ) split more builtins into own filesYaroslav Bolyukin 2022-10-17 #2e5acc0
fix mark -S and --format as mutually exclusiveYaroslav Bolyukin 2022-10-17 #446308e
refactor unify throw & throw_runtimeYaroslav Bolyukin 2022-10-17 #5e6d5ee
Separate jrsonnet-evaluator and stdlib implementation #82 Yaroslav Bolyukin 2022-10-17 #b8bef13
doc: add github sponsors link Yaroslav Bolyukin 2022-09-18 #e831ab7
Merge remote-tracking branch 'origin/master' into split-stdlib Yaroslav Bolyukin 2022-10-15 #c39582b
doc: add patreon link Yaroslav Bolyukin 2022-06-26 #4b1459d
doc: review issues Yaroslav Bolyukin 2022-10-15 #ff3e2c8
fix( parser ) allow locals trailing commaYaroslav Bolyukin 2022-06-07 #93c371f
style fix clippy warningsYaroslav Bolyukin 2022-10-11 #70f3783
build switch to released serde_yaml forkYaroslav Bolyukin 2022-06-05 #a0a8eb4
feat allow unnamed builtin argumentsYaroslav Bolyukin 2022-10-11 #afca252