Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store all the data in the Salsa Database | Aleksey Kladov | 2018-10-25 | 1 | -7/+13 |
| | |||||
* | Complete crate:: paths | Aleksey Kladov | 2018-10-24 | 1 | -0/+14 |
| | |||||
* | revive the test | Aleksey Kladov | 2018-10-24 | 1 | -6/+6 |
| | |||||
* | Introduce ModuleId | Aleksey Kladov | 2018-10-23 | 1 | -6/+6 |
| | | | | | | | Previously, module was synonym with a file, and so a module could have had several parents. This commit introduces a separate module concept, such that each module has only one parent, but a single file can correspond to different modules. | ||||
* | Fix tests | Aleksey Kladov | 2018-10-20 | 1 | -17/+14 |
| | |||||
* | Implement Find All References for local variables | Jeremy A. Kolb | 2018-10-18 | 1 | -0/+42 |
| | |||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 1 | -48/+34 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | fix tests | Aleksey Kladov | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | A FnDescriptor shouldn't exist without a name | Jeremy A. Kolb | 2018-10-12 | 1 | -5/+5 |
| | |||||
* | Language Server: textDocument/signatureHelp | Jeremy A. Kolb | 2018-10-11 | 1 | -4/+98 |
| | | | | | | | | | | 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 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -0/+146 |