style fix clippy warningsYaroslav Bolyukin 2021-04-30 #6b07ec0
fix empty line outputed with empty traceYaroslav Bolyukin 2021-03-27 #0868231
style fix clippy upper-case-acronymsYaroslav Bolyukin 2021-03-27 #9e6e925
fix member functions have no namesYaroslav Bolyukin 2021-03-27 #6f3c7e9
refactor get rid of LazyBinding variantsYaroslav Bolyukin 2021-02-22 #ec654c4
style fix formattingYaroslav Bolyukin 2021-02-21 #3154bc9
refactor remove future_wrapperYaroslav Bolyukin 2021-02-21 #1f53e1f
style fix clippy warningsYaroslav Bolyukin 2021-02-20 #be90068
feat object extend_with_field methodYaroslav Bolyukin 2021-02-20 #2cd889c
refactor! rename with_super to extend_fromYaroslav Bolyukin 2021-02-20 #2051500
perf faster std.mapYaroslav Bolyukin 2021-02-20 #ff10378
feat support standalone superYaroslav Bolyukin 2021-02-20 #643b007
refactor use new object methodsYaroslav Bolyukin 2021-02-20 #7b5cb9f
perf cleanup ObjValueYaroslav Bolyukin 2021-02-20 #9d2a45f
style fix whitespaceYaroslav Bolyukin 2021-01-28 #67899df
feat( evaluator ) anyhow integrationYaroslav Bolyukin 2021-01-28 #3b19e49
Jsonnet type system Yaroslav Bolyukin 2021-01-25 #a98d285
fix manifest output should put spaces in bracketsYaroslav Bolyukin 2021-01-12 #847c11f
fix use push_stack_frame in public macrosesYaroslav Bolyukin 2021-01-25 #c93dcb4
`std.range(0, -3)` should return [], not [0] Yaroslav Bolyukin 2021-01-12 #6341ead
tests: use optional location Yaroslav Bolyukin 2021-01-25 #21e57ff
style fix clippy warningsYaroslav Bolyukin 2021-01-25 #45caf79
feat locationless stack framesYaroslav Bolyukin 2021-01-25 #0d591aa
feat unwrap_type macroYaroslav Bolyukin 2021-01-24 #a682d0e
style fixes for unnecessary-lazy-evaluations lintYaroslav Bolyukin 2021-01-06 #c0a6203
feat export types apiYaroslav Bolyukin 2021-01-24 #cebe933
fix use new ArrValue variantsYaroslav Bolyukin 2021-01-24 #9268ff4
Fixes #30 Yaroslav Bolyukin 2021-01-06 #bc97bc9
Merge branch 'master' of github.com:CertainLach/jrsonnet into type-safety Yaroslav Bolyukin 2021-01-24 #00b4f05
style fix clippy warningsYaroslav Bolyukin 2021-01-24 #3fc6c25
feat array inheritanceYaroslav Bolyukin 2021-01-24 #2634495
feat pass caller location to native functionYaroslav Bolyukin 2021-01-24 #c437de1
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
refactor Option<&ExprLocation> -> &Option<_>Yaroslav Bolyukin 2021-01-24 #ced22d8
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
style reformat codeYaroslav Bolyukin 2021-01-12 #a16a15d
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
perf use pointer equality in std.equalsYaroslav Bolyukin 2021-01-12 #3d527a7
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
refactor drop LayeredHashMap key genericYaroslav Bolyukin 2021-01-12 #c214d99
--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
perf faster strReplaceYaroslav Bolyukin 2021-01-12 #970fbe7
feat( evaluator ) location in syntax error traceYaroslav Bolyukin 2020-11-17 #8f633f4