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

difftreelog

commits

crates/jrsonnet-evaluator/srchistory
  1. fix std.manifestJsonEx should respect custom newline value in empty objects and arrays
    Yaroslav Bolyukin 2023-04-08 #759cfac
  2. feat impl ArgLike for Thunk<Val>
    Yaroslav Bolyukin 2023-04-08 #a9f4c61
  3. feat optional tailstrict in FuncVal::evaluate_simple
    Yaroslav Bolyukin 2023-04-08 #685a983
  4. feat builtin downcasting
    Yaroslav Bolyukin 2023-02-16 #76b0db1
  5. fix anyhow-error feature build
    Yaroslav Bolyukin 2023-01-22 #e70291d
  6. style fix clippy warnings
    Yaroslav Bolyukin 2023-01-20 #a05afd3
  7. feat create Val from Serializable value
    Yaroslav Bolyukin 2023-01-20 #219e52a
  8. build update dependencies
    Yaroslav Bolyukin 2023-01-20 #1f5d87f
  9. fix pointer width guard for size assertion
    Yaroslav Bolyukin 2022-12-12 #7dd6efc
  10. perf do not fill assertions_ran map without asserts
    Yaroslav Bolyukin 2022-12-12 #2e73cc7
  11. refactor reduce callsite boilerplate
    Yaroslav Bolyukin 2022-12-08 #4c3faa0
  12. feat async import building block
    Yaroslav Bolyukin 2022-12-07 #8439ee7
  13. style fix clippy warnings
    Yaroslav Bolyukin 2022-12-07 #fc51ec0
  14. fix build on stable
    Yaroslav Bolyukin 2022-12-03 #68bea05
  15. perf add string extension threshold
    Yaroslav Bolyukin 2022-12-03 #94b9917
  16. fix makeArray should be lazy
    Yaroslav Bolyukin 2022-12-03 #54c4db5
  17. refactor extended strings
    Yaroslav Bolyukin 2022-12-03 #2afd5ff
  18. refactor more array specializations
    Yaroslav Bolyukin 2022-12-03 #62ffdd8
  19. perf specialize super.field gets
    Yaroslav Bolyukin 2022-11-20 #64f3674
  20. fix off-by-one in std.range
    Yaroslav Bolyukin 2022-11-20 #30b370e
  21. style fix clippy warnings
    Yaroslav Bolyukin 2022-11-12 #5876186
  22. refactor move yaml implementation to stdlib
    Yaroslav Bolyukin 2022-11-12 #9a50551
  23. perf adopt string escape code from serde-json
    Yaroslav Bolyukin 2022-11-10 #2b4e36f
  24. fix parser should parse import argument as an expression
    Yaroslav Bolyukin 2022-11-10 #a7e4b59
  25. style rename ast file_name to source
    Yaroslav Bolyukin 2022-11-09 #b9857ae
  26. perf destruct capacity hints
    Yaroslav Bolyukin 2022-11-09 #87a7e44
  27. refactor remove trace format from state
    Yaroslav Bolyukin 2022-11-09 #06bf1b3
  28. refactor remove ManifestFormat from state
    Yaroslav Bolyukin 2022-11-09 #78be616
  29. refactor remove tla from state
    Yaroslav Bolyukin 2022-11-09 #5f620e2
  30. fix preserve visibility for object method members
    Yaroslav Bolyukin 2022-11-09 #7b01ecb
  31. exp-object-iteration feature
    Yaroslav Bolyukin 2022-11-09 #f20aa24
  32. feat destructure in comprehensions
    Yaroslav Bolyukin 2022-11-09 #1b7795b
  33. fix unify handling of field in obj and objcomp
    Yaroslav Bolyukin 2022-11-09 #c3b4574
  34. fix explaining trace underflow
    Yaroslav Bolyukin 2022-11-03 #796c7a0
  35. refactor unwrap Unbound thunk value
    Yaroslav Bolyukin 2022-11-03 #c607d6b
  36. style use let-else
    Yaroslav Bolyukin 2022-11-03 #1925b3a
  37. build use `workspace.dependencies`
    Yaroslav Bolyukin 2022-10-26 #a8de1de
  38. refactor move state to context
    Yaroslav Bolyukin 2022-10-26 #30d381b