aboutsummaryrefslogtreecommitdiff
path: root/helix-loader
Commit message (Expand)AuthorAge
* build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987)dependabot[bot]2022-09-26
* Split helix_core::find_root and helix_loader::find_local_config_dirs (#3929)Riccardo Binetti2022-09-23
* Canonicalize executable pathBen Noordhuis2022-09-13
* ordinals instead of indexes when listing grammar fetch errors (#3773)Evan Richter2022-09-10
* build(deps): bump once_cell from 1.13.1 to 1.14.0 (#3715)dependabot[bot]2022-09-05
* feat: shorten output for grammar fetching and building (#3396)Poliorcetics2022-08-17
* add a CLI flag for specifying config file location (#2666)Michael Davis2022-08-04
* feat: support grammar cross-compilationyvt2022-08-02
* fix(loader): pass `cc::Tool::args()`yvt2022-08-02
* Refactor 'helix-loader::merge_toml_values' to use a 'merge-depth' instead of ...Philipp Mildenberger2022-07-26
* Fix non-msvc grammar compile on Windows (#3190)bootra2022-07-26
* build(deps): bump once_cell from 1.12.0 to 1.13.0 (#2969)dependabot[bot]2022-07-05
* Fix initial selection of Document in new viewSkyler Hawthorne2022-06-19
* improve test harnessSkyler Hawthorne2022-06-19
* Use a minimal binary to fetch grammar sources in release CI (#2557)Michael Davis2022-06-05
* Ignore SendErrors when handling grammars (#2641)Frojdholm2022-06-02
* illumos linker doesn't currently have -z relro (#2602)Michael Zeller2022-05-29
* mention the C++ compiler in the grammar build failure message (#2597)Michael Davis2022-05-29
* build(deps): bump once_cell from 1.10.0 to 1.12.0dependabot[bot]2022-05-25
* build(deps): bump etcetera from 0.3.2 to 0.4.0 (#2486)dependabot[bot]2022-05-17
* helix-loader + helix-core now compile for WASMBlaž Hrastnik2022-05-01
* Only merge top-level array when merging `languages.toml` (#2215)Michael Davis2022-04-23
* Revert "override nested arrays when merging TOML (#2145)"Blaž Hrastnik2022-04-20
* override nested arrays when merging TOML (#2145)Michael Davis2022-04-20
* Fixing (in two ways) a small typo (#2156)Ben Lee-Cohen2022-04-18
* Add support for local language configuration (#1249)Kirawi2022-04-18
* remove hardcoded '/' from grammar source path (#1986)Michael Davis2022-04-06
* Avoid using the format ident Rust feature (#1881)Marcin Puc2022-03-30
* fix enum definition for use-grammars selections (#1818)Michael Davis2022-03-16
* remove stray 'println!' from grammar building function (#1785)Michael Davis2022-03-11
* rename '--fetch/build-grammars' flags into '--grammar fetch/build'Michael Davis2022-03-10
* only fetch git-sourced grammarsMichael Davis2022-03-10
* shallow cloneSkyler Hawthorne2022-03-10
* fix context in errorSkyler Hawthorne2022-03-10
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10