aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| * | | Rewrite item_tree tests to expectAleksey Kladov2020-07-112-105/+110
| * | | Extern fns are implicitly unsafeAleksey Kladov2020-07-111-0/+1
| |/ /
| * | Bump macro recursion limit in releaseAleksey Kladov2020-07-111-2/+8
| * | More tight recursion limit when expanding macros in function bodiesAleksey Kladov2020-07-111-6/+48
| * | MinorAleksey Kladov2020-07-111-3/+3
| * | Use dedicated semantic highlight tag for parametersAleksey Kladov2020-07-1111-20/+44