git.delta.rocks / jrsonnet / refs/commits / 562e7b71e322

difftreelog

commits

crates/jrsonnet-evaluator/src/evaluatehistory
  1. feat simplify Thunk creation with closure syntax
    Yaroslav Bolyukin 2024-08-26 #7cdcae3
  2. fix object destruction leftovers check should account for defaults
    Yaroslav Bolyukin 2024-08-15 #7d331b6
  3. feat grow os stack on demand
    Yaroslav Bolyukin 2024-06-23 #74ea504
  4. refactor move push_frame out of State struct
    Yaroslav Bolyukin 2024-05-28 #7b38a7f
  5. perf document iter_cheap vs iter
    Yaroslav Bolyukin 2024-05-27 #60b06d5
  6. refactor add proper getters for LocExpr
    Yaroslav Bolyukin 2024-05-27 #3e23ebe
  7. perf inline NumValue methods
    Yaroslav Bolyukin 2024-05-27 #8d39c73
  8. fixup! fix formatting
    Yaroslav Bolyukin 2024-05-19 #ec4da3e
  9. fix enforce Val::Num finityness at type level
    Yaroslav Bolyukin 2024-05-19 #0e22242
  10. style fix clippy warnings
    Yaroslav Bolyukin 2024-05-17 #4f2e8db
  11. fix experimental build
    Yaroslav Bolyukin 2024-05-01 #11dc48e
  12. Merge pull request #154 from CertainLach/fix/if-field-in-super-with-no-super
    Yaroslav Bolyukin 2024-03-21 #c2313a2
  13. Jsonnet spec defines special behavior for `super.field` and
    `field in super` expressions, while in jrsonnet it is implemented by
    standalone-super concept, with optimizations in case of `super.field`.
    
    However, standalone-super is conflicting with `field in super` behavior,
    so special handling is needed for this expression.
    Yaroslav Bolyukin 2024-03-20 #d1e2f8e
  14. style fix clippy warnings
    Yaroslav Bolyukin 2024-03-03 #0764805
  15. Merge branch 'fix/tests'
    Yaroslav Bolyukin 2024-02-20 #9ae683a
  16. Merge pull request #145 from CertainLach/fix/lazy-array-comprehension
    Yaroslav Bolyukin 2024-01-16 #c9696b8
  17. Fix failing CI for tests and lints
    Yaroslav Bolyukin 2024-01-16 #58696dc
  18. fix lazy object comprehension
    Yaroslav Bolyukin 2023-12-14 #eeb6fd0
  19. style fix clippy warnings
    Yaroslav Bolyukin 2024-01-16 #dbbcbc4