about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide
AgeCommit message (Expand)AuthorLines
2024-07-07HasGenericArgs syntax traitLukas Wirth-1/+1
2024-07-07fix: Fix callHierarchy LSP violationLukas Wirth-29/+181
2024-07-07Update hover test fixtureLukas Wirth-3/+14
2024-07-07Fix stop_watch on linuxLukas Wirth-1/+0
2024-07-07Drop unused profile thingsLukas Wirth-3/+0
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...Lukas Wirth-1/+1
2024-06-30Fix expression scope calculation when within macro expansionsLukas Wirth-6/+25
2024-06-24Enum variants are not generic def idsLukas Wirth-10/+7
2024-06-20Auto merge of #17419 - ishanjain28:filter_builtin_macro_expansion, r=Veykrilbors-3/+27
2024-06-20Invert matching on builtin macros in expand_allowed_builtinsLukas Wirth-4/+4
2024-06-19updated testsIshan Jain-17/+14
2024-06-19Auto merge of #17426 - roife:fix-issue-17420, r=Veykrilbors-1/+21
2024-06-16docs: document omission heuristics for parameter inlay hintsLunaphied-0/+17
2024-06-15fix: handle character boundaries for wide chars in extend_selectionroife-1/+21
2024-06-15Created expand_allowed_builtins, updated expand_macro to call this functionIshan Jain-3/+4
2024-06-14added testsIshan Jain-0/+26
2024-06-11Auto merge of #17394 - Veykril:recurse-fix, r=Veykrilbors-0/+21
2024-06-11fix: Fix `HirDisplay` stackoverflow for parameter Self defaultsLukas Wirth-0/+21
2024-06-11feat: add hover config for showing container boundsroife-0/+1
2024-06-11Auto merge of #17374 - Veykril:configs, r=Veykrilbors-13/+8
2024-06-11Simplify some config serialization stuffLukas Wirth-12/+7
2024-06-10Thread more HasSource::source calls through Semantics for cachingLukas Wirth-13/+12
2024-06-09Allow choosing logical cores for num threads configLukas Wirth-1/+1
2024-06-07fix: Fix renaming imports of foreign items touching foreign sourcesLukas Wirth-11/+30
2024-06-07Auto merge of #17058 - alibektas:13529/ratoml, r=Veykrilbors-1/+8
2024-06-06chore: Prefer tracing span shorthand macrosWilfred Hughes-5/+5
2024-06-06fix: incorrect formatting of hover actionsroife-1/+1
2024-06-06Auto merge of #17352 - roife:fix-issue-17338, r=Veykrilbors-0/+24
2024-06-06test: add regression test for prelude shadowing in block modulesroife-0/+24
2024-06-05Apply suggested changesAli Bektas-1/+8
2024-06-04Use dyn cache for Semantics macro resolutionLukas Wirth-11/+16
2024-06-04Auto merge of #17282 - jkelleyrtp:jk/filter-by-underscorte, r=Veykrilbors-0/+22
2024-06-04Recognize `__` prefixes for symbol search queryLukas Wirth-4/+5
2024-06-03Auto merge of #17315 - hamirmahal:style/simplify-string-interpolation, r=Veykrilbors-2/+2
2024-05-31docs: Missing word typoLuke Franceschini-1/+1
2024-05-30style: simplify string interpolationHamir Mahal-2/+2
2024-05-25Avoid clone when constructing runnable label.Mathew Horner-1/+1
2024-05-23Auto merge of #17284 - Veykril:doc-links, r=Veykrilbors-3/+7
2024-05-23Use correct toolchain channel when generating builtin type doc linksLukas Wirth-3/+7
2024-05-23Auto merge of #17174 - Kohei316:fix-infer-async-block-with-tail-return-expr, ...bors-0/+26
2024-05-22Feat: hide double underscored symbols from symbol searchJonathan Kelley-0/+21
2024-05-18Show fn traits in signature info for trait implementorsLukas Wirth-15/+95
2024-05-18Enable linked locations for closure param inlay hintsLukas Wirth-10/+5
2024-05-18Render closure fn trait kind in siganture helpLukas Wirth-5/+36
2024-05-18Allow hir::Param to refer to other entity params aside from functionsLukas Wirth-30/+30
2024-05-16internal: Add StaticLifetime to hir APILukas Wirth-32/+43
2024-05-14internal: Sort computed runnablesLukas Wirth-20/+34
2024-05-14Auto merge of #17225 - Veykril:expand-macro-interlocked, r=Veykrilbors-27/+15
2024-05-14Expand macro recursively expands both fp-like and attribute macros intertwinedLukas Wirth-27/+15
2024-05-13Don't render multi-line literal valuesLukas Wirth-1/+29