aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use objects instead of bools for markers in package.jsonLaurențiu Nicola2021-06-153-6/+6
|
* Merge #9277bors[bot]2021-06-145-12/+12
|\ | | | | | | | | | | | | | | | | 9277: internal: more natural order of sources for TypeParam r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * internal: more natural order of sources for TypeParamAleksey Kladov2021-06-145-12/+12
| | | | | | | | | | We usually use first (left) variant of `Either` for "usual" case, and use right for odd things. For example, pat source is Pat | SelfParam.
* | Merge #9276bors[bot]2021-06-1419-341/+359
|\| | | | | | | | | | | | | | | | | 9276: internal: refactor diagnostics more r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * internal: test diagnostic severeties and presense of fixesAleksey Kladov2021-06-1416-140/+155
| |
| * minor: make diagnostics more similarAleksey Kladov2021-06-145-201/+204
| |
* | Merge #9275bors[bot]2021-06-141-2/+60
|\ \ | | | | | | | | | | | | | | | | | | | | | 9275: feat: Support goto type for field expressions and patterns r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | Support goto type for field expressions and patternsLukas Wirth2021-06-141-2/+60
| | |
* | | Merge #9273bors[bot]2021-06-142-51/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | 9273: internal: don't pull tracing via chalk r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | internal: don't pull tracing via chalkAleksey Kladov2021-06-142-51/+1
|/ /
* | Merge #9272bors[bot]2021-06-1434-798/+937
|\ \ | |/ |/| | | | | | | | | | | 9272: internal: move diagnostics to a dedicated crate r=matklad a=matklad bors r+ Co-authored-by: Aleksey Kladov <[email protected]>
| * internal: document diagnostics crateAleksey Kladov2021-06-1420-65/+87
| |
| * minor: less ambiguous nameAleksey Kladov2021-06-142-5/+7
| |
| * internal: flatten module hierarchyAleksey Kladov2021-06-143-9/+10
| | | | | | | | | | It seems that any crate can be made better by flattening the modules down to a single layer?
| * internal: document rename challengesAleksey Kladov2021-06-142-1/+42
| |
| * internal: adapt diagnostics to the new rename APIAleksey Kladov2021-06-144-455/+474
| |
| * internal: cut deps between assists and diagnosticsAleksey Kladov2021-06-1410-140/+147
| |
| * internal: prepare to move assist definitionsAleksey Kladov2021-06-144-33/+30
| |
| * internal: move diagnostics to a new crateAleksey Kladov2021-06-1428-578/+612
| |
| * internal: start ide diagnostics crateAleksey Kladov2021-06-143-0/+16
| |
* | Merge #9270bors[bot]2021-06-141-0/+18
|\ \ | |/ |/| | | | | | | | | | | 9270: minor: Add assoc type in trait bound completion test r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * Add assoc type in trait bound completion testLukas Wirth2021-06-141-0/+18
| |
* | Merge #9265bors[bot]2021-06-141-41/+40
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 9265: internal: prepare to move rename to base_db r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | internal: prepare to move rename to base_dbAleksey Kladov2021-06-141-41/+40
|/ / | | | | | | | | | | | | | | | | | | It's better to handle magical cases upper in the stack, because it allows for better re-use of the general implementation below. So, we pull the `self` case up here. The end goal is to put `Definition::rename` to the `ide_db`, because it's a generally re-usable functionality useful for different ide features, alongside with the search which is already there.
* | Merge #9263bors[bot]2021-06-141-41/+119
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 9263: fix: don't use display-related functionality where semantics matters r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | fix: don't use display-related functionality where semantics mattersAleksey Kladov2021-06-141-41/+119
| | | | | | | | | | | | | | | | | | | | | NavigationTarget is strictly a UI-level thing -- it describes where the cursor should be placed when the user presses goto definition. It doesn't make any semantic guaratees about rage and focus range and, as such, is not suitable for driving renames.
* | | Merge #9262bors[bot]2021-06-141-1/+15
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | 9262: fix: Don't keep a trailing `self` token in import paths after `unmerge_use` r=Veykril a=Veykril Fixes #9213 bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | Don't keep a trailing self token in import paths after unmerge_useLukas Wirth2021-06-141-1/+15
|/ /
* | Merge #8951bors[bot]2021-06-144-47/+38
|\ \ | |/ |/| | | | | | | | | | | 8951: internal: migrate to vscode.FileSystem API r=matklad a=wxb1ank I encountered an error where `bootstrap()` attempts to create a directory with the path `C:\C:\...`. I couldn't find this reported anywhere else. Using the `vscode.FileSystem` API instead of the `fs` one works here. I assume the latter automatically prepends `C:\` to paths whereas the former does not. I don't know if this suggests `vscode.FileSystem` should be used in more places for consistency. Co-authored-by: wxb1ank <[email protected]>
| * Lint toolchain.tswxb1ank2021-06-021-1/+1
| |
| * migrate from `fs` to `vscode.FileSystem` APIwxb1ank2021-06-023-44/+35
| |
| * internal: use vscode.FileSystem API in main.tswxb1ank2021-06-022-5/+5
| |
* | Merge #9261bors[bot]2021-06-141-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | 9261: minor: dev/architecture.md: Fix typo in env-var quoting r=lnicola a=lf- Co-authored-by: Jade <[email protected]>
| * | Fix typo in env-var quotingJade2021-06-141-1/+1
|/ /
* | Merge #9260bors[bot]2021-06-1432-37/+37
|\ \ | | | | | | | | | | | | | | | | | | | | | 9260: tree-wide: make rustdoc links spiky so they are clickable r=matklad a=lf- Rustdoc was complaining about these while I was running with --document-private-items and I figure they should be fixed. Co-authored-by: Jade <[email protected]>
| * | tree-wide: make rustdoc links spiky so they are clickableJade2021-06-1432-37/+37
| | |
* | | Merge #9257bors[bot]2021-06-134-79/+51
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9257: internal: diagnostic code is mandatory r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | internal: diagnostic code is mandatoryAleksey Kladov2021-06-133-29/+17
| | | |
| * | | minor: dead codeAleksey Kladov2021-06-132-50/+34
| | | |
* | | | Merge #9256bors[bot]2021-06-136-1157/+965
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9256: internal: kill diagnostic sink r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | internal: kill diagnostic sinkAleksey Kladov2021-06-134-170/+19
| | | |
| * | | internal: use cov-mark rather than bailing out diagnosticAleksey Kladov2021-06-135-108/+62
| | | |
| * | | internal: refactor missing match arms diagnosticsAleksey Kladov2021-06-134-930/+935
| | | |
* | | | Merge #9255bors[bot]2021-06-138-794/+713
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9255: internal: remove DiagnosticWithFix infra r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | internal: remove DiagnosticWithFix infraAleksey Kladov2021-06-134-585/+534
| | | |
| * | | internal: refactor incorrect case diagnosticsAleksey Kladov2021-06-136-79/+49
|/ / /
* | | Merge #9253bors[bot]2021-06-1312-415/+378
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9253: internal: refactor missing or or some diagnostic r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | minorAleksey Kladov2021-06-132-38/+38
| | | |
| * | | internal: refactor find_map diagnosticAleksey Kladov2021-06-136-193/+192
| | | |
| * | | minorAleksey Kladov2021-06-133-44/+34
| | | |