aboutsummaryrefslogtreecommitdiff
path: root/crates
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
* | bump lexerkjeremy2020-11-301-1/+1
|/
* 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
* | | | 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
* | | | 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-289-9/+198
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | More accurately place proc-macro diagnosticJonas Schievink2020-11-273-8/+48
| * | | | Publish diagnostics for macro expansion errorsJonas Schievink2020-11-277-7/+154
| * | | | Add dedicated error for "proc macro not found"Jonas Schievink2020-11-272-1/+3
| |/ / /
* | | | Merge #6650bors[bot]2020-11-2829-302/+304
|\ \ \ \
| * | | | Move the helpers into ide_dbKirill Bulatov2020-11-2826-53/+28
| * | | | 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-2729-253/+281
* | | | | Coalesce flycheck eventsJonas Schievink2020-11-271-45/+59
* | | | | Downgrade "failed to load" error to warningJonas Schievink2020-11-271-1/+1
* | | | | Add/Fix macro expansion profilingJonas Schievink2020-11-271-2/+4
|/ / / /
* | | | Fix the profiling stringKirill Bulatov2020-11-271-1/+1
* | | | Profile completions betterKirill Bulatov2020-11-278-0/+21
|/ / /
* | | 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
|\ \ \ \
| * | | | Don't call a closure function in infer_function_return_type labelLukas Wirth2020-11-171-8/+16
* | | | | Don't use raw identifiersLukas Wirth2020-11-261-2/+2
| |/ / / |/| | |
* | | | Merge #6635bors[bot]2020-11-262-14/+46
|\ \ \ \
| * | | | Complete struct in irrefutable letLukas Wirth2020-11-262-14/+46
* | | | | Simplify error formattingLaurențiu Nicola2020-11-262-8/+5
* | | | | Remove unused importLaurențiu Nicola2020-11-261-1/+1
* | | | | Don't store `SyntaxNodePtr` in `CrateDefMap`Jonas Schievink2020-11-262-8/+7
* | | | | Test def map invalidation with #[cfg] below changeJonas Schievink2020-11-261-0/+6
* | | | | Implement `Display` for macro expansion errorsJonas Schievink2020-11-262-0/+27
* | | | | Use `ExpandResult` instead of `MacroResult`Jonas Schievink2020-11-265-56/+42