git.delta.rocks / jrsonnet / refs/commits / 6d7ca685fe74

difftreelog

commits

crates/jrsonnet-parserhistory
  1. 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
  2. fix(parser) allow locals trailing comma
    Yaroslav Bolyukin 2022-06-07 #93c371f
  3. build switch to released serde_yaml fork
    Yaroslav Bolyukin 2022-06-05 #a0a8eb4
  4. build switch to released gcmodule fork
    Yaroslav Bolyukin 2022-06-05 #bde2637
  5. feat object destructuring defaults
    Yaroslav Bolyukin 2022-06-03 #d76beb2
  6. feat destruct function arguments
    Yaroslav Bolyukin 2022-06-03 #3961a53
  7. style fix warnings with nightly clippy
    Yaroslav Bolyukin 2022-05-26 #2d0d919
  8. refactor rework layout and path handling
    Yaroslav Bolyukin 2022-05-26 #96da6f3
  9. refactor virtual file handling
    Yaroslav Bolyukin 2022-05-26 #0374cd0
  10. Same as https://github.com/databricks/sjsonnet/issues/127
    Yaroslav Bolyukin 2022-04-25 #f546d2e
  11. fix derive names for full destruction
    Yaroslav Bolyukin 2022-04-24 #456a1bb
  12. refactor better rebinding handling
    Yaroslav Bolyukin 2022-04-24 #c65967c
  13. feat field destructuring
    Yaroslav Bolyukin 2022-04-24 #88a0ba1
  14. refactor move modules from root
    Yaroslav Bolyukin 2022-04-24 #c137fa7
  15. feat support legacy std.thisFile
    Yaroslav Bolyukin 2022-04-22 #ab1fc1b
  16. fix parser should accept escapes of any string type
    Yaroslav Bolyukin 2022-04-22 #94fa86f
  17. fix decode non-bmp characters
    Yaroslav Bolyukin 2022-04-22 #c1e1434
  18. fix(parser) whitespace in slice
    Yaroslav Bolyukin 2022-04-22 #b4a4398
  19. style enforce import style
    Yaroslav Bolyukin 2022-04-20 #80f37a4
  20. Merge remote-tracking branch 'origin/feature/importbin' into gcmodule
    Yaroslav Bolyukin 2022-04-20 #74199ce
  21. build update dependencies
    Yaroslav Bolyukin 2022-04-20 #ed4ee4d
  22. feat importbin
    Yaroslav Bolyukin 2022-01-29 #20cd69c
  23. Merge remote-tracking branch 'origin/master' into gcmodule
    Yaroslav Bolyukin 2022-01-04 #2d3e912
  24. refactor simplify and unify builtins
    Yaroslav Bolyukin 2021-12-27 #8f3ed48
  25. fix in comments, eof should be allowed in place of eol
    Yaroslav Bolyukin 2021-11-10 #a735ba7
  26. build upgrade to 2021 edition
    Yaroslav Bolyukin 2022-03-06 #86c60d8
  27. fix(parser) remove default param before normal restriction
    Yaroslav Bolyukin 2021-11-10 #fda6372
  28. Enable multi-occurences for --jpath + improve positional params error message
    Yaroslav Bolyukin 2021-11-10 #be06ce0
  29. Enable multi-occurences for --jpath + improve positional params error message
    Loris FRIEDEL 2021-11-03 #31f2b64
  30. Add location info to all sub-expressions
    Yaroslav Bolyukin 2021-09-23 #27b30fb
  31. Missing language features
    Yaroslav Bolyukin 2021-08-20 #62c9d0d