| Commit message (Expand) | Author | Age |
* | Optimization of tilde expansion (#9709) | Mo | 2024-02-24 |
* | Improve error handling for `which::which` failures | Michael Davis | 2024-01-24 |
* | Re-export `which` from `helix-stdx::env` | Michael Davis | 2024-01-24 |
* | Use helix-stdx tilde expansion and normalization for HELIX_RUNTIME paths | Michael Davis | 2024-01-18 |
* | Create helix-stdx crate for stdlib extensions | Michael Davis | 2024-01-18 |
* | Add optional runtime fallback directory (#8610) | Skyler Hawthorne | 2023-10-25 |
* | Set the working directory before loading the config (#8498) | Bjorn Ove Hay Andersen | 2023-10-09 |
* | Fix crash when cwd is deleted (#7185) | Yomain | 2023-07-11 |
* | Fix `:log-open` when `--log` is specified (#7573) | Alex Vinyals | 2023-07-09 |
* | Check for 'git' before fetching/building grammars (#7320) | Michael Davis | 2023-06-12 |
* | Fix warnings from clippy (#7013) | ZJPzjp | 2023-05-11 |
* | fix windows builds (#6845) | Pascal Kuthe | 2023-04-22 |
* | fix windows build (#6834) | Pascal Kuthe | 2023-04-21 |
* | produce error when grammar build fails (#6795) | Pascal Kuthe | 2023-04-20 |
* | always build grammars with c++14 and c11 (#6792) | Pascal Kuthe | 2023-04-18 |
* | emit cargo metadata duiring build scripts to avoid outdated buildscript outpu... | Pascal Kuthe | 2023-04-14 |
* | implement proper lsp-workspace support | Pascal Kuthe | 2023-03-29 |
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
* | Generalised to multiple runtime directories with priorities (#5411) | paul-scott | 2023-03-09 |
* | Fix clippy 1.67 warnings (#5697) | Miguel Madrid-Mencía | 2023-01-27 |
* | Switch from toml::from_slice to toml::from_str (#5659) | Pascal Kuthe | 2023-01-24 |
* | properly handle detachted git worktrees (#5097) | Pascal Kuthe | 2022-12-11 |
* | feat(lsp): pass client_info on initialization (#4904) | Matouš Dzivjak | 2022-12-09 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | grammar: Don't require lower-case (#4346) | Christian Speich | 2022-10-21 |
* | Split helix_core::find_root and helix_loader::find_local_config_dirs (#3929) | Riccardo Binetti | 2022-09-23 |
* | Canonicalize executable path | Ben Noordhuis | 2022-09-13 |
* | ordinals instead of indexes when listing grammar fetch errors (#3773) | Evan Richter | 2022-09-10 |
* | feat: shorten output for grammar fetching and building (#3396) | Poliorcetics | 2022-08-17 |
* | add a CLI flag for specifying config file location (#2666) | Michael Davis | 2022-08-04 |
* | feat: support grammar cross-compilation | yvt | 2022-08-02 |
* | fix(loader): pass `cc::Tool::args()` | yvt | 2022-08-02 |
* | Refactor 'helix-loader::merge_toml_values' to use a 'merge-depth' instead of ... | Philipp Mildenberger | 2022-07-26 |
* | Fix non-msvc grammar compile on Windows (#3190) | bootra | 2022-07-26 |
* | Fix initial selection of Document in new view | Skyler Hawthorne | 2022-06-19 |
* | improve test harness | Skyler Hawthorne | 2022-06-19 |
* | Use a minimal binary to fetch grammar sources in release CI (#2557) | Michael Davis | 2022-06-05 |
* | Ignore SendErrors when handling grammars (#2641) | Frojdholm | 2022-06-02 |
* | illumos linker doesn't currently have -z relro (#2602) | Michael Zeller | 2022-05-29 |
* | mention the C++ compiler in the grammar build failure message (#2597) | Michael Davis | 2022-05-29 |
* | helix-loader + helix-core now compile for WASM | Blaž Hrastnik | 2022-05-01 |
* | Only merge top-level array when merging `languages.toml` (#2215) | Michael Davis | 2022-04-23 |
* | Revert "override nested arrays when merging TOML (#2145)" | Blaž Hrastnik | 2022-04-20 |
* | override nested arrays when merging TOML (#2145) | Michael Davis | 2022-04-20 |
* | Fixing (in two ways) a small typo (#2156) | Ben Lee-Cohen | 2022-04-18 |
* | Add support for local language configuration (#1249) | Kirawi | 2022-04-18 |
* | remove hardcoded '/' from grammar source path (#1986) | Michael Davis | 2022-04-06 |
* | Avoid using the format ident Rust feature (#1881) | Marcin Puc | 2022-03-30 |
* | fix enum definition for use-grammars selections (#1818) | Michael Davis | 2022-03-16 |
* | remove stray 'println!' from grammar building function (#1785) | Michael Davis | 2022-03-11 |