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

difftreelog

commits

crates/jrsonnet-evaluator/src/functionhistory
  1. Merge remote-tracking branch 'origin/master' into split-stdlib
    Yaroslav Bolyukin 2022-10-15 #c39582b
  2. doc: review issues
    Yaroslav Bolyukin 2022-10-15 #ff3e2c8
  3. style fix clippy warnings
    Yaroslav Bolyukin 2022-10-11 #70f3783
  4. feat allow unnamed builtin arguments
    Yaroslav Bolyukin 2022-10-11 #afca252
  5. doc: builtin trait
    Yaroslav Bolyukin 2022-10-11 #1178a0b
  6. feat impl ArgsLike for Vec<Val>
    Yaroslav Bolyukin 2022-10-11 #420d09a
  7. build switch to released gcmodule fork
    Yaroslav Bolyukin 2022-06-05 #bde2637
  8. feat object destructuring defaults
    Yaroslav Bolyukin 2022-06-03 #d76beb2
  9. feat destruct function arguments
    Yaroslav Bolyukin 2022-06-03 #3961a53
  10. refactor rework layout and path handling
    Yaroslav Bolyukin 2022-05-26 #96da6f3
  11. refactor better rebinding handling
    Yaroslav Bolyukin 2022-04-24 #c65967c
  12. feat field destructuring
    Yaroslav Bolyukin 2022-04-24 #88a0ba1
  13. refactor move modules from root
    Yaroslav Bolyukin 2022-04-24 #c137fa7
  14. When calling functions with wrong arguments, evaluator will now suggest
    correct function signature
    Yaroslav Bolyukin 2022-07-23 #50ca1d2
  15. fix(evaluator) unnamed_len conflict with unnamed_iter
    Yaroslav Bolyukin 2022-07-23 #907d6da
  16. Implementation will be moved to jrsonnet-stdlib crate
    
    BREAKING CHANGE: `State::with_stdlib` was removed
    Yaroslav Bolyukin 2022-07-23 #ab6ba99