git.delta.rocks / jrsonnet / refs/commits / 796c7a04057c

difftreelog

commits

crates/jrsonnet-parserhistory
  1. style use let-else
    Yaroslav Bolyukin 2022-11-03 #1925b3a
  2. build use `workspace.dependencies`
    Yaroslav Bolyukin 2022-10-26 #a8de1de
  3. build upgrade dependencies
    Yaroslav Bolyukin 2022-10-26 #fe52b32
  4. refactor move state to context
    Yaroslav Bolyukin 2022-10-26 #30d381b
  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. fix(parser) allow locals trailing comma
    Yaroslav Bolyukin 2022-06-07 #93c371f
  8. build switch to released serde_yaml fork
    Yaroslav Bolyukin 2022-06-05 #a0a8eb4
  9. build switch to released gcmodule fork
    Yaroslav Bolyukin 2022-06-05 #bde2637
  10. feat object destructuring defaults
    Yaroslav Bolyukin 2022-06-03 #d76beb2
  11. feat destruct function arguments
    Yaroslav Bolyukin 2022-06-03 #3961a53
  12. fix remove unnecessary reference
    Yaroslav Bolyukin 2022-08-27 #a5bf806
  13. style fix warnings with nightly clippy
    Yaroslav Bolyukin 2022-05-26 #2d0d919
  14. 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
  15. refactor rework layout and path handling
    Yaroslav Bolyukin 2022-05-26 #96da6f3
  16. refactor virtual file handling
    Yaroslav Bolyukin 2022-05-26 #0374cd0
  17. test update for split stdlib
    Yaroslav Bolyukin 2022-08-07 #aa97bc0
  18. Same as https://github.com/databricks/sjsonnet/issues/127
    Yaroslav Bolyukin 2022-04-25 #f546d2e
  19. fix derive names for full destruction
    Yaroslav Bolyukin 2022-04-24 #456a1bb
  20. perf reimplement AST codegen
    Yaroslav Bolyukin 2022-08-07 #0831da3
  21. refactor better rebinding handling
    Yaroslav Bolyukin 2022-04-24 #c65967c
  22. fix(parser) allow trailing comma before forspec in object
    Yaroslav Bolyukin 2022-08-05 #673ea5e
  23. feat field destructuring
    Yaroslav Bolyukin 2022-04-24 #88a0ba1
  24. refactor keep source code alongside source path
    Yaroslav Bolyukin 2022-08-05 #4ad9956
  25. refactor move modules from root
    Yaroslav Bolyukin 2022-04-24 #c137fa7
  26. feat support legacy std.thisFile
    Yaroslav Bolyukin 2022-04-22 #ab1fc1b
  27. fix parser should accept escapes of any string type
    Yaroslav Bolyukin 2022-04-22 #94fa86f
  28. fix decode non-bmp characters
    Yaroslav Bolyukin 2022-04-22 #c1e1434
  29. fix(parser) whitespace in slice
    Yaroslav Bolyukin 2022-04-22 #b4a4398
  30. There was special support to refer to native functions for stdlib, as
    otherwise `std.native` was not implementable.
    However, now evaluator contains support for fancy builtins, and it is
    possible to reimplement standard library without any parser magic.
    
    BREAKING CHANGE: This syntax no longer works: $intrinsic(name),
    $intrinsicId, $intrinsicThisFile
    Yaroslav Bolyukin 2022-07-23 #5a21a2e