about summary refs log tree commit diff
path: root/crates/ide/src
AgeCommit message (Expand)AuthorLines
2022-03-20Update inlay hint feature docsLukas Wirth-4/+1
2022-03-20feat: Visualize compiler inserted reborrows via inlay hintsLukas Wirth-9/+70
2022-03-19Merge #11765bors[bot]-2/+2
2022-03-19fix: Fix closure hints using macro rangesLukas Wirth-2/+2
2022-03-19Merge #11755bors[bot]-45/+343
2022-03-19Change skip trivial behaviourLukas Wirth-36/+42
2022-03-19Add option to skip trivial casesLukas Wirth-39/+114
2022-03-19Use numbers for lifetimes by default, add setting to prefer using parameter n...Lukas Wirth-51/+81
2022-03-18Rename call info to "signature help"Jonas Schievink-21/+24
2022-03-18Provide signature help when editing generic argsJonas Schievink-6/+241
2022-03-18Fix test fixturesLukas Wirth-37/+2
2022-03-18Give the lifetimes better namesLukas Wirth-19/+26
2022-03-18feat: Implement lifetime elision hintsLukas Wirth-6/+221
2022-03-18fix: Fix runnables trying to add doc tests in the crate root from #[macro_exp...Lukas Wirth-1/+71
2022-03-16feat: Add return type hints for closures with block bodiesLukas Wirth-99/+80
2022-03-16Rename compound things to variant thingsLukas Wirth-17/+10
2022-03-14Add const genericshkalbasi-0/+21
2022-03-12more clippy fixes:Matthias Krüger-1/+1
2022-03-12more clippy fixes:Matthias Krüger-2/+2
2022-03-12fix clippy::map_flattenMatthias Krüger-2/+1
2022-03-12fix clippy::redundant_closureMatthias Krüger-1/+1
2022-03-12fix clippy::single_char_patternMatthias Krüger-1/+1
2022-03-12fix clippy::needless_borrowMatthias Krüger-2/+2
2022-03-12Optimize importsyipinliu-7/+3
2022-03-12Fixed code style issuesyipinliu-71/+21
2022-03-12Fixed tidy testyipinliu-1/+1
2022-03-12Highlight escape sequences in byte stringsyipinliu-18/+97
2022-03-11fix: Allow configuration of colons in inlay-hintsLukas Wirth-0/+13
2022-03-10Don't parse source files to generate macro completion detailsLukas Wirth-36/+28
2022-03-09Merge #11664bors[bot]-5/+9
2022-03-09Specific proc-macro crate type for other test fixture where neededLukas Wirth-5/+7
2022-03-09fix: Properly handle proc-macro crate types for nameresLukas Wirth-0/+2
2022-03-09Merge #11663bors[bot]-12/+9
2022-03-09Fix ProcMacroData recording wrong name for derivesLukas Wirth-1/+1
2022-03-09Add data queries for macrosLukas Wirth-2/+2
2022-03-08Move ide crates to new hir::MacroLukas Wirth-9/+6
2022-03-07Merge #11445bors[bot]-19/+98
2022-03-07Emit more detailed highlighting for `%`, `>>`, `<<`Luna Razzaghipour-4/+85
2022-03-06internal: Re-arrange ide_db modulesLukas Wirth-16/+13
2022-03-06internal: Simplify and optimize syntax_highlightingLukas Wirth-167/+174
2022-03-06Add a macro case for the keyword highlighting test fixtureLukas Wirth-6/+14
2022-03-06Fix extern crate self having self unresolvedLukas Wirth-1/+1
2022-03-06Highlight `Self` as a keyword by defaultLukas Wirth-9/+84
2022-03-05Fix hover for `Self` keywordLukas Wirth-2/+1
2022-03-05Fix highlighting of `Self`Lukas Wirth-3/+6
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-10/+24
2022-03-04show variadic args in hover function signatureAndy Russell-0/+24
2022-03-04Merge #11595bors[bot]-0/+21
2022-03-04SimplifyLukas Wirth-10/+10
2022-03-04Support locals with multiple declaration sitesLukas Wirth-58/+192