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

difftreelog

commits

crates/jrsonnet-parser/src/expr.rs9.3 KiBsourcehistory
  1. build upgrade dependencies
    Yaroslav Bolyukin 2022-10-26 #fe52b32
  2. Separate jrsonnet-evaluator and stdlib implementation #82
    Yaroslav Bolyukin 2022-10-17 #b8bef13
  3. Merge remote-tracking branch 'origin/master' into split-stdlib
    Yaroslav Bolyukin 2022-10-15 #c39582b
  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 virtual file handling
    Yaroslav Bolyukin 2022-05-26 #0374cd0
  9. fix derive names for full destruction
    Yaroslav Bolyukin 2022-04-24 #456a1bb
  10. perf reimplement AST codegen
    Yaroslav Bolyukin 2022-08-07 #0831da3
  11. feat field destructuring
    Yaroslav Bolyukin 2022-04-24 #88a0ba1
  12. refactor move modules from root
    Yaroslav Bolyukin 2022-04-24 #c137fa7
  13. feat support legacy std.thisFile
    Yaroslav Bolyukin 2022-04-22 #ab1fc1b
  14. 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