git.delta.rocks / jrsonnet / refs/commits / 695a2f8d51fa

difftreelog

commits

crates/jrsonnet-parser/src/expr.rs7.8 KiBsourcehistory
  1. feat string interning
    Yaroslav Bolyukin 2021-01-06 #695a2f8
  2. Now lazy is used only in objects/arrays
    BREAKING CHANGE: value_type() is never fails
    Yaroslav Bolyukin 2020-12-01 #028057c
  3. Fixes #30
    Yaroslav Bolyukin 2021-01-06 #bc97bc9
  4. Prevent changing meaning of std in desugared expressions
    Yaroslav Bulyukin 2020-10-20 #ce2d8d5
  5. Also removes intrinsic interface for natives, they weren't useable for users
    anyway, and we have native callback support now.
    
    Fixes https://github.com/google/jsonnet/issues/378
    Fixes https://github.com/google/go-jsonnet/issues/69
    Yaroslav Bolyukin 2020-10-19 #d26be68
  6. feat(parser) impl Display for op types
    Lach 2020-08-26 #eaf3cd1