aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAge
* Downgrade `unicode-segmentation`notoria2021-06-10
* Implement missing Debug and update Cargo.locknotoria2021-06-10
* Fix Unicode (#135)Kirawi2021-06-08
* helix-lsp cleanupEgor Karavaev2021-06-08
* Use upstream jsonrpc againBlaž Hrastnik2021-06-07
* Release 0.0.10Blaž Hrastnik2021-06-07
* theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113)Ingrid2021-06-06
* Provide a feature flag to be able to embed the runtime folder.Brian Dawn2021-06-06
* Dropped pico-args in favour of a simpler hand roller parserCorey Powell2021-06-02
* Drop clap for pico-argsBlaž Hrastnik2021-05-31
* Bump tokio from 1.6.0 to 1.6.1dependabot[bot]2021-05-30
* Update deps, introduce the new tree-sitter lifetimesBlaž Hrastnik2021-05-27
* Update dependenciesBlaž Hrastnik2021-05-18
* Hacky way to specify indent scopes per language via toml configs.Blaž Hrastnik2021-05-14
* Update deps.Blaž Hrastnik2021-05-12
* Make the config dir locator work on Windows.Blaž Hrastnik2021-05-10
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09
* Drop shellexpand.Blaž Hrastnik2021-05-08
* Disable default features on futures-util to drop proc macros.Blaž Hrastnik2021-05-08
* Work around the rest of the blocking issues.Blaž Hrastnik2021-05-06
* Eliminate a few more futures dependencies.Blaž Hrastnik2021-05-06
* Tokio migration.Blaž Hrastnik2021-05-06
* Closer to a full flake build via naersk.Blaž Hrastnik2021-05-03
* Update dependencies.Blaž Hrastnik2021-04-21
* Import tree sitter queries.Blaž Hrastnik2021-04-08
* Load config files from ~/.config/helix, fallback to defaults.Blaž Hrastnik2021-04-07
* Add yet more language definitions.Blaž Hrastnik2021-04-07
* Update deps.Blaž Hrastnik2021-04-01
* wip: Async async. Delay response handling with a callback.Blaž Hrastnik2021-03-26
* Load theme from toml file.Blaž Hrastnik2021-03-25
* Add the machinery to load syntax config from TOML.Blaž Hrastnik2021-03-25
* Update deps.Blaž Hrastnik2021-03-24
* Bump deps.Blaž Hrastnik2021-03-15
* ui: wip: Markdown doc renderer.Blaž Hrastnik2021-03-05
* Bump deps.Blaž Hrastnik2021-03-01
* syntax: Drop the rayon dependency for threadpool.Blaž Hrastnik2021-02-24
* flake: Packaging definition.Blaž Hrastnik2021-02-22
* Always store the log file under home dir.Blaž Hrastnik2021-02-19
* Bump jsonrpc-core, lsp-types.Blaž Hrastnik2021-02-18
* Update deps, switch tendril over to crates.ioBlaž Hrastnik2021-02-16
* deps updateBlaž Hrastnik2021-02-09
* View tree implementation: render multiple split views.Blaž Hrastnik2021-02-03
* helix-syntax: Speed up compilation by compiling langs in parallel.Blaž Hrastnik2021-01-19
* Bump deps.Blaž Hrastnik2021-01-08
* lsp: Move timeouts into client.requestBlaž Hrastnik2021-01-06
* Update deps.Blaž Hrastnik2021-01-06
* lsp: Work on syncing the state with the language server.Blaž Hrastnik2020-12-25
* lsp: generate_transaction_from_text_editsBlaž Hrastnik2020-12-23
* Bump deps.Blaž Hrastnik2020-12-17
* File picker mockup, reuses the line editor work done on Prompt.Blaž Hrastnik2020-12-17