git.delta.rocks / jrsonnet / refs/commits / 1e914c040ec4

difftreelog
  1. fix make to_string unwrap value
    Лач 2020-07-24 #1e914c0
  2. fix make std.format not consume field on %%
    Лач 2020-07-24 #c40e554
  3. build fix makefile comment
    Лач 2020-07-24 #40f4374
  4. Merge branch 'master' of github.com:CertainLach/jsonnet-rs
    Лач 2020-07-22 #38dfcbe
  5. perf specify map capacity
    Лач 2020-07-22 #9fde26a
  6. Reformat LICENSE
    CertainLach 2020-07-21 #fba11bf
  7. fix make std.mod not tailstrict
    Лач 2020-07-22 #3bb4514
  8. chore add benchmark results
    Лач 2020-07-20 #d96a379
  9. Reformat LICENSE
    PROgrm_JARvis 2020-07-21 #642cadd
  10. feat add field access to stack
    Лач 2020-07-22 #57f3c89
  11. style cargo fmt
    Лач 2020-07-20 #14f17a7
  12. feat make mimalloc optional
    Лач 2020-07-22 #8c5f44d
  13. perf faster format
    Лач 2020-07-20 #1b7abe8
  14. perf mutate context if operating on only strong ref
    Лач 2020-07-21 #e4a890b
  15. perf faster range
    Лач 2020-07-20 #9d883c6
  16. refact: simplify error management
    Лач 2020-07-21 #84f648e
  17. fix run manifest in state
    Лач 2020-07-19 #aa3619c
  18. fix faster format consumes value for %%
    Лач 2020-07-21 #370c615
  19. fix dont use ArgGroup
    Лач 2020-07-19 #bb05d50
  20. fix faster std.format skips last string element
    Лач 2020-07-21 #11b9a15
  21. perf cache object member accessors by this
    Лач 2020-07-19 #b0a4791
  22. perf faster sort
    Лач 2020-07-19 #226d3aa
  23. feat print argument name in errors
    Лач 2020-07-19 #34b1225
  24. perf faster foldl, foldr
    Лач 2020-07-19 #eb8244b
  25. fix add state wrapping for top level api methods
    Лач 2020-07-19 #36ab91f
  26. test fix column offsets
    Лач 2020-07-19 #beff66c
  27. fix remove _start for non wasm32 targets
    Лач 2020-07-19 #ea5e4ec
  28. build fix cargo.toml
    Лач 2020-07-19 #a6ab6d0
  29. feat add import callbacks to libjsonnet
    Лач 2020-07-19 #f3086d9
  30. refactor split libjsonnet code into modules
    Лач 2020-07-19 #dc0a0ba
  31. refactor extract shared CLI code to jrsonnet-cli
    Лач 2020-07-19 #3943cce
  32. feat add standard like api to evaluator
    Лач 2020-07-19 #3100b67
  33. feat argument map function call
    Лач 2020-07-19 #b14023b
  34. refactor merge trace to evaluator
    Лач 2020-07-19 #be66091
  35. docs update bindings status
    Лач 2020-07-19 #1820422
  36. style fix all clippy warnings
    Лач 2020-07-17 #3abfefe
  37. feat std.log method
    Лач 2020-07-16 #190d87f
  38. fix std.trace display
    Лач 2020-07-16 #5455aca
  39. feat push frame for imports
    Лач 2020-07-16 #029b9cf
  40. style run rustfmt
    Лач 2020-07-16 #433adfa
  41. build update cargo files
    Лач 2020-07-16 #c07d38d
  42. feat expose and document evaluator settings
    Лач 2020-07-16 #a94a115
  43. refactor extrace trace format to separate crate
    Лач 2020-07-16 #458a1bc
  44. feat more fields in ImportSyntaxError
    Лач 2020-07-16 #3b3945f
  45. refactor more intuitive code location mapping
    Лач 2020-07-16 #db14faa
  46. refactor extract standard library to another module
    Лач 2020-07-16 #78fff5c
  47. feat trace function names
    Лач 2020-07-16 #a82a6f1
  48. feat into_yaml conversion
    Лач 2020-07-16 #0dad2a6
  49. test return vanilla test commands
    Лач 2020-07-03 #18d3b6b
  50. ci reduce layer count
    Лач 2020-07-03 #68e3a5b
  51. fix(evaluator) remove meaningless frame on object member creation
    Лач 2020-07-02 #5cb6a6c
  52. perf(evaluator) do not clone FuncDesc
    Лач 2020-07-02 #1f06faf
  53. perf(evaluator) faster std.base64
    Лач 2020-07-02 #9e7e8fe
  54. perf(evaluator) faster std.equals
    Лач 2020-07-02 #ceab885
  55. perf build stacktrace only on unwind
    Лач 2020-07-02 #5c0b9a1
  56. refactor move field sorting to visible_fields
    Лач 2020-07-02 #74729ec
  57. fix(std) hide __intristic_namespace__
    Лач 2020-07-01 #cee13e8
  58. fix(parser) allow tabs in multiline strings
    Лач 2020-07-01 #493027e
  59. feat(evaluator) track object field source location
    Лач 2020-07-01 #c637373
  60. fix(evaluator) dont panic on bad makeArray call
    Лач 2020-07-01 #7d9fe5c
  61. fix(evaluator) forbid negative shift
    Лач 2020-07-01 #8725bbe
  62. feat add ability to change OS stack size
    Лач 2020-07-01 #44b3195
  63. feat make CLI compatible with original jsonnet
    Лач 2020-07-01 #230dbe5
  64. feat(evaluator) number overflow checks
    Лач 2020-07-01 #e0c62df
  65. perf(evaluator) use hashmap for object body
    Лач 2020-07-01 #625fbae
  66. refactor(evaluator) extract obj value evaluation
    Лач 2020-07-01 #dcbb761
  67. feat(evaluator) print file and line number in std.trace
    Лач 2020-06-29 #516792f
  68. feat move trace mapping api to evaluator
    Лач 2020-06-29 #7a6e8cb
  69. ci return test profile options for SO fix
    Лач 2020-06-28 #8f92008
  70. build(bindings) use _start stub only for wasm target
    Лач 2020-06-28 #82b9c61
  71. ci use layer cache for build image
    Лач 2020-06-28 #476a9c1
  72. ci fix make job name
    Лач 2020-06-28 #4be001c
  73. ci fix Dockerfile path
    Лач 2020-06-28 #2fddbf2
  74. ci build wasm on ci
    Лач 2020-06-28 #86c2530
  75. perf use mimalloc instead of jemalloc
    Лач 2020-06-28 #faa4e4e
  76. refactor(evaluator) extract Apply evaluation
    Лач 2020-06-28 #8dc1868
  77. feat(bindings) snippet evaluation
    Лач 2020-06-28 #be6bedc
  78. feat(bindings) add JS example
    Лач 2020-06-28 #b41226a
  79. feat(bindings) implement WASM
    Лач 2020-06-28 #4ea8dc2
  80. chore(bindings) change C directory
    Лач 2020-06-28 #85533fe
  81. fix(bindings) add parser dependency
    Лач 2020-06-28 #b313fc1
  82. docs(evaluator) document public api
    Лач 2020-06-28 #af0fd0a
  83. feat(evaluator) import resolver as_any method
    Лач 2020-06-28 #12f7f36
  84. style reformat new code
    Лач 2020-06-28 #af49e24
  85. feat(bindings) max stack
    Лач 2020-06-28 #7aeaa5d
  86. feat(bindings) object append
    Лач 2020-06-28 #2c8a29e
  87. feat(bindings) realloc
    Лач 2020-06-28 #27ecbf0
  88. feat(bindings) jpath api
    Лач 2020-06-28 #e34ab23
  89. feat(evaluator) c like api functions
    Лач 2020-06-28 #789bed1
  90. refactor(evaluator) simplify state internals
    Лач 2020-06-28 #3730d67
  91. feat(evaluator) weak context
    Лач 2020-06-28 #6359a4d
  92. feat(bindings) c bindings
    Лач 2020-06-27 #f75ed98
  93. feat(evaluator) utility methods for bindings
    Лач 2020-06-27 #a75f77f
  94. docs use full lang name for fenced blocks
    Лач 2020-06-27 #2cabc72
  95. docs update README notes about production usage
    Лач 2020-06-27 #a609c6f
  96. fix parser imports after renaming
    Лач 2020-06-27 #4cba987
  97. chore add licenses and descriptions
    Лач 2020-06-27 #b9714ab
  98. BREAKING CHANGE: from now, every commit will correctly follow conventional commits, and versions will be increased by semver
    Лач 2020-06-27 #20f9304
  99. chore rename crates for publish
    Лач 2020-06-27 #1e470a7
  100. fix(evaluator) handle rest of panics as errors
    Лач 2020-06-27 #d4ade76