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

difftreelog

commits

crates/jrsonnet-evaluator/srchistory
  1. feat std.decodeUTF8 builtin
    Yaroslav Bolyukin 2021-07-12 #e23fa86
  2. perf make std.base64Decode[Bytes] builtin
    Yaroslav Bolyukin 2021-07-12 #00fce89
  3. perf make std.splitLimit builtin
    Yaroslav Bolyukin 2021-07-12 #747b2b7
  4. perf make std.substr builtin
    Yaroslav Bolyukin 2021-07-12 #02b7991
  5. feat std.{mantissa,exponent} builtins
    Yaroslav Bolyukin 2021-07-12 #d4bcb68
  6. feat std.exp builtin
    Yaroslav Bolyukin 2021-07-12 #f62134d
  7. feat std.{sin,cos,tan,asin,acos,atan}
    Yaroslav Bolyukin 2021-07-12 #7025475
  8. feat std.sqrt builtin
    Yaroslav Bolyukin 2021-07-12 #64b86a5
  9. feat std.ceil builtin
    Yaroslav Bolyukin 2021-07-12 #b81ad33
  10. perf make flatMap builtin
    Yaroslav Bolyukin 2021-07-12 #46b4dd0
  11. fix restore old string escaping function name
    Yaroslav Bolyukin 2021-07-12 #81202f5
  12. perf do not allocate on every string conversion
    Yaroslav Bolyukin 2021-07-10 #3fbc466
  13. style fix clippy warnings
    Yaroslav Bolyukin 2021-07-06 #6d535da
  14. refactor switch to bindable for obj member
    Yaroslav Bolyukin 2021-07-05 #0336283
  15. refactor simplify intrinsic handling
    Yaroslav Bolyukin 2021-07-04 #1de48b1
  16. refactor do not desugar mod/slice
    Yaroslav Bolyukin 2021-07-04 #0b0d703
  17. refactor skip desugaring for in operator
    Yaroslav Bolyukin 2021-07-04 #53ec857
  18. refactor object builder
    Yaroslav Bolyukin 2021-07-04 #f047fb1
  19. refactor split evaluation code
    Yaroslav Bolyukin 2021-07-04 #f38d264
  20. refactor remove debug gc trace
    Yaroslav Bolyukin 2021-07-04 #8d08861
  21. Implement tracing Gc with rust-gc
    Yaroslav Bolyukin 2021-07-04 #8db09e1
  22. Merge remote-tracking branch 'origin/master' into gc-v2
    Yaroslav Bolyukin 2021-07-04 #56cee93
  23. Fixes #39
    Fixes #47
    Yaroslav Bolyukin 2021-06-14 #ff2926d
  24. Re-export `IStr` in jrsonnet-evaluator crate
    Yaroslav Bolyukin 2021-06-14 #ad64d8a
  25. Re-export `IStr` in jrsonnet-evaluator crate
    messense 2021-06-14 #aa75bed
  26. test fix gc import
    Yaroslav Bolyukin 2021-07-04 #cda8521
  27. refactor switch to jrsonnet-gc
    Yaroslav Bolyukin 2021-07-04 #a9d1e03
  28. Merge commit 'd93ca83fe3668f134c0a705b972e2b52072ebf3d'
    Yaroslav Bolyukin 2021-05-23 #cead2c3
  29. Merge branch 'master' into gc-v2
    Yaroslav Bolyukin 2021-06-14 #c959f4d
  30. Merge pull request #42 from bruno-delfino1995/release-tier-1
    Yaroslav Bolyukin 2021-05-22 #d93ca83
  31. fix clippy warnings
    Yaroslav Bolyukin 2021-05-23 #ee371c2
  32. Adds parseJson builtin method
    Yaroslav Bolyukin 2021-05-19 #287a4d3
  33. fix do not open assertion with this as api
    Yaroslav Bolyukin 2021-05-23 #51b072d
  34. feat(evaluator) adds std.parseJson builtin method
    Christian Simon 2021-05-15 #e1f3eca
  35. style fix clippy warnings
    Yaroslav Bolyukin 2021-06-12 #8766467
  36. fix run assertions while manifesting empty object
    Yaroslav Bolyukin 2021-05-23 #59c4f48
  37. fix possible infinite recursion in manifest
    Yaroslav Bolyukin 2021-05-23 #f5a21d3
  38. Merge commit 'e1eaabb7a756db2b7db5ffbe5e30bb53c72168b0' into gc-v2
    Yaroslav Bolyukin 2021-06-12 #1bf5e01
  39. fix panic in evaluate_snippet_raw
    Yaroslav Bolyukin 2021-05-23 #34fc2f0
  40. test issue #40
    Yaroslav Bolyukin 2021-05-23 #70d02ac
  41. fix preserve context in makeArray
    Yaroslav Bolyukin 2021-05-23 #65a3021
  42. style fix clippy warnings
    Yaroslav Bolyukin 2021-04-30 #6b07ec0
  43. test fix NativeCallback usage
    Yaroslav Bolyukin 2021-06-05 #765a4d3
  44. perf switch to external storage for object comp
    Yaroslav Bolyukin 2021-05-23 #ec82394
  45. Some manual Trace/Finalize implementations can be replaced with derives
    with https://github.com/Manishearth/rust-gc/pull/116 getting merged
    Yaroslav Bolyukin 2021-06-05 #ab385dd
  46. feat object assertions
    Yaroslav Bolyukin 2021-05-23 #1cc9e6c
  47. perf do not use intrinsics for == operator
    Yaroslav Bolyukin 2021-05-23 #0ec1408
  48. fix empty line outputed with empty trace
    Yaroslav Bolyukin 2021-03-27 #0868231
  49. style fix clippy upper-case-acronyms
    Yaroslav Bolyukin 2021-03-27 #9e6e925