aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
...
| * Search for a suitable primary locationJonas Schievink2021-03-311-9/+27
| * Rename `convert_location` -> `location`Jonas Schievink2021-03-311-11/+11
| * Improve rustc diagnostic mappingJonas Schievink2021-03-303-49/+272
* | Include remaining memory in memory usage statsJonas Schievink2021-04-011-1/+2
* | 8024: Added the trait modifier for methodsChetan Khilosiya2021-03-302-0/+2
|/
* internal: revive google_cpu_profile infraAleksey Kladov2021-03-301-0/+2
* internal: switch from CLI to internal benchmarkingAleksey Kladov2021-03-306-262/+76
* formatting fixAyomide Bamidele2021-03-291-1/+5
* Folding range for constsAyomide Bamidele2021-03-291-1/+1
* completion relevance distinguish between exact type match and could unifyJosh Mcguigan2021-03-261-1/+1
* Merge #8177bors[bot]2021-03-241-2/+2
|\
| * Bump the default hint lengthKirill Bulatov2021-03-231-1/+1
| * Limit the hints size by defaultKirill Bulatov2021-03-231-2/+2
* | Ignore proc-macro stdout to prevent IPC crashEdwin Cheng2021-03-231-0/+4
|/
* Merge #8054bors[bot]2021-03-224-0/+54
|\
| * Item up and down moversivan7702021-03-184-0/+54
* | Reexport PrefixKind to remove deps to hirEdwin Cheng2021-03-222-4/+5
* | Merge #8132bors[bot]2021-03-211-1/+1
|\ \
| * | Add `'` to trigger_characters, allowing more direct lifetime completionsLukas Wirth2021-03-211-1/+1
* | | a lot of clippy::style fixesMatthias Krüger2021-03-213-7/+4
|/ /
* | Don't return a SourceChange on WillRenameFiles when nothing gets refactoredLukas Wirth2021-03-202-8/+7
* | Use a highlight modifier for intra doc linksLukas Wirth2021-03-182-2/+2
|/
* Semantic highlight intradoclinks in documentationLukas Wirth2021-03-172-10/+12
* remove uselessly wrapped ?s. (clippy::meedless_question_markMatthias Krüger2021-03-171-1/+1
* don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger2021-03-171-1/+1
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-172-2/+2
* Enable proc-macros by defaultAleksey Kladov2021-03-151-1/+1
*-. Merge #8021 #8022bors[bot]2021-03-152-13/+11
|\ \
| | * some clippy::performance fixesMatthias Krüger2021-03-151-2/+2
| * | Enable searching for builtin typesLukas Wirth2021-03-151-11/+9
* | | Move code to the appropriate layerAleksey Kladov2021-03-151-2/+1
* | | Make CI happyivan7702021-03-141-1/+1
* | | Introduce StructureNodeKindivan7702021-03-142-6/+10
* | | Provide regions in file structureivan7702021-03-141-0/+3
| |/ |/|
* | increase completion relevance for items in local scopeJosh Mcguigan2021-03-141-2/+2
* | Add no-sysroot flag for analysis-statsEdwin Cheng2021-03-143-1/+8
* | fix folding range kindAleksey Kladov2021-03-131-1/+2
* | Separate `Ty` and `TyKind` like in ChalkFlorian Diebold2021-03-131-3/+3
* | Merge #7799bors[bot]2021-03-134-10/+39
|\ \
| * | Apply review suggestionsvsrs2021-03-112-10/+3
| * | Add LSP request and VSCode commandvsrs2021-02-273-0/+39
| * | Remove unnecessary file_id argumentvsrs2021-02-272-10/+7
* | | Improve version displayLaurențiu Nicola2021-03-121-3/+2
| |/ |/|
* | update relevance score u8 -> u32Josh Mcguigan2021-03-121-8/+8
* | add completion relevance scoreJosh Mcguigan2021-03-121-12/+22
* | Avoid double text edits when renaming mod declarationLukas Wirth2021-03-102-1/+14
* | Merge #7945bors[bot]2021-03-091-2/+4
|\ \
| * | Future proof completion scoresAleksey Kladov2021-03-091-2/+4
* | | Merge #7944bors[bot]2021-03-091-19/+19
|\| |
| * | Selecting `&mut foo` completion now actually inserts `&mut`Aleksey Kladov2021-03-091-15/+16