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

difftreelog

commits

crates/jrsonnet-parserhistory
  1. Prevent changing meaning of std in desugared expressions
    Yaroslav Bulyukin 2020-10-20 #ce2d8d5
  2. 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
  3. build(deps): bump serde from 1.0.116 to 1.0.117
    Yaroslav Bulyukin 2020-10-16 #e99c281
  4. Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](https://github.com/serde-rs/serde/compare/v1.0.116...v1.0.117)
    dependabot-preview[bot] 2020-10-16 #5e1577e
  5. chore bump versions to 0.3.1
    Yaroslav Bolyukin 2020-09-12 #23c027a
  6. fix(parser) handle empty lines in text block
    Lach 2020-08-26 #0f6b269
  7. feat(parser) impl Display for op types
    Lach 2020-08-26 #eaf3cd1
  8. chore bump versions
    Lach 2020-08-03 #219ced5
  9. build stable rustc support
    Lach 2020-08-03 #1d4b842
  10. Merge branch 'master' of github.com:CertainLach/jsonnet-rs
    Лач 2020-07-22 #38dfcbe
  11. fix make std.mod not tailstrict
    Лач 2020-07-22 #3bb4514
  12. refact: simplify error management
    Лач 2020-07-21 #84f648e