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

difftreelog

commits

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