aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | RenameAleksey Kladov2020-07-164-10/+11
* | Don't use function signature for DisplayAleksey Kladov2020-07-164-62/+47
* | Take label offets client capability into accountAleksey Kladov2020-07-163-10/+66
* | Redner self as param for call infor for assoc fn callAleksey Kladov2020-07-162-9/+40
* | Better module structureAleksey Kladov2020-07-164-24/+27
* | Reduce visibilityAleksey Kladov2020-07-166-29/+26
* | Semantical call infoAleksey Kladov2020-07-1612-258/+310
|/
* Merge #4676bors[bot]2020-07-164-9/+29
|\
| * proc_macro: fix current nightly/future stable ABI incompatibilityrobojumper2020-05-314-9/+29
* | Align CallableDefId naming with other idsAleksey Kladov2020-07-1614-57/+59
* | Rename CallableDefId -> InternedCallabelDefidAleksey Kladov2020-07-163-11/+11
* | SimplifyAleksey Kladov2020-07-161-47/+19
* | Move typeAleksey Kladov2020-07-162-9/+10
* | simplifyAleksey Kladov2020-07-161-60/+47
* | Merge #5401bors[bot]2020-07-1611-387/+108
|\ \
| * | Remove TypeCtor interningFlorian Diebold2020-07-158-38/+28
| * | Use Chalk closure supportFlorian Diebold2020-07-158-355/+86
* | | Update lsp-types for HoverOptionsJeremy Kolb2020-07-152-3/+3
|/ /
* | Merge #5350bors[bot]2020-07-156-8/+141
|\ \
| * | Move allow list into AssistConfigJeremy Kolb2020-07-156-44/+40
| * | Invert conditionJeremy Kolb2020-07-151-1/+1
| * | Fix conversionJeremy Kolb2020-07-151-3/+3
| * | Filter assistskjeremy2020-07-136-20/+157
* | | Merge #5396bors[bot]2020-07-152-1/+20
|\ \ \
| * | | Cap macro expansion depth for IDE featuresAleksey Kladov2020-07-152-1/+20
* | | | Add new `Punctuation` highlight tagLeander Tentrup2020-07-1510-194/+198
* | | | Highlight punctuation as `HighlightTag::Operator`Leander Tentrup2020-07-157-197/+198
* | | | Merge #5395bors[bot]2020-07-151-2/+2
|\| | |
| * | | Show fewer syntax errorsAleksey Kladov2020-07-151-2/+2
* | | | Merge #5394bors[bot]2020-07-151-12/+14
|\| | |
| * | | Cleanup limitsAleksey Kladov2020-07-151-7/+7
| * | | Check cancellation when updating imports recursivelyAleksey Kladov2020-07-151-0/+1
| * | | Micro-optimize updateAleksey Kladov2020-07-151-5/+6
* | | | Merge #5390bors[bot]2020-07-153-22/+25
|\| | |
| * | | Don't drop flycheck messages during restartAleksey Kladov2020-07-153-22/+25
* | | | Merge #5387bors[bot]2020-07-155-22/+44
|\ \ \ \ | |/ / / |/| | |
| * | | Add --memory-usage to analysis-benchJonas Schievink2020-07-155-22/+44
* | | | Merge #5345bors[bot]2020-07-153-3/+44
|\ \ \ \
| * | | | Semantic Highlighting: Emit mutable modifier for 'self' when applicableLukas Wirth2020-07-133-3/+44
| | |/ / | |/| |
* | | | Merge #5354bors[bot]2020-07-153-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Add opt-in mimalloc featureIvan Kozik2020-07-143-0/+7
| |/ /
* | | Off by one error when determining the active paramAleksey Kladov2020-07-151-2/+2
* | | Refactor CallInfo testsAleksey Kladov2020-07-151-226/+239
* | | Add FIXMEJonas Schievink2020-07-141-0/+1
* | | Update ItemTree snapshotsJonas Schievink2020-07-141-12/+12
* | | Thread varargs through r-aJonas Schievink2020-07-1411-22/+87
* | | ItemTree: Lower tuple types despite invalid typeJonas Schievink2020-07-142-7/+29
* | | Guard against infinite macro expansionsAleksey Kladov2020-07-142-0/+29
* | | Merge #5377bors[bot]2020-07-142-2/+26
|\ \ \
| * | | Fix classify_name_ref on multi-path macro callsJonas Schievink2020-07-142-2/+26