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

difftreelog

commits

crates/jrsonnet-evaluator/src/evaluate.rs17.7 KiBsourcehistory
  1. feat(evaluator) push frame for if condition
    Lach 2020-08-26 #21c8e9b
  2. style increase clippy linting level
    Lach 2020-08-25 #3f8fb69
  3. fix `Intrinsic` typo leftovers
    Lach 2020-08-23 #66efc47
  4. docs cleanup evaluator's docs
    progrm_jarvis 2020-08-07 #f44bc09
  5. perf use fxhash
    Lach 2020-08-23 #d09f1c2
  6. perf unify function calls
    Lach 2020-08-23 #a5391ab
  7. feat multi and stream manifests
    Lach 2020-08-23 #6e40dd4
  8. feat native callbacks
    Lach 2020-08-23 #020afa6
  9. refactor(evaluator) extract json to module
    Lach 2020-08-15 #d445938
  10. build stable rustc support
    Lach 2020-08-03 #1d4b842
  11. feat add intristic calls to stack
    Лач 2020-07-24 #56c40a9
  12. fix use new to_string method
    Лач 2020-07-24 #ba7b562
  13. Merge branch 'master' of github.com:CertainLach/jsonnet-rs
    Лач 2020-07-22 #38dfcbe
  14. feat add field access to stack
    Лач 2020-07-22 #57f3c89
  15. perf faster format
    Лач 2020-07-20 #1b7abe8
  16. perf mutate context if operating on only strong ref
    Лач 2020-07-21 #e4a890b
  17. perf faster range
    Лач 2020-07-20 #9d883c6
  18. refact: simplify error management
    Лач 2020-07-21 #84f648e
  19. perf cache object member accessors by this
    Лач 2020-07-19 #b0a4791
  20. perf faster sort
    Лач 2020-07-19 #226d3aa
  21. perf faster foldl, foldr
    Лач 2020-07-19 #eb8244b