about summary refs log tree commit diff
path: root/crates/ide-db/src
AgeCommit message (Expand)AuthorLines
2022-07-20fix: Fix search for associated trait items being inconsistentLukas Wirth-42/+59
2022-07-18Auto merge of #12549 - bitgaoshu:goto_where_trait_m_impl, r=Veykrilbors-40/+32
2022-07-18Move `convert_to_def_in_trait` into `ide-db`Lukas Wirth-47/+30
2022-07-16Auto merge of #12539 - soruh:instanciate_empty_structs, r=Veykrilbors-0/+35
2022-07-16Auto merge of #12712 - harpsword:fix-rename-crate-root, r=Veykrilbors-0/+4
2022-07-14Auto merge of #12765 - Veykril:import-insert-fix, r=Veykrilbors-24/+37
2022-07-14fix: Fix imports being inserted before doc comments in inline modulesLukas Wirth-24/+37
2022-07-14Auto merge of #12691 - Veykril:proc-macro-diag, r=Veykrilbors-3/+3
2022-07-10fix: ignore renames for crate rootharpsword-0/+4
2022-07-08Update remaining GitHub URLsJonas Schievink-1/+1
2022-07-05fix: Fix unresolved proc macro diagnostics pointing to macro expansionsLukas Wirth-3/+3
2022-06-28fix: improve whitespace insertion in pretty printerRyo Yoshida-4/+14
2022-06-24rename "trait_def" to "def_in_trait"bitgaoshu-3/+6
2022-06-24fix test in qualify_method: stay in trait pathbitgaoshu-1/+1
2022-06-24fix some test due to resolve to where trait m implbitgaoshu-29/+35
2022-06-24functions resolve to implbitgaoshu-39/+0
2022-06-23reformat codebitgaoshu-23/+17
2022-06-23goto where trait method implbitgaoshu-0/+45
2022-06-22add doc strings to use_trivial_contructor.rssoruh-0/+3
2022-06-22add use_trivial_contructor.rssoruh-0/+31
2022-06-22apply suggestionssoruh-0/+1
2022-06-15fix: inserted imports must come after a shebang if presentJeremy Banks-1/+2
2022-06-15add failing test: inserts_after_shebangJeremy Banks-0/+11
2022-06-10internal: Bump DependenciesLukas Wirth-1/+1
2022-06-02Allow merging of multiple selected imports.iDawer-0/+4
2022-05-28fix(ide-db): correct single-file module renameNikita Podoliako-6/+24
2022-05-24fix: Insert whitespace into trait-impl completions when coming from macrosLukas Wirth-0/+4
2022-05-24ide: insert whitespaces surrounding `_` in macro expansionandylizi-2/+2
2022-05-22feat: escape format specifier(close: #12258)bvanjoi-2/+19
2022-05-21dead codeAleksey Kladov-7/+0
2022-05-20minor: SimplifyLukas Wirth-3/+10
2022-05-16Improve "Generate `Deref` impl" assistJonas Schievink-0/+4
2022-05-15ide: insert whitespace between 'mut' and 'self' in macro expansionJake Heinz-0/+3
2022-05-09Resolve assoc. types of supertraits in the IDE layerJonas Schievink-2/+1
2022-05-09fix: Fix import insertion inserting after last comment in a fileLukas Wirth-7/+25
2022-05-07fix: Allow auto importing starting segments of use itemsLukas Wirth-2/+7
2022-05-01style: rename crates to kebab casePeh-0/+16240