Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Bump tokio-stream from 0.1.6 to 0.1.7 | dependabot[bot] | 2021-07-13 | |
| | | | | | | | | | | | | | | Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.6...tokio-stream-0.1.7) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
* | Bump tokio from 1.7.1 to 1.8.0 | dependabot[bot] | 2021-07-06 | |
| | | | | | | | | | | | | | | Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.7.1...tokio-1.8.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
* | Release 0.3.0 | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | Bump tokio from 1.6.1 to 1.7.1 | dependabot[bot] | 2021-06-22 | |
| | | | | | | | | | | | | | | Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.1 to 1.7.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.6.1...tokio-1.7.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
* | cargo: add more metadata to manifests | Benoît CORTIER | 2021-06-19 | |
| | ||||
* | cargo: add version to local dependencies | Benoît CORTIER | 2021-06-19 | |
| | | | | | | First step towards enabling us to publish on crates.io. See: https://github.com/helix-editor/helix/issues/42 | |||
* | Release v0.2.0 | Blaž Hrastnik | 2021-06-13 | |
| | ||||
* | Derive debug without feature | Ivan Tham | 2021-06-10 | |
| | | | | Note that this also removed those `finish_non_exhaustive()`. | |||
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 | |
| | ||||
* | helix-lsp cleanup | Egor Karavaev | 2021-06-08 | |
| | ||||
* | Use upstream jsonrpc again | Blaž Hrastnik | 2021-06-07 | |
| | ||||
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 | |
| | ||||
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-06-07 | |
| | | | | | | | | | | | | | | | | | | | * Add MacOS install instructions * Change version name argument When using the -V command to get the version you are given 'helix-term x.x.x', I changed this to just helix as it makes more sense. * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number | |||
* | Add the LICENSE file. | Blaž Hrastnik | 2021-05-10 | |
| | ||||
* | Drop shellexpand. | Blaž Hrastnik | 2021-05-08 | |
| | ||||
* | Disable default features on futures-util to drop proc macros. | Blaž Hrastnik | 2021-05-08 | |
| | ||||
* | Work around the rest of the blocking issues. | Blaž Hrastnik | 2021-05-06 | |
| | ||||
* | Eliminate a few more futures dependencies. | Blaž Hrastnik | 2021-05-06 | |
| | ||||
* | Tokio migration. | Blaž Hrastnik | 2021-05-06 | |
| | ||||
* | Update dependencies. | Blaž Hrastnik | 2021-04-21 | |
| | ||||
* | Bump jsonrpc-core, lsp-types. | Blaž Hrastnik | 2021-02-18 | |
| | ||||
* | lsp: Move timeouts into client.request | Blaž Hrastnik | 2021-01-06 | |
| | ||||
* | Update deps. | Blaž Hrastnik | 2021-01-06 | |
| | ||||
* | lsp: Work on syncing the state with the language server. | Blaž Hrastnik | 2020-12-25 | |
| | ||||
* | Bump deps. | Blaž Hrastnik | 2020-12-17 | |
| | ||||
* | Update deps. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | wip | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | lsp: Make base request methods take &self instead of &mut self. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | Configure logging (-vv for debug level logs) | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | Refactor: Document type as a wrapper around barebones State. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | Improve error typing. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | wip: Fetching diagnostics, parsing notifications. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | wip: Basic LSP lifecycle requests/notifications. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | wip | Blaž Hrastnik | 2020-12-03 | |