aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Remove code duplication in highlight injectionLukas Wirth2021-03-292-60/+35
* | | | | Merge #8241bors[bot]2021-03-291-7/+13
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * / / internal: cleanup hprofAleksey Kladov2021-03-291-7/+13
|/ / /
* | | Merge #8231bors[bot]2021-03-292-1/+44
|\ \ \
| * | | 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 #8237bors[bot]2021-03-291-1/+1
|\ \ \ \
| * | | | README: drop "experimental"Jonas Schievink2021-03-291-1/+1
|/ / / /
* | | | Merge #8235bors[bot]2021-03-291-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | internal: make --log-file more discoverableAleksey Kladov2021-03-291-2/+5
|/ / /
* | | 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 #8214bors[bot]2021-03-271-0/+9
|\ \ \ \
| * | | | Mention the rustup version in the manualLaurențiu Nicola2021-03-271-0/+9
|/ / / /
* | | | 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
* | | | | Merge #8209bors[bot]2021-03-263-7/+89
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add TokenTextAleksey Kladov2021-03-263-7/+89
|/ / / /
* | | | Merge #8191bors[bot]2021-03-2616-27/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | syntax: return owned string instead of leaking stringcynecx2021-03-2616-27/+27
|/ / /
* | | Merge #8056bors[bot]2021-03-269-43/+124
|\ \ \
| * | | 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
|/ / /
* | | Merge #8206bors[bot]2021-03-261-1/+7
|\ \ \ | |_|/ |/| |
| * | Ignore main functions not in root moduleivan7702021-03-261-1/+7
|/ /
* | Merge #8200bors[bot]2021-03-258-23/+22
|\ \ | |/ |/|
| * Use more std::array::IntoIterLaurențiu Nicola2021-03-251-4/+3
| * Use arrayvec 0.6Laurențiu Nicola2021-03-258-20/+20
|/
* Merge #8197bors[bot]2021-03-251-1/+1
|\
| * Rust 1.51kjeremy2021-03-251-1/+1
|/
* Merge #8193bors[bot]2021-03-251-1/+1
|\
| * Fix manual description for rust_project.jsonThiébaud Weksteen2021-03-251-1/+1
* | Merge #8194bors[bot]2021-03-251-1/+1
|\ \ | |/ |/|
| * Make a full clone in release.yamlLaurențiu Nicola2021-03-251-1/+1
|/
* Merge #7907bors[bot]2021-03-2410-37/+250
|\
| * hir: don't use the self module as visible_from in iterate_method_candidatescynecx2021-03-241-6/+1