| Commit message (Expand) | Author | Age |
* | build(deps): bump smallvec from 1.12.0 to 1.13.1 (#9405) | dependabot[bot] | 2024-01-23 |
* | Fix typo in string representation of GotoReference (#9395) | Matthew Toohey | 2024-01-22 |
* | Create helix-stdx crate for stdlib extensions | Michael Davis | 2024-01-18 |
* | update tempfile dev-dependency to 3.9 (#9359) | Kirawi | 2024-01-17 |
* | build(deps): bump smallvec from 1.11.2 to 1.12.0 (#9341) | dependabot[bot] | 2024-01-16 |
* | Select subtree within injections in :tree-sitter-subtree (#9309) | Michael Davis | 2024-01-15 |
* | Bump tree-sitter to latest master (#9317) | Michael Davis | 2024-01-15 |
* | ignore empty TS nodes in match bracket | Pascal Kuthe | 2024-01-15 |
* | don't crash in plaintext bracket match (mm) on empty file | Pascal Kuthe | 2024-01-15 |
* | Change path normalization strategy to not resolve symlinks (#9330) | woojiq | 2024-01-14 |
* | Revert "build(deps): bump ahash from 0.8.6 to 0.8.7" (#9294) | Pascal Kuthe | 2024-01-11 |
* | Initialize diagnostics when opening a document (#8873) | Philipp Mildenberger | 2024-01-09 |
* | build(deps): bump ahash from 0.8.6 to 0.8.7 (#9281) | dependabot[bot] | 2024-01-09 |
* | make diagnostics stick to word boundaries | Pascal Kuthe | 2023-12-27 |
* | Add config to mark diagnostic sources as persistent | Pascal Kuthe | 2023-12-27 |
* | fix `:indent-style` crash (#9087) | TornaxO7 | 2023-12-15 |
* | Simplify implementation of `add_indent_level`. | Daniel Ebert | 2023-12-15 |
* | Make the indent heuristic configurable | Daniel Ebert | 2023-12-15 |
* | Improve relative indent computation. | Daniel Ebert | 2023-12-15 |
* | Implement relative indent queries, | Daniel Ebert | 2023-12-15 |
* | build(deps): bump once_cell from 1.18.0 to 1.19.0 (#9053) | dependabot[bot] | 2023-12-12 |
* | use workspace inheritance for common version (#8925) | Skyler Hawthorne | 2023-12-05 |
* | build(deps): bump hashbrown from 0.14.2 to 0.14.3 (#8928) | dependabot[bot] | 2023-11-28 |
* | set Cargo feature resolver to v2 (#8917) | Fomalhaut Weisszwerg | 2023-11-27 |
* | bump MSRV to 1.70.0 (#8877) | Cole Helbling | 2023-11-25 |
* | Default 'roots' field of language config | Michael Davis | 2023-11-14 |
* | build(deps): bump ahash from 0.8.5 to 0.8.6 (#8669) | dependabot[bot] | 2023-10-31 |
* | Fix precedence order of @align captures in indent computation (#8659) | Triton171 | 2023-10-29 |
* | Revert "Pin tree-sitter to the 0.20.10 release (#8396)" | Blaž Hrastnik | 2023-10-26 |
* | Pin tree-sitter to the 0.20.10 release (#8396) | Michael Davis | 2023-10-25 |
* | build(deps): bump ahash from 0.8.3 to 0.8.5 (#8597) | dependabot[bot] | 2023-10-24 |
* | build(deps): bump hashbrown from 0.14.1 to 0.14.2 (#8594) | dependabot[bot] | 2023-10-24 |
* | build(deps): bump ropey from 1.6.0 to 1.6.1 (#8593) | dependabot[bot] | 2023-10-24 |
* | don't break on hyphen with :reflow (#8569) | Stephen Seo | 2023-10-21 |
* | build(deps): bump hashbrown from 0.14.0 to 0.14.1 (#8500) | dependabot[bot] | 2023-10-10 |
* | build(deps): bump indoc from 2.0.3 to 2.0.4 (#8329) | dependabot[bot] | 2023-09-19 |
* | Fix various typos (#8233) | Alexis Mousset | 2023-09-10 |
* | Don't use word splitting during fuzzy matching (#8192) | Pascal Kuthe | 2023-09-06 |
* | transition to nucleo for fuzzy matching (#7814) | Pascal Kuthe | 2023-08-30 |
* | Remove unnecessary `Err` from `get_canonicalized_path` (#8009) | nkitsaini | 2023-08-20 |
* | Update tree-sitter to latest master (#7998) | Michael Davis | 2023-08-19 |
* | build(deps): bump bitflags from 2.3.3 to 2.4.0 (#7943) | dependabot[bot] | 2023-08-15 |
* | Prevent GraphemeStrs created from Strings from leaking (#7920) | Dillard Robertson | 2023-08-13 |
* | Run indentation tests on a part of the Helix source code. | Daniel Ebert | 2023-08-11 |
* | Implement @align (and @anchor) indent query. | Daniel Ebert | 2023-08-11 |
* | Fix YAML auto indent | Skyler Hawthorne | 2023-08-10 |
* | add node boundary movement | Skyler Hawthorne | 2023-08-01 |
* | Use refactored Registers type | Michael Davis | 2023-07-31 |
* | Add '#' and '.' special registers | Michael Davis | 2023-07-31 |
* | Reformat with nightly rustfmt for better let-else formatting (#7721) | Philipp Mildenberger | 2023-07-27 |