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

difftreelog

commits

crates/jrsonnet-evaluator/src/error.rs9.5 KiBsourcehistory
  1. refactor remove trace format from state
    Yaroslav Bolyukin 2022-11-09 #06bf1b3
  2. refactor move state to context
    Yaroslav Bolyukin 2022-10-26 #30d381b
  3. refactor! implement stack size limit using thread local
    Yaroslav Bolyukin 2022-10-25 #284612b
  4. refactor unify throw & throw_runtime
    Yaroslav Bolyukin 2022-10-17 #5e6d5ee
  5. Separate jrsonnet-evaluator and stdlib implementation #82
    Yaroslav Bolyukin 2022-10-17 #b8bef13
  6. Merge remote-tracking branch 'origin/master' into split-stdlib
    Yaroslav Bolyukin 2022-10-15 #c39582b
  7. doc: review issues
    Yaroslav Bolyukin 2022-10-15 #ff3e2c8
  8. style fix clippy warnings
    Yaroslav Bolyukin 2022-10-11 #70f3783
  9. feat allow unnamed builtin arguments
    Yaroslav Bolyukin 2022-10-11 #afca252
  10. feat prettier error display for empty strings
    Yaroslav Bolyukin 2022-06-05 #87ee065
  11. build switch to released gcmodule fork
    Yaroslav Bolyukin 2022-06-05 #bde2637
  12. feat(evaluator) custom source paths
    Yaroslav Bolyukin 2022-08-27 #bf006f5
  13. feat friendlier errors
    Yaroslav Bolyukin 2022-05-26 #9f8d4fc
  14. refactor rework layout and path handling
    Yaroslav Bolyukin 2022-05-26 #96da6f3
  15. feat field destructuring
    Yaroslav Bolyukin 2022-04-24 #88a0ba1
  16. refactor keep source code alongside source path
    Yaroslav Bolyukin 2022-08-05 #4ad9956
  17. refactor move modules from root
    Yaroslav Bolyukin 2022-04-24 #c137fa7
  18. feat support legacy std.thisFile
    Yaroslav Bolyukin 2022-04-22 #ab1fc1b
  19. fix std.native should return null if not found
    Yaroslav Bolyukin 2022-04-22 #c7e1571
  20. When calling functions with wrong arguments, evaluator will now suggest
    correct function signature
    Yaroslav Bolyukin 2022-07-23 #50ca1d2