about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide
AgeCommit message (Expand)AuthorLines
2025-04-05 the rustdoc file prefix for constants is "constant" not "const"Jonathan Chan Kwan Yin-1/+1
2025-04-04Merge pull request #19522 from davidbarsky/davidbarsky/fix-panic-in-view-crat...Lukas Wirth-1/+3
2025-04-04Merge pull request #19515 from jrmuizel/multiple-definitionsLukas Wirth-7/+102
2025-04-04internal: fix panic in `view_crate_graph`David Barsky-1/+3
2025-04-04fix: don't drop references with more than one definition.Jeff Muizelaar-7/+102
2025-04-04prefer default over newBenjaminBrienen-1/+1
2025-04-03fix(ide-assists): remove `AssistKind::None`Prajwal S N-1/+1
2025-04-01Fix a bug in MBE expansion that arose from incorrect fixing of an older bug i...Chayim Refael Friedman-0/+22
2025-04-01chore: Remove unnecessary `Arc` clonesLukas Wirth-22/+0
2025-03-31fix: Fix new nightly lintsLukas Wirth-6/+5
2025-03-31fix: Cleanup param name inlay hint filteringLukas Wirth-108/+163
2025-03-29fix: Fix, clarify and require a value for `proc_macro_cwd` of `CrateData`Lukas Wirth-1/+7
2025-03-25Tidy up drop glue notificationConrad Irwin-421/+107
2025-03-24Merge pull request #19435 from Veykril/push-owstqqlrtskoLukas Wirth-5/+6
2025-03-24Merge pull request #19430 from Veykril/push-wknpypxuyrszLukas Wirth-3/+3
2025-03-24fix: Fix closure return inlayhints using macro rangesLukas Wirth-5/+6
2025-03-23Merge pull request #19400 from Shourya742/2025-03-20-fix-syntax-highlightingLukas Wirth-18/+77
2025-03-23chore: Bump dependenciesLukas Wirth-3/+3
2025-03-22Merge pull request #19419 from ShoyuVanilla/issue-15132Lukas Wirth-7/+73
2025-03-22Render layout and other extra informations on hovering `Self`Shoyu Vanilla-7/+73
2025-03-22Speed up resolving "Generate delegate method" assist (part 2)Felicián Németh-2/+6
2025-03-21add test for &raw const/&raw mut is not syntax-highlighted in all filesbit-aloo-0/+61
2025-03-21change from krate to Option<krate> in syntax highlighting to incorporate modu...bit-aloo-18/+16
2025-03-21Merge pull request #19348 from jnyfah/some-branchLukas Wirth-6/+34
2025-03-21refactor: Reduce codegen burden for `SyntaxKind`Lukas Wirth-1/+1
2025-03-17 No edit if no bodyjnyfah-1/+4
2025-03-17some changesjnyfah-3/+2
2025-03-17chore: Bump `Edition::CURRENT` to 2024Lukas Wirth-16/+16
2025-03-16refactor: Remove unnecessary `Arc`Lukas Wirth-1/+1
2025-03-15cargo fmtBenjaminBrienen-1/+4
2025-03-15cargo fmtBenjaminBrienen-290/+264
2025-03-15cargo clippy --fixBenjaminBrienen-3/+3
2025-03-15Fix 2024 syntax errorsBenjaminBrienen-2/+2
2025-03-15chore: Remove legacy `SyntaxContextId` re-exportLukas Wirth-4/+4
2025-03-13internal: don't panic when the crate graph isn't ready #19351David Barsky-8/+17
2025-03-13remove fixmejnyfah-1/+0
2025-03-13insert braces for closurejnyfah-5/+32
2025-03-12Salsify the crate graphChayim Refael Friedman-113/+111
2025-03-10internal: port rust-analyzer to new SalsaDavid Barsky-306/+159
2025-03-10Merge pull request #19326 from Veykril/push-vovuxzkzrowpLukas Wirth-10/+11
2025-03-10Add missing name-ref parents to syntactic highlightingLukas Wirth-10/+11
2025-03-10Merge pull request #19332 from Veykril/push-trvznlqsvtyqLukas Wirth-30/+5
2025-03-10Make change annotations per text-editLukas Wirth-30/+5
2025-03-10Merge pull request #19330 from ChayimFriedman2/normalize-projectionLukas Wirth-170/+302
2025-03-06Warn the user when a rename will change the meaning of the programChayim Refael Friedman-0/+88
2025-03-06Use correct crate for trait env in `render_const_scalar()`Chayim Refael Friedman-1/+6
2025-03-06Pass the target crate in `HirFormatter`Chayim Refael Friedman-170/+263
2025-03-06Normalize projections in evaluated const display and layout calculationChayim Refael Friedman-0/+34
2025-03-05Fix syntax highlightingg punct filtering ignoring modsLukas Wirth-6/+4
2025-03-05Merge pull request #19274 from Veykril/push-pouwrwwrlrltLukas Wirth-430/+457