git.delta.rocks / jrsonnet / refs/commits / 8d4d5b78bb8b

difftreelog

commits

crates/jrsonnet-parser/srchistory
  1. perf fail fast on obj/objcomp parsing conflict
    Yaroslav Bolyukin 2022-11-10 #8d4d5b7
  2. style rename ast file_name to source
    Yaroslav Bolyukin 2022-11-09 #b9857ae
  3. perf destruct capacity hints
    Yaroslav Bolyukin 2022-11-09 #87a7e44
  4. feat destructure in comprehensions
    Yaroslav Bolyukin 2022-11-09 #1b7795b
  5. fix unify handling of field in obj and objcomp
    Yaroslav Bolyukin 2022-11-09 #c3b4574
  6. fix parser argument error message
    Yaroslav Bolyukin 2022-11-03 #b932109
  7. style use let-else
    Yaroslav Bolyukin 2022-11-03 #1925b3a
  8. build upgrade dependencies
    Yaroslav Bolyukin 2022-10-26 #fe52b32
  9. refactor move state to context
    Yaroslav Bolyukin 2022-10-26 #30d381b
  10. Separate jrsonnet-evaluator and stdlib implementation #82
    Yaroslav Bolyukin 2022-10-17 #b8bef13
  11. Merge remote-tracking branch 'origin/master' into split-stdlib
    Yaroslav Bolyukin 2022-10-15 #c39582b
  12. fix(parser) allow locals trailing comma
    Yaroslav Bolyukin 2022-06-07 #93c371f
  13. build switch to released gcmodule fork
    Yaroslav Bolyukin 2022-06-05 #bde2637
  14. feat object destructuring defaults
    Yaroslav Bolyukin 2022-06-03 #d76beb2
  15. feat destruct function arguments
    Yaroslav Bolyukin 2022-06-03 #3961a53
  16. fix remove unnecessary reference
    Yaroslav Bolyukin 2022-08-27 #a5bf806
  17. style fix warnings with nightly clippy
    Yaroslav Bolyukin 2022-05-26 #2d0d919
  18. For usage in new import resolvers, this change allows to use custom
    types within importers, allowing to allow imports from internet
    Yaroslav Bolyukin 2022-08-27 #a7e60a9
  19. refactor rework layout and path handling
    Yaroslav Bolyukin 2022-05-26 #96da6f3
  20. refactor virtual file handling
    Yaroslav Bolyukin 2022-05-26 #0374cd0
  21. test update for split stdlib
    Yaroslav Bolyukin 2022-08-07 #aa97bc0
  22. Same as https://github.com/databricks/sjsonnet/issues/127
    Yaroslav Bolyukin 2022-04-25 #f546d2e
  23. fix derive names for full destruction
    Yaroslav Bolyukin 2022-04-24 #456a1bb
  24. perf reimplement AST codegen
    Yaroslav Bolyukin 2022-08-07 #0831da3
  25. refactor better rebinding handling
    Yaroslav Bolyukin 2022-04-24 #c65967c
  26. fix(parser) allow trailing comma before forspec in object
    Yaroslav Bolyukin 2022-08-05 #673ea5e
  27. feat field destructuring
    Yaroslav Bolyukin 2022-04-24 #88a0ba1
  28. refactor keep source code alongside source path
    Yaroslav Bolyukin 2022-08-05 #4ad9956
  29. refactor move modules from root
    Yaroslav Bolyukin 2022-04-24 #c137fa7
  30. feat support legacy std.thisFile
    Yaroslav Bolyukin 2022-04-22 #ab1fc1b
  31. fix parser should accept escapes of any string type
    Yaroslav Bolyukin 2022-04-22 #94fa86f