aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty
Commit message (Expand)AuthorAgeFilesLines
* Introduce anchored_pathAleksey Kladov2020-12-091-3/+5
* Upgrade ChalkFlorian Diebold2020-12-077-17/+129
* Use correct, full substs for self type in implFlorian Diebold2020-12-042-1/+26
* Check structs for match exhaustivenessLukas Wirth2020-11-241-31/+120
* Add middle ellipsis missing arm textLukas Wirth2020-11-241-0/+14
* Handle ellipsis in tuple patterns in match exhaustiveness checkingLukas Wirth2020-11-241-42/+41
* Properly infer tuple struct patterns when encountering ellipsisLukas Wirth2020-11-242-9/+70
* Properly infer tuple patterns when encountering ellipsisLukas Wirth2020-11-242-8/+64
* Replace RacyFlag with OnceCellAleksey Kladov2020-11-112-3/+5
* Improve decl_check module readabilityIgor Aleksanov2020-11-031-6/+6
* Remove numbers from comments in decl_check.rsIgor Aleksanov2020-11-031-15/+15
* Check for allow(..) attributes for case diagnosticIgor Aleksanov2020-11-031-25/+91
* Bump chalk and lexerkjeremy2020-11-021-3/+3
* Remove more unreachable pubsAleksey Kladov2020-11-025-21/+21
* Deny unreachable-pubAleksey Kladov2020-11-029-67/+68
* Upgrade Chalk to 0.36Florian Diebold2020-10-305-319/+179
* refactor(hir_ty): do not override DisplayTarget in hir_fmtBenjamin Coenen2020-10-281-45/+68
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-284-8/+17
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-283-60/+44
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-285-155/+87
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-282-31/+102
* do not use associated types placeholder for inlay hint #6191Benjamin Coenen2020-10-273-19/+61
* Fix case where non FnOnce variables is marked callableGrayJack2020-10-261-0/+13
* Merge #6350bors[bot]2020-10-261-126/+123
|\
| * Make IncorrectDiagnostic match rustc by copying rustc's code.Arif Roktim2020-10-251-126/+123
* | Add tracing to main rust-analyzer binaryFlorian Diebold2020-10-251-1/+1
* | Get rid of FAKE_PLACEHOLDERFlorian Diebold2020-10-251-8/+9
* | Bump chalkLaurențiu Nicola2020-10-241-3/+3
|/
* Improve Chalk debuggingFlorian Diebold2020-10-231-7/+23
* Merge #6319bors[bot]2020-10-222-3/+34
|\
| * Properly identify camel cased acronyms as UpperCamelCaseArif Roktim2020-10-212-3/+34
* | Merge #6307bors[bot]2020-10-211-0/+18
|\ \ | |/ |/|
| * Move safe intrinsic testsFrancesco Zardi2020-10-211-0/+18
* | Add descriptions for diagnostics parseable by xtaskIgor Aleksanov2020-10-191-0/+55
|/
* binary operator overload type inference: add test markRoland Ruckerbauer2020-10-142-0/+6
* Implement binary operator overloading type inferenceRoland Ruckerbauer2020-10-133-5/+120
* Keep SyntaxNodePtr::range privateIgor Aleksanov2020-10-122-4/+13
* Replace 'if let' with 'match' in decl_check.rsIgor Aleksanov2020-10-121-30/+33
* Add to_upper_snake_case function to stdxIgor Aleksanov2020-10-122-4/+3
* Fix compilation errorIgor Aleksanov2020-10-121-2/+1
* Apply suggestions from code reviewIgor Aleksanov2020-10-121-2/+2
* Fix code style issuesIgor Aleksanov2020-10-122-3/+7
* Fix issues with match arm bindingsIgor Aleksanov2020-10-121-7/+12
* Code style adjustmentsIgor Aleksanov2020-10-123-8/+88
* Make incorrect case diagnostic work inside of functionsIgor Aleksanov2020-10-122-33/+248
* Refactor string helpers for decl_check moduleIgor Aleksanov2020-10-121-32/+97
* Add diagnostics for enum names and variantsIgor Aleksanov2020-10-122-2/+147
* Add fix for incorrect case diagnosticIgor Aleksanov2020-10-121-1/+1
* Improve string helpers functionsIgor Aleksanov2020-10-121-1/+8
* Check structure fields to be snake_caseIgor Aleksanov2020-10-121-46/+65