git.delta.rocks / jrsonnet / refs/commits / 959933eb18e2

difftreelog

commits

crates/jrsonnet-evaluator/src/error.rs5.1 KiBsourcehistory
  1. feat support standalone super
    Yaroslav Bolyukin 2021-02-20 #643b007
  2. style fix whitespace
    Yaroslav Bolyukin 2021-01-28 #67899df
  3. feat(evaluator) anyhow integration
    Yaroslav Bolyukin 2021-01-28 #3b19e49
  4. Jsonnet type system
    Yaroslav Bolyukin 2021-01-25 #a98d285
  5. feat locationless stack frames
    Yaroslav Bolyukin 2021-01-25 #0d591aa
  6. Merge branch 'master' of github.com:CertainLach/jrsonnet into type-safety
    Yaroslav Bolyukin 2021-01-24 #00b4f05
  7. Syntax error display
    Yaroslav Bulyukin 2020-11-17 #3b72cd8
  8. style fix clippy warnings
    Yaroslav Bolyukin 2020-11-17 #1ca5234
  9. Prevent changing meaning of std in desugared expressions
    Yaroslav Bulyukin 2020-10-20 #ce2d8d5
  10. 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
  11. feat better Display for ImportSyntaxError
    Yaroslav Bolyukin 2020-11-17 #b7f71f5
  12. feat string interning
    Yaroslav Bolyukin 2021-01-06 #695a2f8
  13. fix(evaluator) better error message for type mismatch
    Lach 2020-08-26 #6cb98c9
  14. refactor rewrite builtins to new type system
    Yaroslav Bolyukin 2020-12-01 #407517f