Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #5538 | bors[bot] | 2020-07-26 | 1 | -0/+4 |
|\ | |||||
| * | Report type errors in metrics | Aleksey Kladov | 2020-07-26 | 1 | -0/+4 |
|/ | |||||
* | Merge #5537 | bors[bot] | 2020-07-26 | 1 | -21/+50 |
|\ | |||||
| * | Add one more test | Aleksey Kladov | 2020-07-26 | 1 | -21/+50 |
|/ | |||||
* | Merge #5531 | bors[bot] | 2020-07-25 | 6 | -30/+102 |
|\ | |||||
| * | Add rustc-perf to metrics | Aleksey Kladov | 2020-07-25 | 6 | -30/+102 |
|/ | |||||
* | Merge #5527 | bors[bot] | 2020-07-24 | 3 | -33/+52 |
|\ | |||||
| * | Link metrics | Aleksey Kladov | 2020-07-24 | 1 | -8/+6 |
| * | Add self-analysis-stats to metrics | Aleksey Kladov | 2020-07-24 | 2 | -25/+46 |
|/ | |||||
* | 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 #5525 | bors[bot] | 2020-07-24 | 1 | -1/+1 |
|\ \ | |||||
| * | | minor | Aleksey Kladov | 2020-07-24 | 1 | -1/+1 |
* | | | Merge #5524 | bors[bot] | 2020-07-24 | 10 | -103/+159 |
|\ \ \ | |/ / |/| | | |||||
| * | | Only display experimental diagnostics when enabled | Jonas Schievink | 2020-07-24 | 5 | -11/+22 |
| * | | Add toggle for experimental diagnostics | Jonas Schievink | 2020-07-24 | 2 | -5/+14 |
| * | | 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 |
* | | | Real metrics | Aleksey Kladov | 2020-07-24 | 1 | -3/+3 |
* | | | Fix metrics | Aleksey Kladov | 2020-07-24 | 1 | -10/+20 |
* | | | Fix metrics | Aleksey Kladov | 2020-07-24 | 2 | -14/+8 |
* | | | Fix email | Aleksey Kladov | 2020-07-24 | 1 | -1/+1 |
* | | | fix syntax | Aleksey Kladov | 2020-07-24 | 1 | -1/+1 |
* | | | Fix another name | Aleksey Kladov | 2020-07-24 | 2 | -3/+4 |
* | | | fix name | Aleksey Kladov | 2020-07-24 | 2 | -2/+2 |
* | | | Add metrics | Aleksey Kladov | 2020-07-24 | 4 | -0/+255 |
* | | | Revert "Merge #5516" | Aleksey Kladov | 2020-07-24 | 2 | -43/+32 |
* | | | Merge #5523 | bors[bot] | 2020-07-24 | 2 | -13/+21 |
|\ \ \ | |||||
| * | | | Minor | Aleksey Kladov | 2020-07-24 | 2 | -13/+21 |
| | |/ | |/| | |||||
* | | | 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 | 20 | -393/+1431 |
|\ \ \ | |_|/ |/| | | |||||
| * | | SSR: Fix a typescript lint warning | David Lattimore | 2020-07-24 | 1 | -1/+1 |
| * | | 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 | 11 | -32/+88 |
| * | | 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 |