perf use pointer equality in std.equalsYaroslav Bolyukin 2021-01-12 #3d527a7
refactor drop LayeredHashMap key genericYaroslav Bolyukin 2021-01-12 #c214d99
perf faster strReplaceYaroslav Bolyukin 2021-01-12 #970fbe7
feat peg parsing for typesYaroslav Bolyukin 2021-01-12 #d9acc2c
feat make type descriptions look more js-likeYaroslav Bolyukin 2021-01-12 #fe95a60
feat string interningYaroslav Bolyukin 2021-01-06 #695a2f8
refactor move builtins to HashMapYaroslav Bolyukin 2021-01-06 #b55d14a
feat push stack in assertion failureYaroslav Bolyukin 2021-01-06 #a7f8b8f
fix( types ) use absolute paths in macroYaroslav Bolyukin 2021-01-06 #dad8ebd
refactor rewrite builtins to new type systemYaroslav Bolyukin 2021-01-06 #407517f
Now lazy is used only in objects/arrays
BREAKING CHANGE: value_type() is never fails Yaroslav Bolyukin 2021-01-06 #028057c
feat( evaluator ) type checking codeYaroslav Bolyukin 2021-01-06 #194642f
style fixes for unnecessary-lazy-evaluations lintYaroslav Bolyukin 2021-01-06 #c0a6203
Fixes #30 Yaroslav Bolyukin 2021-01-06 #bc97bc9
Syntax error display Yaroslav Bulyukin 2020-11-17 #3b72cd8
Merge pull request #24 from CertainLach/issue-23 Yaroslav Bulyukin 2020-10-31 #036eddf
style fix clippy warningsYaroslav Bolyukin 2020-11-17 #1ca5234
Prevent changing meaning of std in desugared expressions Yaroslav Bulyukin 2020-10-20 #ce2d8d5
Cached file evaluation was missing evaluation data release Yaroslav Bolyukin 2020-10-30 #34125db
Read code from stdin Yaroslav Bulyukin 2020-10-20 #7e00c7d
ci fix clippy errorsYaroslav Bolyukin 2020-10-19 #0a096fe
test add failing test for #23Yaroslav Bolyukin 2020-10-30 #a0dc74d
Help headings and colors Yaroslav Bulyukin 2020-10-19 #8a2b974
Also removes intrinsic interface for natives, they weren't useable for users
anyway, and we have native callback support now.
Fixes https://github.com/google/jsonnet/issues/378
Fixes https://github.com/google/go-jsonnet/issues/69 Yaroslav Bolyukin 2020-10-19 #d26be68
--exec should use toString format instead of standard json Yaroslav Bulyukin 2020-10-19 #712f004
feat better Display for ImportSyntaxErrorYaroslav Bolyukin 2020-11-17 #b7f71f5
feat( evaluator ) location in syntax error traceYaroslav Bolyukin 2020-11-17 #8f633f4
feat( evaluator ) add ToString manifest formatYaroslav Bolyukin 2020-10-19 #c7cd118
feat add original offset to locationYaroslav Bolyukin 2020-11-17 #f04cd08
style fix clippy lintsYaroslav Bolyukin 2020-09-12 #1c761a8
fix( evaluator ) wrap TLA evaluation in stateLach 2020-08-26 #4accdd0
fix( evaluator ) better error message for type mismatchLach 2020-08-26 #6cb98c9
feat( evaluator ) push frame for if conditionLach 2020-08-26 #21c8e9b
fix( evaluator ) fix padding argument in yamlLach 2020-08-26 #0bd0b86
feat( evaluator ) readable error messagesLach 2020-08-26 #686e5cc
build revert const fns with matchLach 2020-08-25 #c49885a
style increase clippy linting levelLach 2020-08-25 #3f8fb69
fix `Intrinsic` typo leftoversLach 2020-08-23 #66efc47
docs( evaluator ) typo `files` -> `file`progrm_jarvis 2020-08-23 #b04b14f
docs cleanup evaluator's docsprogrm_jarvis 2020-08-23 #f44bc09
fix Typo `Intristic` -> `Intrinsic`progrm_jarvis 2020-08-23 #e9a9036
ci fix clippy warningsLach 2020-08-23 #46fae7b
perf move error and stacktrace to heapLach 2020-08-23 #d859bb9
perf use fxhashLach 2020-08-23 #d09f1c2
build missing sortLach 2020-08-23 #84fe36c
perf unify function callsLach 2020-08-23 #a5391ab
perf reduce error enum sizeLach 2020-08-23 #57ad354