about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2021-03-23Bump the default hint lengthKirill Bulatov-1/+1
2021-03-23Limit the hints size by defaultKirill Bulatov-2/+2
2021-03-22Merge #8054bors[bot]-0/+54
2021-03-22Reexport PrefixKind to remove deps to hirEdwin Cheng-4/+5
2021-03-21Merge #8132bors[bot]-1/+1
2021-03-21a lot of clippy::style fixesMatthias Krüger-7/+4
2021-03-21Add `'` to trigger_characters, allowing more direct lifetime completionsLukas Wirth-1/+1
2021-03-20Don't return a SourceChange on WillRenameFiles when nothing gets refactoredLukas Wirth-8/+7
2021-03-18Use a highlight modifier for intra doc linksLukas Wirth-2/+2
2021-03-18Item up and down moversivan770-0/+54
2021-03-17Semantic highlight intradoclinks in documentationLukas Wirth-10/+12
2021-03-17remove uselessly wrapped ?s. (clippy::meedless_question_markMatthias Krüger-1/+1
2021-03-17don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2021-03-17avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger-2/+2
2021-03-15Enable proc-macros by defaultAleksey Kladov-1/+1
2021-03-15Merge #8021 #8022bors[bot]-13/+11
2021-03-15Move code to the appropriate layerAleksey Kladov-2/+1
2021-03-15some clippy::performance fixesMatthias Krüger-2/+2
2021-03-15Enable searching for builtin typesLukas Wirth-11/+9
2021-03-14Make CI happyivan770-1/+1
2021-03-14Introduce StructureNodeKindivan770-6/+10
2021-03-14Provide regions in file structureivan770-0/+3
2021-03-14increase completion relevance for items in local scopeJosh Mcguigan-2/+2
2021-03-14Add no-sysroot flag for analysis-statsEdwin Cheng-1/+8
2021-03-13fix folding range kindAleksey Kladov-1/+2
2021-03-13Separate `Ty` and `TyKind` like in ChalkFlorian Diebold-3/+3
2021-03-13Merge #7799bors[bot]-10/+39
2021-03-12Improve version displayLaurențiu Nicola-3/+2
2021-03-12update relevance score u8 -> u32Josh Mcguigan-8/+8
2021-03-12add completion relevance scoreJosh Mcguigan-12/+22
2021-03-11Apply review suggestionsvsrs-10/+3
2021-03-10Avoid double text edits when renaming mod declarationLukas Wirth-1/+14
2021-03-09Merge #7945bors[bot]-2/+4
2021-03-09Future proof completion scoresAleksey Kladov-2/+4
2021-03-09Merge #7944bors[bot]-19/+19
2021-03-09Selecting `&mut foo` completion now actually inserts `&mut`Aleksey Kladov-15/+16
2021-03-09Cleanup auto-ref in completionAleksey Kladov-4/+3
2021-03-09Merge #7941bors[bot]-14/+7
2021-03-09Fix unused definitions not being document highlitLukas Wirth-14/+7
2021-03-09Fix bad namesAleksey Kladov-26/+26
2021-03-09Merge #7873 #7933bors[bot]-7/+3
2021-03-09Make code less surprisingAleksey Kladov-17/+21
2021-03-08Work towards better import labelsKirill Bulatov-4/+1
2021-03-08Return more data about located importsKirill Bulatov-4/+3
2021-03-08Add more documentation for rustc_privateJoshua Nelson-3/+7
2021-03-08Make `code generation` just workAleksey Kladov-2/+2
2021-03-08Use the same name in xtask and test utilsAleksey Kladov-3/+3
2021-03-08Generalize file ensuring infrastructureAleksey Kladov-5/+4
2021-03-08Don't punish every crate with serde-jsonAleksey Kladov-1/+96
2021-03-08Merge #7891bors[bot]-1/+2