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

difftreelog

commits

crates/jsonnet-evaluatorhistory
  1. feat(evaluator) run_in_state helper
    Лач 2020-06-25 #ce9e7d9
  2. feat library paths
    Лач 2020-06-25 #30d0357
  3. fix(evaluator) remove useless stack frame for ifs
    Лач 2020-06-25 #d8c2588
  4. test(evaluator) function calls
    Лач 2020-06-25 #7740ddd
  5. fix(evaluator) use context with globals for `into_json`
    Лач 2020-06-25 #09336b1
  6. feat(evaluator) better context Debug impl
    Лач 2020-06-25 #99ccb50
  7. fix(evaluator) restrict standalone `super` usage
    Лач 2020-06-25 #f3a68fb
  8. feat(evaluator) Err instead of panic on unknown variable
    Лач 2020-06-25 #9b33194
  9. test(evaluator) object assertions
    Лач 2020-06-25 #012ef80
  10. test(evaluator) faster join
    Лач 2020-06-25 #8a141fc
  11. perf(evaluator) "faster" feature flag
    Лач 2020-06-25 #a9b3ad0
  12. fix(evaluator) str+num infinite recursion
    Лач 2020-06-25 #f8b6073
  13. feat(evaluator) add importStr
    Лач 2020-06-14 #f42e5e7
  14. fix make str+any/any+str to work as in vanilla
    Лач 2020-06-14 #d84b1e9
  15. feat(evaluator) Val::into_json
    Лач 2020-06-14 #03aecb4
  16. feat(evaluator) index errors
    Лач 2020-06-11 #55e9769
  17. feat obj.objectHasEx support
    Лач 2020-06-11 #a18f0b6
  18. feat obj comp support
    Лач 2020-06-11 #9f3d170
  19. refactor(evaluator) replace Binding with LazyBinding
    Лач 2020-06-11 #abdb122
  20. style(evaluator) borrow output only once
    Лач 2020-06-10 #f7f3273
  21. fix(evaluator) normal visibility handling
    Лач 2020-06-10 #f2f61f4
  22. feat TLA support
    Лач 2020-06-10 #f6270c1
  23. fix(build) upload missing Cargo.toml update
    Лач 2020-06-10 #d581de0
  24. fix(evaluator) handle visibility for objectFieldsEx
    Лач 2020-06-10 #6194e7e
  25. feat import support
    Лач 2020-06-10 #1dbd15d
  26. feat std.extVar support
    Лач 2020-06-10 #ff03a2a
  27. perf(evaluator) specify known initial capacity
    Лач 2020-06-10 #7420435
  28. feat(obj) visibility aware field list
    Лач 2020-06-10 #2bdb11e
  29. docs(evaluator) remove old todos
    Лач 2020-06-10 #a1dd402
  30. refactor(evaluator) extract shared function call parsing code
    Лач 2020-06-09 #fde4f09
  31. feat(evaluator) tailstrict calls
    Лач 2020-06-08 #d52916a
  32. feat(evaluator) tailstrict functions
    Лач 2020-06-07 #432b172
  33. feat(evaluator) add std.trace intristic
    Лач 2020-06-06 #fe18508
  34. feat(evaluator) specify error type
    Лач 2020-06-06 #d4fc7a8
  35. refactor(evaluator) use PathBuf for file paths
    Лач 2020-06-06 #e614efa
  36. fix make jsonnet tests partially pass
    Лач 2020-06-04 #e53de5d
  37. fix(parser) desugar == to std.equals
    Лач 2020-06-04 #f9925f6
  38. fix(evaluator) arrays should be lazy
    Лач 2020-06-04 #b8416d6
  39. fix(evaluator) string arithmetics
    Лач 2020-06-04 #e284e94
  40. fix(evaluator) correct handling of true || expr
    Лач 2020-06-04 #cc58898
  41. feat(evaluator) add_global method
    Лач 2020-06-04 #55e13f5
  42. perf(evaluator) deserialize instead of parsing std
    Лач 2020-06-04 #03f24e7
  43. feat(evaluator) better stacktraces
    Лач 2020-06-04 #f306bde
  44. feat CLI
    Лач 2020-06-03 #3302a3d
  45. feat(evaluator) use errors, pass EvaluationState
    Лач 2020-06-03 #fab41c8
  46. feat(evaluator) eval methods in EvaluationState
    Лач 2020-06-03 #b855963
  47. feat(evaluator) ArrComp support
    Лач 2020-06-03 #4aecc22
  48. feat(evaluator) Expr::Arr support
    Лач 2020-06-01 #56fe309
  49. test(evaluator) sjsonnet test fix
    Лач 2020-06-01 #8915d0b
  50. feat(evaluator) propogate EvaluationState
    Лач 2020-06-01 #8d448f7