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

difftreelog

commits

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