git.delta.rocks / jrsonnet / refs/commits / 8e1facac94b0

difftreelog

commits

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