git.delta.rocks / jrsonnet / refs/commits / 7a7e4e4e737d

difftreelog

commits

crates/jrsonnet-parser/src/lib.rs17.8 KiBsourcehistory
  1. Merge commit 'd93ca83fe3668f134c0a705b972e2b52072ebf3d'
    Yaroslav Bolyukin 2021-05-23 #cead2c3
  2. style fix clippy warnings
    Yaroslav Bolyukin 2021-04-30 #6b07ec0
  3. perf do not use intrinsics for == operator
    Yaroslav Bolyukin 2021-05-23 #0ec1408
  4. style fix clippy warnings
    Yaroslav Bolyukin 2021-02-20 #be90068
  5. Syntax error display
    Yaroslav Bulyukin 2020-11-17 #3b72cd8
  6. Prevent changing meaning of std in desugared expressions
    Yaroslav Bulyukin 2020-10-20 #ce2d8d5
  7. 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
  8. feat(parser) better descriptions for strings/ops
    Yaroslav Bolyukin 2020-11-17 #e072f7a