about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide-completion/src/completions/attribute.rs
AgeCommit message (Expand)AuthorLines
2025-09-04Add cfg_attr predicate completionA4-Tacks-1/+1
2025-06-17chore: Start infesting ide crates with 'db lifetimeLukas Wirth-1/+1
2025-06-04add qualifiers to attribute completionsRyan Mehri-14/+30
2025-06-04match on segments of path and some small cleanupRyan Mehri-20/+11
2025-06-02feat: implement completion for diagnostic moduleRyan Mehri-15/+39
2025-06-02fix: don't duplicate must_use for functions and traitsRyan Mehri-2/+2
2025-03-23chore: Bump dependenciesLukas Wirth-1/+1
2025-03-15cargo fmtBenjaminBrienen-4/+4
2024-12-04Complete derive helper attributesChayim Refael Friedman-1/+12
2024-09-23Support expect in attribute completion and hoverLaurențiu Nicola-2/+3
2024-08-24Modify `hacks::parse_expr_from_str()` to take an edition tooChayim Refael Friedman-2/+4
2024-08-16Auto merge of #17905 - ChayimFriedman2:edition-dependent-raw-keyword, r=Veykrilbors-9/+20
2024-08-16Properly account for editions in namesChayim Refael Friedman-9/+20
2024-08-16Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/LockChayim Refael Friedman-2/+3
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+381