index
:
helix-ext
dependabot/cargo/rust-dependencies-1a67a7dde4
gh-pages
master
patches
v23.10.2
[contrib] fork of the helix editor, with various inactive and rejected patches applied
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
helix-syntax
/
build.rs
Commit message (
Expand
)
Author
Age
*
Improve build error when a new grammar was added
Blaž Hrastnik
2021-09-06
*
OCaml support (#666)
oberblastmeister
2021-09-01
*
Added "/utf-8" to Windows compilation options. (#603)
Leoi Hung Kin
2021-08-17
*
Compile the grammar libraries with full RELRO on Linux (#599)
Orhun Parmaksız
2021-08-17
*
Build ts/tsx again, refactor collect_tree_sitter_dirs
Blaž Hrastnik
2021-07-14
*
Build each grammar in it's own src dir
Blaž Hrastnik
2021-07-14
*
Try to rearrange the file order?
Blaž Hrastnik
2021-07-14
*
windows: Try building inside OUT_DIR?
Blaž Hrastnik
2021-07-14
*
Dynamically load grammar libraries at runtime
Blaž Hrastnik
2021-07-14
*
Disable haskell grammar until build issues are resolved
Blaž Hrastnik
2021-06-07
*
changed flag in build_cpp '/std:c++14' to '/std:c++17' due to tree_sitter_has...
Jan Hrastnik
2021-06-06
*
syntax: Use a different C++ flag for MSVC
Blaž Hrastnik
2021-06-05
*
Address clippy lint
Blaž Hrastnik
2021-06-05
*
syntax: Build C++ grammars as c++14
Blaž Hrastnik
2021-06-05
*
syntax: Disable explicit debug/opt_level passing
Blaž Hrastnik
2021-06-05
*
Run fmt
Blaž Hrastnik
2021-06-02
*
Add .DS_Store to ignored directories
nathom
2021-06-02
*
syntax: Don't deadlock the build if one of the jobs fails.
Blaž Hrastnik
2021-05-05
*
Add c++, js, css, html language definitions.
Blaž Hrastnik
2021-04-07
*
clippy lint
Blaž Hrastnik
2021-03-24
*
clippy lints
Blaž Hrastnik
2021-03-01
*
minor, fix clippy lint
Blaž Hrastnik
2021-02-25
*
syntax: Drop the rayon dependency for threadpool.
Blaž Hrastnik
2021-02-24
*
helix-syntax: Speed up compilation by compiling langs in parallel.
Blaž Hrastnik
2021-01-19
*
cleanup: Import tree-sitter-highlight so we can cache trees.
Blaž Hrastnik
2020-09-11
*
Add helix-syntax as a wrapper around tree-sitter parsers.
Blaž Hrastnik
2020-09-09