aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Better naming and docsKirill Bulatov2020-08-116-28/+30
* Simplify fix structureKirill Bulatov2020-08-114-96/+92
* Add rustdocsKirill Bulatov2020-08-112-1/+4
* Improve the ide diagnostics trait APIKirill Bulatov2020-08-114-197/+166
* Move the DiagnosticsWithFix trait on the ide levelKirill Bulatov2020-08-117-63/+75
* Make the fix AST source OptionalKirill Bulatov2020-08-116-74/+78
* Refactor the diagnosticsKirill Bulatov2020-08-116-136/+106
* Require source implementations for DiagnosticKirill Bulatov2020-08-113-12/+15
* Restore accidentally removed public methodKirill Bulatov2020-08-112-10/+11
* Fix another missing fields diagnosticsKirill Bulatov2020-08-113-44/+19
* Better namingKirill Bulatov2020-08-115-48/+57
* Less stubsKirill Bulatov2020-08-114-31/+28
* Custom ranges for missing fieldsKirill Bulatov2020-08-114-8/+56
* Separate diagnostics and diagnostics fix rangesKirill Bulatov2020-08-113-47/+59
* Merge #5708bors[bot]2020-08-111-5/+5
|\
| * Use Hygiene in completionLaurențiu Nicola2020-08-111-5/+5
* | Merge #5707bors[bot]2020-08-117-14/+30
|\ \
| * | Revert some FIXMEsJmPotato2020-08-112-4/+9
| * | Typo fixJmPotato2020-08-112-2/+2
| * | Remove redundant dependenciesJmPotato2020-08-112-4/+2
| * | Typo fixJmPotato2020-08-111-1/+1
| * | Address some FIXMEsJmPotato2020-08-115-18/+31
| |/
* / Log the command flycheck runs to debug misconfigurationsVeetaha2020-08-111-2/+8
|/
* Return InvalidRequest if Shutdown has been requestedJeremy Kolb2020-08-102-1/+16
* Better codesJmPotato2020-08-101-8/+4
* Show const body in short_labelJmPotato2020-08-102-5/+13
* Merge #5692bors[bot]2020-08-1015-59/+224
|\
| * Remove Option<...> from result of Crate::root_modulePaul Daniel Faria2020-08-098-23/+22
| * Add support for extern cratePaul Daniel Faria2020-08-0811-59/+225
* | Merge #5693bors[bot]2020-08-091-0/+10
|\ \
| * | Let shutdown request to pass through when status == LoadingVeetaha2020-08-091-1/+1
| * | Fix no inlay hints / unresolved tokens until manual editVeetaha2020-08-081-0/+10
| |/
* | Merge #5414bors[bot]2020-08-091-1/+1
|\ \
| * | Fix test code lensAleksei Trifonov2020-08-021-1/+1
* | | format in to_proto::markup_contentJmPotato2020-08-092-1/+33
* | | Merge #5684bors[bot]2020-08-086-20/+122
|\ \ \
| * | | Apply unsafe semantic highlighting to union field accessPaul Daniel Faria2020-08-082-13/+59
| * | | Add support for unions in inference and loweringPaul Daniel Faria2020-08-084-11/+17
| * | | Add additional checks for union inference testsPaul Daniel Faria2020-08-081-5/+33
| * | | Add test for unsafe union field access highlightingPaul Daniel Faria2020-08-072-0/+22
* | | | Remove cloneVeetaha2020-08-081-1/+1
| |_|/ |/| |
* | | Merge #5679bors[bot]2020-08-071-3/+35
|\ \ \
| * | | Account for static mut in missing unsafe diagnosticPaul Daniel Faria2020-08-071-3/+35
| |/ /
* | | Merge #5678bors[bot]2020-08-074-2/+17
|\ \ \
| * | | Mark static mutable names as unsafePaul Daniel Faria2020-08-073-4/+5
| * | | Add test for accessing static mutPaul Daniel Faria2020-08-072-0/+14
| |/ /
* | | Merge #5674bors[bot]2020-08-071-3/+3
|\ \ \ | |/ / |/| |
| * | Update chalkJeremy Kolb2020-08-061-3/+3
* | | Merge #5526bors[bot]2020-08-067-14/+208
|\ \ \ | |/ / |/| |
| * | Address PR commentsJeremy Kolb2020-08-064-18/+12