aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAge
...
* 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
* wip: Move to new rendering structure.Blaž Hrastnik2020-12-13
* move commands and keymap back to terminal.Blaž Hrastnik2020-12-10
* Update deps.Blaž Hrastnik2020-12-03
* wipBlaž Hrastnik2020-12-03
* Save commandBlaž Hrastnik2020-12-03
* lsp: Make base request methods take &self instead of &mut self.Blaž Hrastnik2020-12-03
* Configure logging (-vv for debug level logs)Blaž Hrastnik2020-12-03
* Refactor: Document type as a wrapper around barebones State.Blaž Hrastnik2020-12-03
* Improve error typing.Blaž Hrastnik2020-12-03
* Reroute LSP notification events into the main app event loop.Blaž Hrastnik2020-12-03
* wip: Fetching diagnostics, parsing notifications.Blaž Hrastnik2020-12-03
* wip: Basic LSP lifecycle requests/notifications.Blaž Hrastnik2020-12-03
* wipBlaž Hrastnik2020-12-03
* Updated dependencies.Blaž Hrastnik2020-10-14
* Update depsBlaž Hrastnik2020-10-13
* started work on goto modeJan Hrastnik2020-10-04
* argh -> clap to speed up compilation (no syn/proc_macro)Blaž Hrastnik2020-10-01
* Extend selection commands.Blaž Hrastnik2020-09-28
* More robust syntax detection/grammar loading.Blaž Hrastnik2020-09-22
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21
* More work on the UI.Blaž Hrastnik2020-09-19
* Incremental parsing: rough draft.Blaž Hrastnik2020-09-17
* cleanup: Import tree-sitter-highlight so we can cache trees.Blaž Hrastnik2020-09-11
* draft: tree-sitter highlightingBlaž Hrastnik2020-09-09
* Add helix-syntax as a wrapper around tree-sitter parsers.Blaž Hrastnik2020-09-09
* Bump deps, eliminate a lot of transitive deps.Blaž Hrastnik2020-09-08
* Experiment with TUI so we can render selections.Blaž Hrastnik2020-09-07
* Bump deps, make it compile with latest smol.Blaž Hrastnik2020-09-04
* Bump depsBlaž Hrastnik2020-08-20
* Update dependencies.Blaž Hrastnik2020-08-11
* Use ropey 1.2.0Blaž Hrastnik2020-06-15
* Bump dependencies.Blaž Hrastnik2020-06-10
* Update Cargo.lockBlaž Hrastnik2020-06-02
* wip: importing to githubBlaž Hrastnik2020-06-01
* Start swapping from termwiz to crossterm + async.Blaž Hrastnik2020-05-28
* OT: changeset: Implement compose and apply.Blaž Hrastnik2020-05-26
* Implement a new core based on CodeMirror.Blaž Hrastnik2020-05-25
* Initial import.Blaž Hrastnik2020-05-20