aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | builtin_macro: move to `mbe::ExpandResult`Jonas Schievink2020-11-303-52/+81
|/ / / / /
* | | | | Merge #6680bors[bot]2020-11-302-2/+11
|\ \ \ \ \
| * | | | | Fix use merging not using the first path segmentLukas Wirth2020-11-302-2/+11
| |/ / / /
* | | | | Merge #6678bors[bot]2020-11-302-3/+3
|\ \ \ \ \
| * | | | | bump lexerkjeremy2020-11-302-3/+3
|/ / / / /
* | | | | Merge #6677bors[bot]2020-11-301-20/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cargo updatekjeremy2020-11-301-20/+19
|/ / / /
* | | | Merge #6676bors[bot]2020-11-303-36/+31
|\ \ \ \
| * | | | Minor cleanupAleksey Kladov2020-11-303-36/+31
|/ / / /
* | | | Merge #6665bors[bot]2020-11-292-1/+103
|\ \ \ \
| * | | | Support self in reference searchLukas Wirth2020-11-292-1/+103
* | | | | Merge #6599bors[bot]2020-11-294-10/+23
|\ \ \ \ \
| * | | | | Add attribute highlight modifier to all tokens inside attributesLukas Wirth2020-11-214-10/+23
* | | | | | Merge #6601bors[bot]2020-11-292-0/+61
|\ \ \ \ \ \
| * | | | | | add let and letm postfix to turn expressions into variablesBenjamin Coenen2020-11-282-11/+56
| * | | | | | add let and letm postfix to turn expressions into variablesBenjamin Coenen2020-11-211-0/+16
* | | | | | | Merge #6670bors[bot]2020-11-291-14/+152
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Reject more cases of invalid parameter to self renamesLukas Wirth2020-11-291-13/+122
| * | | | | | Fix renaming owned self to parameter emitting refLukas Wirth2020-11-291-1/+30
|/ / / / / /
* | | | | | Merge #6669bors[bot]2020-11-291-1/+1
|\ \ \ \ \ \
| * | | | | | Align default importMergeBehaviour with VSCodeFlorian Diebold2020-11-291-1/+1
|/ / / / / /
* | | | | | Merge #6666bors[bot]2020-11-291-17/+39
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Support 'go to definition' for selfLukas Wirth2020-11-291-17/+39
| | |_|/ / | |/| | |
* | | | | Merge #6664bors[bot]2020-11-281-3/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Show type of self param on hoverLukas Wirth2020-11-281-3/+43
* | | | | Merge #6660bors[bot]2020-11-281-6/+36
|\ \ \ \ \
| * | | | | Support goto definition for ADT-SelfParamsLukas Wirth2020-11-281-6/+36
| |/ / / /
* | | | | Merge #6659bors[bot]2020-11-281-2/+7
|\ \ \ \ \
| * | | | | Explain how we get precise spans for diagnostics.Aleksey Kladov2020-11-281-2/+7
* | | | | | Merge #6645bors[bot]2020-11-2810-9/+212
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | More accurately place proc-macro diagnosticJonas Schievink2020-11-274-9/+49
| * | | | | Publish diagnostics for macro expansion errorsJonas Schievink2020-11-278-7/+168
| * | | | | Add dedicated error for "proc macro not found"Jonas Schievink2020-11-272-1/+3
| |/ / / /
* | | | | Merge #6650bors[bot]2020-11-2830-303/+305
|\ \ \ \ \
| * | | | | Move the helpers into ide_dbKirill Bulatov2020-11-2827-70/+29
| * | | | | Rustdocs fixesKirill Bulatov2020-11-272-2/+4
| * | | | | Group import data in a structKirill Bulatov2020-11-275-52/+49
| * | | | | Extract the import code into the shared moduleKirill Bulatov2020-11-2730-254/+298
* | | | | | Merge #6656bors[bot]2020-11-281-45/+59
|\ \ \ \ \ \
| * | | | | | Coalesce flycheck eventsJonas Schievink2020-11-271-45/+59
|/ / / / / /
* | | | | | Merge #6653bors[bot]2020-11-271-1/+1
|\ \ \ \ \ \
| * | | | | | Downgrade "failed to load" error to warningJonas Schievink2020-11-271-1/+1
|/ / / / / /
* | | | | | Merge #6652bors[bot]2020-11-271-2/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add/Fix macro expansion profilingJonas Schievink2020-11-271-2/+4
|/ / / / /
* | | | | Merge #6651bors[bot]2020-11-279-0/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix the profiling stringKirill Bulatov2020-11-271-1/+1
| * | | | Profile completions betterKirill Bulatov2020-11-279-0/+22
|/ / / /
* | | | Merge #6648bors[bot]2020-11-271-9/+18
|\ \ \ \
| * | | | Avoid allocation in ast::String::value if the string needs no unescapingLukas Wirth2020-11-271-9/+18
| | |_|/ | |/| |
* | | | Merge #6586bors[bot]2020-11-271-8/+16
|\ \ \ \