aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix classify_name_ref on multi-path macro callsJonas Schievink2020-07-142-2/+26
* | | | Merge #5375bors[bot]2020-07-141-19/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Use more explicity type for save registrationkjeremy2020-07-141-19/+23
* | | | Refactor the test of diagnostic testsAleksey Kladov2020-07-146-474/+278
* | | | Minor, push allocations downAleksey Kladov2020-07-142-3/+3
|/ / /
* | | Merge #5371bors[bot]2020-07-143-14/+68
|\ \ \
| * | | Allow multiline annotationsAleksey Kladov2020-07-143-13/+59
| * | | Generaize annotation extractionAleksey Kladov2020-07-141-2/+10
* | | | Merge pull request #5370 from matklad/parensAleksey Kladov2020-07-142-1/+39
|\ \ \ \ | |/ / / |/| | |
| * | | Don't duplicate parens in patternsAleksey Kladov2020-07-142-1/+37
| * | | Add markAleksey Kladov2020-07-141-0/+2
* | | | Merge #5367bors[bot]2020-07-142-0/+40
|\ \ \ \ | |/ / / |/| | |
| * | | Move remove_bounds to edit.rsJonas Schievink2020-07-143-22/+16
| * | | missing impl members: remove assoc. type boundsJonas Schievink2020-07-142-0/+46
* | | | Merge #5368bors[bot]2020-07-144-1267/+511
|\ \ \ \ | |/ / / |/| | |
| * | | Compress match checking testsAleksey Kladov2020-07-143-1168/+419
| * | | Data-driven diagnostics testsAleksey Kladov2020-07-143-100/+93
* | | | Merge #5355bors[bot]2020-07-1428-0/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Add a license field to all the cratesYuki Okushi2020-07-1428-0/+28
| |/ /
* | | Reduce visibilityAleksey Kladov2020-07-141-85/+83
* | | Cleanup visibilityAleksey Kladov2020-07-143-8/+12
* | | Cleanup hir diagnostics APIAleksey Kladov2020-07-146-48/+49
* | | Consolidate hir diagnostics code in one placeAleksey Kladov2020-07-148-19/+18
* | | Use relaxed ordering for marksAleksey Kladov2020-07-141-2/+2
|/ /
* | Don't copy-paste `impl_froms` into every crateAleksey Kladov2020-07-1311-106/+67
* | Move stdx macros into submoduleAleksey Kladov2020-07-132-19/+21
* | Reorder importsAleksey Kladov2020-07-133-8/+7
* | Merge #5331bors[bot]2020-07-122-2/+63
|\ \
| * | Fix #4966Florian Diebold2020-07-122-2/+63
* | | Remove some unnecessary file namesFlorian Diebold2020-07-121-3/+0
* | | Add test for #4281Florian Diebold2020-07-121-0/+23
* | | Search more efficiently for int/float implsFlorian Diebold2020-07-123-18/+118
* | | Adapt trait object coercion tests to the status quoFlorian Diebold2020-07-121-4/+51
* | | Use Chalk built-in representation for array typesFlorian Diebold2020-07-121-7/+36
* | | Remove built-in Unsize implsFlorian Diebold2020-07-124-235/+6
* | | Upgrade ChalkFlorian Diebold2020-07-121-2/+3
* | | Enable Chalk tracing in hir_ty testsFlorian Diebold2020-07-125-66/+56
* | | Upgrade ChalkFlorian Diebold2020-07-125-13/+63
* | | Update lsp-typesJeremy Kolb2020-07-122-2/+2
|/ /
* | Merge #5330bors[bot]2020-07-121-3/+3
|\ \
| * | Fix ignore attribute autocompletionAleksei Trifonov2020-07-121-3/+3
* | | Merge #5326bors[bot]2020-07-122-2/+32
|\ \ \ | |/ / |/| |
| * | infer: Add type inference support for Union typesOtavio Salvador2020-07-112-2/+32
* | | Comment decorationsAleksey Kladov2020-07-121-1/+4
* | | change vis works on staticsAleksey Kladov2020-07-121-3/+13
* | | Merge #5325bors[bot]2020-07-1110-29/+38
|\ \ \ | |/ / |/| |
| * | Update testsJeremy Kolb2020-07-114-4/+12
| * | Update lsp-types to account for new CodeActionKind structureJeremy Kolb2020-07-116-25/+26
* | | Merge #5324bors[bot]2020-07-112-3/+9
|\ \ \ | |/ / |/| |
| * | Implementations lens for unionsAleksey Kladov2020-07-112-3/+9