git.delta.rocks / jrsonnet / refs/commits / 205150053175

difftreelog

commits

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