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

difftreelog

commits

crateshistory
  1. feat(evaluator) add importStr
    Лач 2020-06-14 #f42e5e7
  2. fix make str+any/any+str to work as in vanilla
    Лач 2020-06-14 #d84b1e9
  3. feat(evaluator) Val::into_json
    Лач 2020-06-14 #03aecb4
  4. feat(parser) slice desugaring
    Лач 2020-06-14 #2edd59d
  5. refactor(parser) remove useless AST expressions
    Лач 2020-06-14 #c08e7d8
  6. fix correct string block parsing
    Лач 2020-06-14 #b7f33d3
  7. feat(evaluator) index errors
    Лач 2020-06-11 #55e9769
  8. feat obj.objectHasEx support
    Лач 2020-06-11 #a18f0b6
  9. feat obj comp support
    Лач 2020-06-11 #9f3d170
  10. refactor(evaluator) replace Binding with LazyBinding
    Лач 2020-06-11 #abdb122
  11. style(evaluator) borrow output only once
    Лач 2020-06-10 #f7f3273
  12. fix(evaluator) normal visibility handling
    Лач 2020-06-10 #f2f61f4
  13. feat TLA support
    Лач 2020-06-10 #f6270c1
  14. fix(build) upload missing Cargo.toml update
    Лач 2020-06-10 #d581de0
  15. fix(evaluator) handle visibility for objectFieldsEx
    Лач 2020-06-10 #6194e7e
  16. feat import support
    Лач 2020-06-10 #1dbd15d
  17. feat std.extVar support
    Лач 2020-06-10 #ff03a2a
  18. perf(evaluator) specify known initial capacity
    Лач 2020-06-10 #7420435
  19. feat(obj) visibility aware field list
    Лач 2020-06-10 #2bdb11e
  20. docs(evaluator) remove old todos
    Лач 2020-06-10 #a1dd402
  21. feat(parser) in operator desugaring
    Лач 2020-06-10 #ff23e40
  22. fix(parser) import parsing order
    Лач 2020-06-10 #9fc7fc5
  23. feat(parser) import statement parsing
    Лач 2020-06-09 #66507e3
  24. refactor(evaluator) extract shared function call parsing code
    Лач 2020-06-09 #fde4f09
  25. feat(parser) Defer ArgsDesc to Vec
    Лач 2020-06-09 #f287f46
  26. style(stdlib) fix clippy lints
    Лач 2020-06-09 #6820e6d
  27. feat(evaluator) tailstrict calls
    Лач 2020-06-08 #d52916a
  28. feat(parser) correct strings support
    Лач 2020-06-08 #17973b5
  29. feat(evaluator) tailstrict functions
    Лач 2020-06-07 #432b172
  30. feat(parser) tailstrict call, multiline
    Лач 2020-06-07 #8eff851
  31. feat(evaluator) add std.trace intristic
    Лач 2020-06-06 #fe18508
  32. fix(parser) use precedence climbing for suffixes
    Лач 2020-06-06 #be9904a
  33. feat(evaluator) specify error type
    Лач 2020-06-06 #d4fc7a8
  34. feat(parser) reexport PEG
    Лач 2020-06-06 #9dc4a3f
  35. refactor(evaluator) use PathBuf for file paths
    Лач 2020-06-06 #e614efa
  36. feat(parser) use PathBuf for file names
    Лач 2020-06-06 #30ce98e
  37. fix make jsonnet tests partially pass
    Лач 2020-06-04 #e53de5d
  38. fix(parser) desugar == to std.equals
    Лач 2020-06-04 #f9925f6
  39. fix(parser) desugar % to std.mod
    Лач 2020-06-04 #8c59188
  40. fix(evaluator) arrays should be lazy
    Лач 2020-06-04 #b8416d6
  41. fix(parser) infix operator precedence, ifcomp
    Лач 2020-06-04 #a17ef2d
  42. fix(evaluator) string arithmetics
    Лач 2020-06-04 #e284e94
  43. fix(evaluator) correct handling of true || expr
    Лач 2020-06-04 #cc58898
  44. feat(evaluator) add_global method
    Лач 2020-06-04 #55e13f5
  45. feat(parser) bitnot, python comments
    Лач 2020-06-04 #2aa6f70
  46. perf(evaluator) deserialize instead of parsing std
    Лач 2020-06-04 #03f24e7
  47. feat(evaluator) better stacktraces
    Лач 2020-06-04 #f306bde
  48. feat(parser) serializable AST
    Лач 2020-06-04 #0444432
  49. feat CLI
    Лач 2020-06-03 #3302a3d
  50. feat(evaluator) use errors, pass EvaluationState
    Лач 2020-06-03 #fab41c8