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

difftreelog

commits

crates/jrsonnet-evaluator/src/lib.rs21.5 KiBsourcehistory
  1. style increase clippy linting level
    Lach 2020-08-25 #3f8fb69
  2. docs(evaluator) typo `files` -> `file`
    progrm_jarvis 2020-08-08 #b04b14f
  3. docs cleanup evaluator's docs
    progrm_jarvis 2020-08-07 #f44bc09
  4. perf move error and stacktrace to heap
    Lach 2020-08-23 #d859bb9
  5. perf reduce error enum size
    Lach 2020-08-23 #57ad354
  6. feat multi and stream manifests
    Lach 2020-08-23 #6e40dd4
  7. feat native callbacks
    Lach 2020-08-23 #020afa6
  8. feat yaml stream output
    Lach 2020-08-22 #1feb056
  9. feat(evaluator) serde_json integration
    Lach 2020-08-15 #409a660
  10. build stable rustc support
    Lach 2020-08-03 #1d4b842
  11. Merge branch 'master' of github.com:CertainLach/jsonnet-rs
    Лач 2020-07-22 #38dfcbe
  12. refact: simplify error management
    Лач 2020-07-21 #84f648e
  13. fix run manifest in state
    Лач 2020-07-19 #aa3619c
  14. fix add state wrapping for top level api methods
    Лач 2020-07-19 #36ab91f
  15. feat add standard like api to evaluator
    Лач 2020-07-19 #3100b67
  16. style run rustfmt
    Лач 2020-07-16 #433adfa
  17. feat expose and document evaluator settings
    Лач 2020-07-16 #a94a115
  18. refactor extract standard library to another module
    Лач 2020-07-16 #78fff5c
  19. perf(evaluator) faster std.equals
    Лач 2020-07-02 #ceab885
  20. perf build stacktrace only on unwind
    Лач 2020-07-02 #5c0b9a1