about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2025-05-17Catch panics in inference in analysis-statsFlorian Diebold-1/+17
2025-05-16Merge pull request #19808 from Veykril/lw-ollszwnlmquwLukas Wirth-6/+6
2025-05-16ci: Run metrics on the beta channelLukas Wirth-6/+6
2025-05-16Merge pull request #19807 from Veykril/lw-qyynkqysuyuyLukas Wirth-2/+15
2025-05-16fix: Don't overwrite `RUSTUP_TOOLCHAIN` if it is already setLukas Wirth-2/+15
2025-05-16Merge pull request #19805 from lnicola/inline-format-argsLaurențiu Nicola-6/+6
2025-05-16Inline some format argsLaurențiu Nicola-6/+6
2025-05-16Bump zip to 3.0Laurențiu Nicola-8/+5
2025-05-15Improve asm supportChayim Refael Friedman-40/+186
2025-05-15Bump undici from 6.21.1 to 6.21.3 in /editors/codedependabot[bot]-3/+3
2025-05-15Merge pull request #19794 from ChayimFriedman2/dup-cratesLukas Wirth-6/+14
2025-05-15Merge pull request #19793 from Hmikihiro/unused_import_conlict_deriveChayim Refael Friedman-32/+246
2025-05-15Update Cargo.lockBerrysoft-35/+67
2025-05-15handle trait in functionHayashi Mikihiro-21/+23
2025-05-15check globHayashi Mikihiro-21/+22
2025-05-15rename fn name take_path to anyHayashi Mikihiro-5/+5
2025-05-15fix: ide-assists, generate mut trait impl indentA4-Tacks-3/+91
2025-05-14Don't allow duplicate crates in the all_crates listChayim Refael Friedman-6/+14
2025-05-14fix: Removing all unused imports removes used imports for imports used for De...Hayashi Mikihiro-46/+257
2025-05-14fixes: ide-assists, generate_new indent losesA4-Tacks-1/+136
2025-05-12update cfg(bootstrap)Pietro Albini-2/+0
2025-05-10minor: code review tweakgohome001-24/+8
2025-05-09Split duration_constructors to get non-controversial bits out faster.Dietrich Daroch-1/+1
2025-05-09Make diagnostics experimental by defaultFlorian Diebold-33/+47
2025-05-08Merge pull request #19507 from Hmikihiro/fix_module_doc_linksLukas Wirth-149/+548
2025-05-08add assert to check ast_index smaller than INNER_ATTR_SET_BITHayashi Mikihiro-13/+9
2025-05-08Fix postfix snippets duplicating derefsChayim Refael Friedman-13/+33
2025-05-08perf: Request cancellation while processing changed filesLukas Wirth-80/+136
2025-05-08Still complete parentheses & method call arguments if there are existing pare...Chayim Refael Friedman-3/+76
2025-05-08Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrierilbors-0/+3
2025-05-07Auto merge of #137995 - hkBst:parse_format_reuse_unescape, r=nnethercotebors-3/+3
2025-05-06add stubbed-out cases for rust-analyzerdianne-0/+3
2025-05-07extract function: `doc_attributes` to find def from inner docHayashi Mikihiro-8/+26
2025-05-07add doc link test for hoverHayashi Mikihiro-0/+122
2025-05-07add doc link test for goto defHayashi Mikihiro-0/+68
2025-05-07check module path inner or outerHayashi Mikihiro-130/+256
2025-05-06Remove duplicate impl of string unescapeMarijn Schouten-3/+3
2025-05-06Merge pull request #19738 from ChayimFriedman2/weird-gatsLukas Wirth-0/+32
2025-05-06Remove ast index maskHayashi Mikihiro-7/+10
2025-05-06import std::iter::repeatHayashi Mikihiro-0/+1
2025-05-06Update crates/hir-expand/src/attrs.rsHayashi Mikihiro-1/+1
2025-05-06Update crates/hir-expand/src/attrs.rsHayashi Mikihiro-1/+1
2025-05-06fix: resolve doc path if outer comments exist on module and replace from cfg_...Hayashi Mikihiro-34/+99
2025-05-06Don't panic on some weird codeChayim Refael Friedman-0/+32
2025-05-06Merge pull request #19721 from ChayimFriedman2/more-parallelLukas Wirth-256/+188
2025-05-06Notify the user that we're collecting symbolsChayim Refael Friedman-1/+10
2025-05-06Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes...Stuart Cook-1/+18
2025-05-05Add a `--num-threads` to the `prime-caches` CLI commandChayim Refael Friedman-60/+61
2025-05-05Better manage parallel prime cachesChayim Refael Friedman-245/+167
2025-05-05Support environment variable CARGO_MANIFEST_PATH.Victor-0/+17