git.delta.rocks / jrsonnet / refs/commits / 0831da3ed8d9

difftreelog

commits

crates/jrsonnet-evaluator/src/obj.rs15.0 KiBsourcehistory
  1. Deep cache only has sense in presence of standalone self, and most of
    the time it only takes unnecessary space, and takes time to fill/rehash
    the cache map.
    Yaroslav Bolyukin 2022-08-05 #b305ce3
  2. build switch to released gcmodule fork
    Yaroslav Bolyukin 2022-06-05 #bde2637
  3. Per discussion in https://github.com/google/jsonnet/issues/903
    Yaroslav Bolyukin 2022-05-01 #32f6ee5
  4. style rename bindable -> unbound
    Yaroslav Bolyukin 2022-04-24 #b2f480a
  5. refactor better rebinding handling
    Yaroslav Bolyukin 2022-04-24 #c65967c
  6. feat field destructuring
    Yaroslav Bolyukin 2022-04-24 #88a0ba1
  7. fix infinite recursion false positive on cached error
    Yaroslav Bolyukin 2022-04-22 #0843f20
  8. style switch clippy to pedantic
    Yaroslav Bolyukin 2022-04-22 #11643ec
  9. refactor remove implicit global state
    Yaroslav Bolyukin 2022-04-21 #cb29d29
  10. style fix clippy warnings
    Yaroslav Bolyukin 2022-04-20 #1111100
  11. feat experimental object field order preservation
    Yaroslav Bolyukin 2022-04-20 #90e93cc
  12. style enforce import style
    Yaroslav Bolyukin 2022-04-20 #80f37a4
  13. feat detect infinite recursion in object evaluation
    Yaroslav Bolyukin 2022-04-20 #9c0fa01
  14. fix disallow field duplicates
    Yaroslav Bolyukin 2022-04-20 #629c80c
  15. Merge remote-tracking branch 'origin/feature/importbin' into gcmodule
    Yaroslav Bolyukin 2022-04-20 #74199ce
  16. Merge remote-tracking branch 'origin/master' into gcmodule
    Yaroslav Bolyukin 2022-01-04 #2d3e912
  17. perf use weak objvalue as cache key
    Yaroslav Bolyukin 2022-03-21 #d710b4f