about summary refs log tree commit diff
path: root/crates/ide/src/static_index.rs
AgeCommit message (Expand)AuthorLines
2022-05-28fix: add an option to show inlay hint for return type of closures without blockharpsword-1/+1
2022-05-20feat: hide type inlay hints for initializations of closuresandylizi-0/+1
2022-05-16Show inlay hints after a `}` to indicate the closed itemJonas Schievink-0/+1
2022-05-14feat: Add binding mode inlay hintsLukas Wirth-0/+1
2022-05-12feat: Allow reborrow inlay hints to be restricted to mutable reborrows onlyLukas Wirth-7/+5
2022-04-25Re-export `FxHashMap` and `FxHashSet` from `ide_db`Lukas Wirth-2/+1
2022-03-20feat: Visualize compiler inserted reborrows via inlay hintsLukas Wirth-0/+1
2022-03-19Add option to skip trivial casesLukas Wirth-2/+5
2022-03-19Use numbers for lifetimes by default, add setting to prefer using parameter n...Lukas Wirth-0/+1
2022-03-18feat: Implement lifetime elision hintsLukas Wirth-0/+1
2022-03-16feat: Add return type hints for closures with block bodiesLukas Wirth-0/+1
2022-03-11fix: Allow configuration of colons in inlay-hintsLukas Wirth-0/+1
2022-03-07Merge #11445bors[bot]-0/+1
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-1/+1
2022-03-04Load hints for part of the file onlyKirill Bulatov-0/+1
2022-01-04Remove lossy `Definition::from_token`/`Definition::from_node` methodsLukas Wirth-4/+4
2021-12-03feat: Resolve builtin-attr and tools in ide layerLukas Wirth-0/+1
2021-11-22Emit moniker in lsifhkalbasi-0/+31
2021-11-22Split parts of `ide_db::call_info` off into `ide`Lukas Wirth-9/+9
2021-11-22Unnest ide::display::navigation_target moduleLukas Wirth-2/+1
2021-11-13inlay hints: add the option to always show constructor inlay hintsJake Heinz-0/+1
2021-10-28Refactor ide handling for paths in derive inputsLukas Wirth-3/+1
2021-10-16more clippy fixesMilo-5/+7
2021-10-12Merge #10423bors[bot]-7/+33
2021-10-12Saw a FIXME comment and decided to fix it.Mirko Rainer-1/+1
2021-10-12internal changes for mdbookhamidreza kalbasi-7/+33
2021-10-05Replace `if let` with `match` where appropriateAramis Razzaghipour-8/+6
2021-09-29remove glob import and cancellableshamidreza kalbasi-13/+8
2021-09-26add some testshamidreza kalbasi-0/+80
2021-09-26support goto definition and find referenceshamidreza kalbasi-30/+59
2021-09-26reuse hover results with resultsethamidreza kalbasi-46/+96
2021-09-26add hoverhamidreza kalbasi-12/+51
2021-09-26use utf16 instead of utf8hamidreza kalbasi-0/+3
2021-09-26Begining of lsifhamidreza kalbasi-0/+60