aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Revert "8024: Added test case for highlighting trait items."Chetan Khilosiya2021-03-302-104/+0
* 8024: Fix for function name change.Chetan Khilosiya2021-03-301-2/+2
* 8024: Added test case for highlighting trait items.Chetan Khilosiya2021-03-302-0/+104
* 8024: Updated the implementation for trait modifier.Chetan Khilosiya2021-03-306-20/+30
* 8024: Added the trait modifier for methodsChetan Khilosiya2021-03-304-1/+24
* Merge #8186bors[bot]2021-03-3017-40/+100
|\
| * Remove TraitRef::ErrorLukas Wirth2021-03-293-17/+15
| * Rename target_ty to self_tyLukas Wirth2021-03-2916-27/+27
| * Lower traits to TraitRef instead of TypeRefLukas Wirth2021-03-296-14/+76
* | Merge #8261bors[bot]2021-03-301-25/+15
|\ \
| * | Fix expansion of OR-patterns in match checkJesse Bakker2021-03-301-25/+15
* | | Merge #8262bors[bot]2021-03-303-12/+46
|\ \ \
| * | | internal: revive google_cpu_profile infraAleksey Kladov2021-03-303-12/+46
| |/ /
* | | Merge #8256bors[bot]2021-03-302-13/+256
|\ \ \ | |/ / |/| |
| * | Fix code styleivan7702021-03-302-0/+2
| * | Improved node lookup algorithm, added more movable nodesivan7702021-03-301-13/+254
* | | internal: switch from CLI to internal benchmarkingAleksey Kladov2021-03-306-262/+76
|/ /
* | Accurately classify assoc. types in pathsJonas Schievink2021-03-302-18/+38
* | Merge #8247bors[bot]2021-03-291-0/+2
|\ \
| * | internal: ensure that runaway type-inference doesn't block the main loopAleksey Kladov2021-03-291-0/+2
* | | Merge #8244bors[bot]2021-03-293-11/+81
|\ \ \
| * | | internal: track missing `.check_cancelled`Aleksey Kladov2021-03-293-11/+81
| |/ /
* | | Merge #8243bors[bot]2021-03-292-60/+35
|\ \ \ | |/ / |/| |
| * | Remove code duplication in highlight injectionLukas Wirth2021-03-292-60/+35
* | | internal: cleanup hprofAleksey Kladov2021-03-291-7/+13
|/ /
* | formatting fixAyomide Bamidele2021-03-292-2/+6
* | Folding range for staticsAyomide Bamidele2021-03-291-0/+7
* | Folding range for constsAyomide Bamidele2021-03-292-1/+9
* | New FoldKinds - Consts, StaticsAyomide Bamidele2021-03-291-1/+5
* | Test cases for folding consts and staticsAyomide Bamidele2021-03-291-0/+20
* | Merge #8222bors[bot]2021-03-291-1/+0
|\ \ | |/ |/|
| * Don't mark unlinked file diagnostic as unusedJonas Schievink2021-03-281-1/+0
* | Merge #8212bors[bot]2021-03-2821-96/+287
|\ \ | |/ |/|
| * Remove unused test fixturesEdwin Cheng2021-03-281-4/+0
| * Add support for doc on hover for macro 2.0Edwin Cheng2021-03-272-2/+33
| * Unleash macro 2.0 in hightlight and moreEdwin Cheng2021-03-2712-31/+49
| * Basic Support Macro 2.0Edwin Cheng2021-03-277-63/+209
* | Merge #8221bors[bot]2021-03-271-1/+1
|\ \
| * | Prefer add `mod` declaration to lib.rs over file.rs in UnlinkedFile fixLukas Wirth2021-03-271-1/+1
* | | Merge #8220bors[bot]2021-03-278-10/+15
|\ \ \
| * | | Cleanup ide_db importsLukas Wirth2021-03-278-10/+15
| |/ /
* | | Merge #8213bors[bot]2021-03-272-5/+21
|\ \ \ | |_|/ |/| |
| * | Added support for const generics in impl generationivan7702021-03-272-5/+21
* | | Merge #8201bors[bot]2021-03-277-70/+119
|\ \ \
| * | | Fix recursive macro statement expansionEdwin Cheng2021-03-257-70/+119
* | | | Add TokenTextAleksey Kladov2021-03-263-7/+89
| |_|/ |/| |
* | | syntax: return owned string instead of leaking stringcynecx2021-03-2616-27/+27
* | | completion relevance distinguish between exact type match and could unifyJosh Mcguigan2021-03-265-44/+81
* | | completion relevance consider if types can be unifiedJosh Mcguigan2021-03-265-3/+47
* | | Ignore main functions not in root moduleivan7702021-03-261-1/+7
| |/ |/|