git.delta.rocks / jrsonnet / refs/commits / 0a096fed08aa

difftreelog

commits

crates/jrsonnet-evaluator/src/builtin/mod.rs10.3 KiBsourcehistory
  1. 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
  2. style increase clippy linting level
    Lach 2020-08-25 #3f8fb69
  3. fix `Intrinsic` typo leftovers
    Lach 2020-08-23 #66efc47
  4. perf use fxhash
    Lach 2020-08-23 #d09f1c2
  5. perf unify function calls
    Lach 2020-08-23 #a5391ab
  6. refactor(evaluator) extract json to module
    Lach 2020-08-15 #d445938
  7. perf faster format
    Лач 2020-07-20 #1b7abe8