Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Addressed code review | petr-tik | 2020-07-29 | 1 | -27/+41 | |
| | * | | Fixed #5129 | petr-tik | 2020-07-27 | 1 | -8/+23 | |
| | * | | Make all test fn names consistent in remove_dbg | petr-tik | 2020-07-27 | 1 | -3/+29 | |
| | * | | Added failing tests | petr-tik | 2020-07-27 | 1 | -0/+21 | |
| * | | | Merge #5563 | bors[bot] | 2020-07-29 | 2 | -6/+7 | |
| |\ \ \ | | |_|/ | |/| | | ||||||
| | * | | Run package-specific cargo check and test for all targets | Kirill Bulatov | 2020-07-29 | 2 | -6/+7 | |
| * | | | cargo_metadata 0.11.1 and cargo update | kjeremy | 2020-07-29 | 3 | -3/+3 | |
| * | | | Update crates/rust-analyzer/src/cli/analysis_stats.rs | Aleksey Kladov | 2020-07-29 | 1 | -1/+1 | |
| * | | | Replace rand with oorandom | Aleksey Kladov | 2020-07-29 | 5 | -18/+33 | |
| * | | | Rename NomialDef -> AdtDef | Aleksey Kladov | 2020-07-29 | 4 | -27/+27 | |
| * | | | Switch to ungrammar from ast_src | Aleksey Kladov | 2020-07-29 | 4 | -2205/+825 | |
| * | | | Dead code | Aleksey Kladov | 2020-07-29 | 1 | -41/+0 | |
| * | | | 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 | |
* | | | Added competition for unstable features | Dmitry | 2020-08-09 | 4 | -9/+25 | |
|/ / | ||||||
* | | 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 | |
| |/ / |