git.delta.rocks / jrsonnet / refs/commits / 45caf79f1ab3

difftreelog

commits

crates/jrsonnet-evaluator/src/lib.rs22.7 KiBsourcehistory
  1. style fix clippy warnings
    Yaroslav Bolyukin 2021-01-25 #45caf79
  2. feat locationless stack frames
    Yaroslav Bolyukin 2021-01-25 #0d591aa
  3. feat export types api
    Yaroslav Bolyukin 2021-01-24 #cebe933
  4. Merge branch 'master' of github.com:CertainLach/jrsonnet into type-safety
    Yaroslav Bolyukin 2021-01-24 #00b4f05
  5. feat pass caller location to native function
    Yaroslav Bolyukin 2021-01-24 #c437de1
  6. refactor Option<&ExprLocation> -> &Option<_>
    Yaroslav Bolyukin 2021-01-24 #ced22d8
  7. Syntax error display
    Yaroslav Bulyukin 2020-11-17 #3b72cd8
  8. Merge pull request #24 from CertainLach/issue-23
    Yaroslav Bulyukin 2020-10-31 #036eddf
  9. feat string interning
    Yaroslav Bolyukin 2021-01-06 #695a2f8
  10. Prevent changing meaning of std in desugared expressions
    Yaroslav Bulyukin 2020-10-20 #ce2d8d5
  11. Cached file evaluation was missing evaluation data release
    Yaroslav Bolyukin 2020-10-30 #34125db
  12. test add failing test for #23
    Yaroslav Bolyukin 2020-10-30 #a0dc74d
  13. 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
  14. refactor rewrite builtins to new type system
    Yaroslav Bolyukin 2020-12-01 #407517f
  15. fix(evaluator) wrap TLA evaluation in state
    Lach 2020-08-26 #4accdd0
  16. style increase clippy linting level
    Lach 2020-08-25 #3f8fb69
  17. docs(evaluator) typo `files` -> `file`
    progrm_jarvis 2020-08-08 #b04b14f
  18. docs cleanup evaluator's docs
    progrm_jarvis 2020-08-07 #f44bc09