about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide-db
AgeCommit message (Expand)AuthorLines
2025-01-28Merge pull request #19063 from davidbarsky/davidbarsky/backout-struct-default...David Barsky-7/+0
2025-01-28Merge pull request #19015 from Wilfred/mdbookLukas Wirth-10/+7
2025-01-27Back out "feat: Implement `default-field-values`"David Barsky-7/+0
2025-01-27feat: Implement `default-field-values`Shoyu Vanilla-0/+7
2025-01-26Add GenericDefId::StaticIdLukas Wirth-0/+2
2025-01-25Merge pull request #19028 from Veykril/push-vuytpkvqzwzsLukas Wirth-0/+3
2025-01-25Fix flyimport not filtering via stability of import pathLukas Wirth-0/+3
2025-01-25Merge pull request #19026 from Veykril/push-wrxrutptywzxLukas Wirth-0/+33
2025-01-25Only collect implicit visibile use symbols if they have renamesLukas Wirth-0/+33
2025-01-24manual: Convert to mdbookWilfred Hughes-10/+7
2025-01-24minor: Suggest better names when a type is a sequenceWilfred Hughes-0/+83
2025-01-24Merge pull request #19016 from Veykril/push-moqnsytyrupuLukas Wirth-10/+12
2025-01-24Fix `ItemScope` not recording glob importsLukas Wirth-10/+12
2025-01-21Merge pull request #18986 from Veykril/push-zlwvwlowpzqmLukas Wirth-0/+7
2025-01-21Cleanup `Name` string renderingLukas Wirth-16/+12
2025-01-20Goto `Display::fmt` when invoked on `to_string`Lukas Wirth-0/+7
2025-01-20Move dual blanket impl logic from source analyzer to goto_defLukas Wirth-0/+12
2025-01-20Fix import search not discarding rawnessLukas Wirth-9/+21
2025-01-20Less allocsLukas Wirth-19/+30
2025-01-20Preserve impl assoc names in ImplDataLukas Wirth-6/+7
2025-01-20Vec -> Box<[_]>Lukas Wirth-7/+4
2025-01-20Properly record meaningful imports as re-exports in symbol indexLukas Wirth-68/+41
2025-01-16Merge pull request #18951 from Veykril/push-zpvunsvlpuxtLukas Wirth-8/+24
2025-01-16Generalize some type walking in hover type actionsLukas Wirth-0/+16
2025-01-16Add missing `#[rust_analyzer::rust_fixture]` annotationsLukas Wirth-8/+24
2025-01-15Early exit in search properlyLukas Wirth-3/+8
2025-01-10Re-implement rust string highlighting via tool attributeLukas Wirth-6/+12
2025-01-10Merge pull request #18904 from Veykril/push-yztnorquuyzwLukas Wirth-1/+1
2025-01-10Implement implicit sized bound inlay hintsLukas Wirth-0/+4
2025-01-10Improve hover module path renderingLukas Wirth-1/+1
2025-01-10Merge pull request #18902 from Veykril/push-znlsxykqrkooLukas Wirth-5/+19
2025-01-10internal: Add Definition::CrateLukas Wirth-5/+19
2025-01-10Remove two hir reexportsChayim Refael Friedman-16/+16
2025-01-06minor: New clippy lintsLukas Wirth-22/+17
2024-12-31Merge pull request #18758 from mgsloan/scip-unique-symbolsLukas Wirth-5/+49
2024-12-30Move `container_to_definition` function into `enclosing_definition`Michael Sloan-19/+15
2024-12-30fix: avoid generating colliding names in extract_variableroife-68/+79
2024-12-25Improve SCIP symbolsMichael Sloan-5/+53
2024-12-24Merge pull request #18707 from ChayimFriedman2/substLukas Wirth-64/+99
2024-12-20Show substitution where hovering over generic thingsChayim Refael Friedman-64/+99
2024-12-16fix: Fix path qualified auto-importing completions not working with re-exportsLukas Wirth-120/+152
2024-12-13feat: improve name generation in destructure_tuple_bindingroife-0/+2
2024-12-13Bump typosLaurențiu Nicola-1/+1
2024-12-11Properly handle different defaults for severity of lintsChayim Refael Friedman-1267/+6155
2024-12-11Merge from rust-lang/rustLaurențiu Nicola-11/+2
2024-12-10minor: enhance name suggestion for `Arc<T>` and `Rc<T>`roife-1/+27
2024-12-05fix: Resolve generic parameters within use capturesLukas Wirth-0/+7
2024-12-05Parse lifetime bounds in lifetime param into TypeBoundListLukas Wirth-10/+0
2024-12-04Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa...Oli Scherer-11/+2
2024-12-04Fix parsing of parenthesized type args and RTNLukas Wirth-1/+2