aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | Make all test fn names consistent in remove_dbgpetr-tik2020-07-271-3/+29
| * | Added failing testspetr-tik2020-07-271-0/+21
* | | Merge #5563bors[bot]2020-07-292-6/+7
|\ \ \ | |_|/ |/| |
| * | Run package-specific cargo check and test for all targetsKirill Bulatov2020-07-292-6/+7
* | | cargo_metadata 0.11.1 and cargo updatekjeremy2020-07-293-3/+3
* | | Update crates/rust-analyzer/src/cli/analysis_stats.rsAleksey Kladov2020-07-291-1/+1
* | | Replace rand with oorandomAleksey Kladov2020-07-295-18/+33
* | | Rename NomialDef -> AdtDefAleksey Kladov2020-07-294-27/+27
* | | Switch to ungrammar from ast_srcAleksey Kladov2020-07-294-2205/+825
* | | Dead codeAleksey Kladov2020-07-291-41/+0
* | | Remove dead codeAleksey Kladov2020-07-291-3/+1
* | | Remove dead codeAleksey Kladov2020-07-291-46/+0
|/ /
* | Merge #5564bors[bot]2020-07-299-53/+182
|\ \
| * | SSR: Rename position and lookup_context to resolve_contextDavid Lattimore2020-07-292-6/+6
| * | SSR: Restrict to current selection if anyDavid Lattimore2020-07-298-48/+177
* | | Merge #5565bors[bot]2020-07-292-1/+62
|\ \ \
| * | | SSR: Don't mix non-path-based rules with path-basedDavid Lattimore2020-07-292-1/+62
| |/ /
* / / Allow running more tests at onceKirill Bulatov2020-07-281-54/+110
|/ /
* | Fix nameref parsingAleksey Kladov2020-07-283-7/+8
* | Bump test timeout for macsAleksey Kladov2020-07-281-1/+2
* | Merge #5547bors[bot]2020-07-271-1/+13
|\ \
| * | Fold multiline fn parametersAleksey Kladov2020-07-271-1/+13
* | | Merge #5532bors[bot]2020-07-272-23/+31
|\ \ \ | |/ / |/| |
| * | Restore line index micro-optimizationLaurențiu Nicola2020-07-252-23/+31
* | | Merge #5539bors[bot]2020-07-273-27/+103
|\ \ \
| * | | SSR: Fix for path resolution of localsDavid Lattimore2020-07-262-0/+65
| * | | SSR: Move more resolution-related code into the resolving moduleDavid Lattimore2020-07-262-27/+38
* | | | add completion for rustc lintsEmil Gardström2020-07-271-4/+278
|/ / /
* | | Report type errors in metricsAleksey Kladov2020-07-261-0/+4
* | | Add one more testAleksey Kladov2020-07-261-21/+50
|/ /
* | Add rustc-perf to metricsAleksey Kladov2020-07-254-20/+54
* | Merge #5520bors[bot]2020-07-244-7/+26
|\ \
| * | Add DocumentData to represent in-memory document with LSP infokjeremy2020-07-244-7/+26
* | | Merge #5524bors[bot]2020-07-249-98/+149
|\ \ \
| * | | Only display experimental diagnostics when enabledJonas Schievink2020-07-245-11/+22
| * | | Add toggle for experimental diagnosticsJonas Schievink2020-07-241-0/+4
| * | | Mark MismatchedArgCount as experimentalJonas Schievink2020-07-241-0/+3
| * | | Allow filtering diagnosticsJonas Schievink2020-07-241-3/+22
| * | | Add a builder for DiagnosticSinkJonas Schievink2020-07-244-88/+102
* | | | Revert "Merge #5516"Aleksey Kladov2020-07-242-43/+32
* | | | Merge #5522bors[bot]2020-07-241-1/+1
|\ \ \ \
| * | | | Increace tracing-tree version from 0.1.3 to 0.1.4Bram van den Heuvel2020-07-241-1/+1
| | |_|/ | |/| |
* | | | Merge #5516bors[bot]2020-07-242-32/+43
|\ \ \ \ | |_|/ / |/| | |
| * | | Always send experimental & semantic server caps.vsrs2020-07-241-72/+36
| * | | Code formattingvsrs2020-07-241-1/+2
| * | | Send dynamic didSave only if the client supportsvsrs2020-07-242-32/+42
| * | | Prepare server capabilities based on client ones.vsrs2020-07-241-36/+72
| |/ /
* | | Merge #5518bors[bot]2020-07-2416-389/+1411
|\ \ \ | |_|/ |/| |
| * | SSR: Allow function calls to match method callsDavid Lattimore2020-07-246-25/+169
| * | SSR: Disable matching within use declarationsDavid Lattimore2020-07-242-1/+51