Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 1 | -32/+46 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | Simplify | Aleksey Kladov | 2018-10-15 | 1 | -1/+0 |
| | |||||
* | remove clones | Aleksey Kladov | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | make analysis sync | Aleksey Kladov | 2018-10-15 | 1 | -0/+6 |
| | |||||
* | migrate modue map to salsa | Aleksey Kladov | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | start salsa migration | Aleksey Kladov | 2018-10-15 | 1 | -2/+2 |
| | |||||
* | migrate analysis and server to 2018 | Aleksey Kladov | 2018-10-15 | 1 | -3/+5 |
| | |||||
* | Language Server: textDocument/signatureHelp | Jeremy A. Kolb | 2018-10-11 | 1 | -0/+6 |
| | | | | | | | | | | Implements a pretty barebones function signature help mechanism in the language server. Users can use `Analysis::resolve_callback()` to get basic information about a call site. Fixes #102 | ||||
* | Replace HashMap, HashSet with FxHashMap and FxHashSet | Muhammad Mominul Huque | 2018-10-11 | 1 | -2/+3 |
| | |||||
* | Add on-enter handler | Aleksey Kladov | 2018-10-09 | 1 | -0/+6 |
| | | | | Now, typing doc comments is much more pleasant | ||||
* | Split folding ranges into editor and lsp parts | Jeremy A. Kolb | 2018-09-24 | 1 | -0/+5 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -0/+240 |