git.delta.rocks / jrsonnet / refs/commits / 7b5cb9f1353f

difftreelog

commits

crates/jrsonnet-evaluator/src/val.rs14.3 KiBsourcehistory
  1. refactor use new object methods
    Yaroslav Bolyukin 2021-02-20 #7b5cb9f
  2. Jsonnet type system
    Yaroslav Bolyukin 2021-01-25 #a98d285
  3. fix use new ArrValue variants
    Yaroslav Bolyukin 2021-01-24 #9268ff4
  4. Merge branch 'master' of github.com:CertainLach/jrsonnet into type-safety
    Yaroslav Bolyukin 2021-01-24 #00b4f05
  5. style fix clippy warnings
    Yaroslav Bolyukin 2021-01-24 #3fc6c25
  6. feat array inheritance
    Yaroslav Bolyukin 2021-01-24 #2634495
  7. feat pass caller location to native function
    Yaroslav Bolyukin 2021-01-24 #c437de1
  8. Syntax error display
    Yaroslav Bulyukin 2020-11-17 #3b72cd8
  9. style fix clippy warnings
    Yaroslav Bolyukin 2020-11-17 #1ca5234
  10. refactor Option<&ExprLocation> -> &Option<_>
    Yaroslav Bolyukin 2021-01-24 #ced22d8
  11. Prevent changing meaning of std in desugared expressions
    Yaroslav Bulyukin 2020-10-20 #ce2d8d5
  12. Read code from stdin
    Yaroslav Bulyukin 2020-10-20 #7e00c7d
  13. perf use pointer equality in std.equals
    Yaroslav Bolyukin 2021-01-12 #3d527a7
  14. Help headings and colors
    Yaroslav Bulyukin 2020-10-19 #8a2b974
  15. 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
  16. --exec should use toString format instead of standard json
    Yaroslav Bulyukin 2020-10-19 #712f004
  17. feat(evaluator) add ToString manifest format
    Yaroslav Bolyukin 2020-10-19 #c7cd118
  18. feat string interning
    Yaroslav Bolyukin 2021-01-06 #695a2f8
  19. style fix clippy lints
    Yaroslav Bolyukin 2020-09-12 #1c761a8
  20. fix(evaluator) fix padding argument in yaml
    Lach 2020-08-26 #0bd0b86
  21. Now lazy is used only in objects/arrays
    BREAKING CHANGE: value_type() is never fails
    Yaroslav Bolyukin 2020-12-01 #028057c
  22. build revert const fns with match
    Lach 2020-08-25 #c49885a