Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dead code | Aleksey Kladov | 2020-07-29 | 1 | -3/+1 |
* | Remove dead code | Aleksey Kladov | 2020-07-29 | 1 | -46/+0 |
* | Merge #5564 | bors[bot] | 2020-07-29 | 9 | -53/+182 |
|\ | |||||
| * | SSR: Rename position and lookup_context to resolve_context | David Lattimore | 2020-07-29 | 2 | -6/+6 |
| * | SSR: Restrict to current selection if any | David Lattimore | 2020-07-29 | 8 | -48/+177 |
* | | Merge #5565 | bors[bot] | 2020-07-29 | 2 | -1/+62 |
|\ \ | |||||
| * | | SSR: Don't mix non-path-based rules with path-based | David Lattimore | 2020-07-29 | 2 | -1/+62 |
| |/ | |||||
* / | Allow running more tests at once | Kirill Bulatov | 2020-07-28 | 1 | -54/+110 |
|/ | |||||
* | Fix nameref parsing | Aleksey Kladov | 2020-07-28 | 3 | -7/+8 |
* | Bump test timeout for macs | Aleksey Kladov | 2020-07-28 | 1 | -1/+2 |
* | Merge #5547 | bors[bot] | 2020-07-27 | 1 | -1/+13 |
|\ | |||||
| * | Fold multiline fn parameters | Aleksey Kladov | 2020-07-27 | 1 | -1/+13 |
* | | Merge #5532 | bors[bot] | 2020-07-27 | 2 | -23/+31 |
|\ \ | |/ |/| | |||||
| * | Restore line index micro-optimization | Laurențiu Nicola | 2020-07-25 | 2 | -23/+31 |
* | | Merge #5539 | bors[bot] | 2020-07-27 | 3 | -27/+103 |
|\ \ | |||||
| * | | SSR: Fix for path resolution of locals | David Lattimore | 2020-07-26 | 2 | -0/+65 |
| * | | SSR: Move more resolution-related code into the resolving module | David Lattimore | 2020-07-26 | 2 | -27/+38 |
* | | | add completion for rustc lints | Emil Gardström | 2020-07-27 | 1 | -4/+278 |
|/ / | |||||
* | | Report type errors in metrics | Aleksey Kladov | 2020-07-26 | 1 | -0/+4 |
* | | Add one more test | Aleksey Kladov | 2020-07-26 | 1 | -21/+50 |
|/ | |||||
* | Add rustc-perf to metrics | Aleksey Kladov | 2020-07-25 | 4 | -20/+54 |
* | Merge #5520 | bors[bot] | 2020-07-24 | 4 | -7/+26 |
|\ | |||||
| * | Add DocumentData to represent in-memory document with LSP info | kjeremy | 2020-07-24 | 4 | -7/+26 |
* | | Merge #5524 | bors[bot] | 2020-07-24 | 9 | -98/+149 |
|\ \ | |||||
| * | | Only display experimental diagnostics when enabled | Jonas Schievink | 2020-07-24 | 5 | -11/+22 |
| * | | Add toggle for experimental diagnostics | Jonas Schievink | 2020-07-24 | 1 | -0/+4 |
| * | | Mark MismatchedArgCount as experimental | Jonas Schievink | 2020-07-24 | 1 | -0/+3 |
| * | | Allow filtering diagnostics | Jonas Schievink | 2020-07-24 | 1 | -3/+22 |
| * | | Add a builder for DiagnosticSink | Jonas Schievink | 2020-07-24 | 4 | -88/+102 |
* | | | Revert "Merge #5516" | Aleksey Kladov | 2020-07-24 | 2 | -43/+32 |
* | | | Merge #5522 | bors[bot] | 2020-07-24 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Increace tracing-tree version from 0.1.3 to 0.1.4 | Bram van den Heuvel | 2020-07-24 | 1 | -1/+1 |
* | | | | Merge #5516 | bors[bot] | 2020-07-24 | 2 | -32/+43 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Always send experimental & semantic server caps. | vsrs | 2020-07-24 | 1 | -72/+36 |
| * | | | Code formatting | vsrs | 2020-07-24 | 1 | -1/+2 |
| * | | | Send dynamic didSave only if the client supports | vsrs | 2020-07-24 | 2 | -32/+42 |
| * | | | Prepare server capabilities based on client ones. | vsrs | 2020-07-24 | 1 | -36/+72 |
| |/ / | |||||
* | | | Merge #5518 | bors[bot] | 2020-07-24 | 16 | -389/+1411 |
|\ \ \ | |_|/ |/| | | |||||
| * | | SSR: Allow function calls to match method calls | David Lattimore | 2020-07-24 | 6 | -25/+169 |
| * | | SSR: Disable matching within use declarations | David Lattimore | 2020-07-24 | 2 | -1/+51 |
| * | | SSR: Use Definition::find_usages to speed up matching. | David Lattimore | 2020-07-24 | 5 | -24/+157 |
| * | | SSR: Match paths based on what they resolve to | David Lattimore | 2020-07-24 | 9 | -61/+482 |
| * | | SSR: Pass current file position through to SSR code. | David Lattimore | 2020-07-24 | 8 | -28/+69 |
| * | | SSR: Refactor to not rely on recursive search for nesting of matches | David Lattimore | 2020-07-24 | 4 | -27/+120 |
| * | | SSR: Add a couple of tests for non-recursive search | David Lattimore | 2020-07-24 | 1 | -0/+33 |
| * | | SSR tests: Define all paths needed for templates | David Lattimore | 2020-07-24 | 1 | -26/+76 |
| * | | Move iteration over all files into the SSR crate | David Lattimore | 2020-07-24 | 6 | -89/+92 |
| * | | SSR: Move search code into a submodule | David Lattimore | 2020-07-24 | 2 | -48/+56 |
| * | | SSR: Parse template as Rust code. | David Lattimore | 2020-07-24 | 5 | -82/+112 |
| * | | SSR: Change the way rules are stored internally. | David Lattimore | 2020-07-24 | 4 | -107/+123 |