git.delta.rocks / jrsonnet / refs/commits / 959933eb18e2

difftreelog

commits

crates/jrsonnet-evaluator/src/builtinhistory
  1. style fix formatting
    Yaroslav Bolyukin 2021-02-21 #3154bc9
  2. style fix clippy warnings
    Yaroslav Bolyukin 2021-02-20 #be90068
  3. perf faster std.map
    Yaroslav Bolyukin 2021-02-20 #ff10378
  4. refactor use new object methods
    Yaroslav Bolyukin 2021-02-20 #7b5cb9f
  5. perf cleanup ObjValue
    Yaroslav Bolyukin 2021-02-20 #9d2a45f
  6. Jsonnet type system
    Yaroslav Bolyukin 2021-01-25 #a98d285
  7. fix manifest output should put spaces in brackets
    Yaroslav Bolyukin 2021-01-12 #847c11f
  8. `std.range(0, -3)` should return [], not [0]
    Yaroslav Bolyukin 2021-01-12 #6341ead
  9. style fix clippy warnings
    Yaroslav Bolyukin 2021-01-25 #45caf79
  10. feat unwrap_type macro
    Yaroslav Bolyukin 2021-01-24 #a682d0e
  11. style fixes for unnecessary-lazy-evaluations lint
    Yaroslav Bolyukin 2021-01-06 #c0a6203
  12. fix use new ArrValue variants
    Yaroslav Bolyukin 2021-01-24 #9268ff4
  13. Fixes #30
    Yaroslav Bolyukin 2021-01-06 #bc97bc9
  14. Merge branch 'master' of github.com:CertainLach/jrsonnet into type-safety
    Yaroslav Bolyukin 2021-01-24 #00b4f05
  15. style fix clippy warnings
    Yaroslav Bolyukin 2021-01-24 #3fc6c25
  16. refactor Option<&ExprLocation> -> &Option<_>
    Yaroslav Bolyukin 2021-01-24 #ced22d8
  17. Prevent changing meaning of std in desugared expressions
    Yaroslav Bulyukin 2020-10-20 #ce2d8d5
  18. style reformat code
    Yaroslav Bolyukin 2021-01-12 #a16a15d
  19. 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
  20. perf faster strReplace
    Yaroslav Bolyukin 2021-01-12 #970fbe7
  21. feat make type descriptions look more js-like
    Yaroslav Bolyukin 2021-01-12 #fe95a60
  22. feat string interning
    Yaroslav Bolyukin 2021-01-06 #695a2f8
  23. refactor move builtins to HashMap
    Yaroslav Bolyukin 2021-01-06 #b55d14a
  24. fix(types) use absolute paths in macro
    Yaroslav Bolyukin 2021-01-06 #dad8ebd
  25. refactor rewrite builtins to new type system
    Yaroslav Bolyukin 2020-12-01 #407517f