summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Expand)Author
2021-12-09Remove unnecessary types from binding.rsMax Brunsfeld
2021-10-11Restructure test suite's allocation recording so that tests can run in parallelMax Brunsfeld
2021-10-10Update to unicode standard 14Razze
2021-09-03Put emscripten-version file in cli directoryMax Brunsfeld
2021-08-18Handle aliases in unicode property escapes in regexesFnControlOption
2021-06-29Refactor emscripten/emsdk version to a single fileVladimir Panteleev
2021-06-26Pin emscripten/emsdk Docker versionVladimir Panteleev
2021-05-25In script/generate-bindings, add flags for latest bindgenMax Brunsfeld
2021-03-08Add --no-bindings flag to generate subcommandMax Brunsfeld
2021-03-03Allow symbols to be used in precedence listsMax Brunsfeld
2021-02-17Merge pull request #906 from tree-sitter/unicode-property-escapesMax Brunsfeld
2021-02-11In version script, add 'v' prefix to version tagsMax Brunsfeld
2021-02-05Only build the CLI crate when running benchmarksMax Brunsfeld
2021-01-29Start work on handling unicode property escapes in regexesMax Brunsfeld
2020-12-02Avoid always specifying a --target flag in test scriptMax Brunsfeld
2020-12-02Simplify setup for enabling/disabling allocation recording in the C libMax Brunsfeld
2020-12-01Use latest emscripten on CIMax Brunsfeld
2020-12-01wasm: Avoid registering uncaught exception/rejection handlersMax Brunsfeld
2020-12-01Use new emscripten when building with dockerMax Brunsfeld
2020-11-30Make binding.js syntactically validMax Brunsfeld
2020-10-23Add heap-profiling scriptMax Brunsfeld
2020-09-23static query analysis: Fix handling of fields in hidden nodesMax Brunsfeld
2020-09-02Remove unnecessary echo in test scriptMax Brunsfeld
2020-08-20Fix handling of alternations and optional nodes in query analysisMax Brunsfeld
2020-06-26Add query construction to benchmarkMax Brunsfeld
2020-05-18Make it easy to build with address sanitizer in test scriptMax Brunsfeld
2020-05-12Remove build-lib script, recommend makeMax Brunsfeld
2020-05-12mac CI: Use newer emscriptenMax Brunsfeld
2020-03-02Fix incremental parsing problem with non-terminal extrasMax Brunsfeld
2020-02-21wasm: Fix typo in Node.typeIdMax Brunsfeld
2020-01-27Remove `halt_on_error` APIMax Brunsfeld
2020-01-27highlight: Fix logic for handling empty injections with no highlightsMax Brunsfeld
2020-01-16Test against branches of language repos w/ new injection queriesMax Brunsfeld
2020-01-06Fix build with MinGW tooling. (#514)Patrick Thomson
2019-10-24Run highlighting logic in fuzzerPhil Turnbull
2019-10-21Use emscripten 1.39.0 on mac CIMax Brunsfeld
2019-10-21Tweak wasm binding to work with new upstream LLVM backendMax Brunsfeld
2019-10-17Return to using master branches of grammar repos for testingMax Brunsfeld
2019-10-14Implement include-children directive in injection queriesMax Brunsfeld
2019-10-14Load highlight queries correctly in highlight unit testsMax Brunsfeld
2019-10-14lib: remove utf8proc dependency (#436)Matthew Krupcale
2019-09-16Minify function names in wasm buildMax Brunsfeld
2019-09-13Fix layout issues in web-uiMax Brunsfeld
2019-09-04Tweak compile flags in build-wasm scriptMax Brunsfeld
2019-08-30Fix error in build-lib scriptMax Brunsfeld
2019-08-29Remove existing static library in build-lib scriptMax Brunsfeld
2019-08-12Make scripts work when repo path contains spacesMax Brunsfeld
2019-08-08Print emcc version after installing emscriptenMax Brunsfeld
2019-08-08Pin emscripten to 1.38.40 for macOS CIMax Brunsfeld
2019-08-06Avoid printing names of all skipped tests in benchmark scriptMax Brunsfeld