about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates
AgeCommit message (Expand)AuthorLines
2024-07-29Auto merge of #17736 - hyf0:hyf_09234908234, r=Veykrilbors-5/+13
2024-07-29Make basic use of spans for macro expansion errorsLukas Wirth-328/+387
2024-07-29Add test in `ide-completion/src/tests/item_list.rs`Yunfei-1/+3
2024-07-29Revert "Fix error message"Yunfei-5/+1
2024-07-29Auto merge of #17715 - Throne3d:fix/glob-may-override-vis-2, r=Veykrilbors-32/+197
2024-07-29Cargo fmtYunfei-4/+8
2024-07-29Fix error messageYunfei-1/+5
2024-07-29feat(ide-completion): explictly show `async` keyword on `impl trait`Yunfei-2/+4
2024-07-29Remove unnec copying of source_root_idsAli Bektas-4/+4
2024-07-29add skip_slow_tests to ratoml testsAli Bektas-0/+61
2024-07-29Combine krate_ratoml and workspace_ratomls into oneAli Bektas-162/+163
2024-07-28Merge from rust-lang/rustLaurențiu Nicola-0/+1
2024-07-28Auto merge of #17720 - ThouCheese:fix/doc-to-comment-naming, r=Veykrilbors-2/+2
2024-07-2817470 - run test explorer tests at the package level and add missing extra_te...duncan-10/+54
2024-07-28flip the naming of the doc comment to comment assistLuuk Wester-2/+2
2024-07-27Down to 1 failing testAli Bektas-80/+66
2024-07-28Fix for #17497 - Invalid RA diagnostic error: expected 2 arguments, found 1Francis McKenzie-3/+47
2024-07-27fix: let glob imports override other globs' visibilityRyo Yoshida-32/+197
2024-07-26early exit if unresolved field is an indexAli Bektas-3/+45
2024-07-26Internal: Cleanup proc-macro error handlingLukas Wirth-500/+379
2024-07-26fix: Fix includes not working with expr fragment inputsLukas Wirth-3/+18
2024-07-26Globals too are asking for sourcerootidAli Bektas-86/+93
2024-07-26Turn root_ratoml into workspace_ratomlsAli Bektas-74/+83
2024-07-25Remove unused trace moduleLukas Wirth-127/+46
2024-07-25Auto merge of #17676 - winstxnhdw:precise-capturing, r=Veykrilbors-89/+237
2024-07-25fix: handle new `TypeBoundKind` variantWinston H.-0/+1
2024-07-25Auto merge of #17697 - Veykril:cargo-env, r=Veykrilbors-2/+14
2024-07-25fix: Support new cargo config get env formatLukas Wirth-2/+14
2024-07-25Make legacy_const_generics_indices thin by double boxing as its seldom usedLukas Wirth-8/+9
2024-07-25Reduce size of TypeRef by 8 bytesLukas Wirth-9/+9
2024-07-25Fix incorrect handling of cfg'd varargsLukas Wirth-16/+37
2024-07-25Remove Params and Fields from AstIdMapLukas Wirth-449/+494
2024-07-25Generate From impls for Any* nodesLukas Wirth-18/+624
2024-07-25fix: temporarily use `ast::GenericParamList`winstxnhdw-0/+4
2024-07-25Fix and enable unsafe_op_in_unsafe_fnLaurențiu Nicola-13/+12
2024-07-24Auto merge of #17674 - davidbarsky:david/add-more-information-to-status-comma...bors-0/+7
2024-07-24Auto merge of #17610 - regexident:impl-all_in_module, r=Veykrilbors-0/+4
2024-07-24Auto merge of #17661 - alibektas:read_ratoml_on_startup, r=Veykrilbors-8/+42
2024-07-24fix: `use` cannot have optional genericsWinston H.-1/+1
2024-07-23fix: move `use` parsing to outer match armwinstxnhdw-18/+19
2024-07-23chore: update codegenswinstxnhdw-89/+220
2024-07-23feat: add arm for `use` type boundwinstxnhdw-0/+6
2024-07-23feat: add `use` type bound grammarwinstxnhdw-0/+5
2024-07-23Auto merge of #17395 - davidbarsky:david/remove-unindexed-project-notificatio...bors-126/+3
2024-07-23internal: remove UnindexedProject notificationDavid Barsky-126/+3
2024-07-23Auto merge of #17483 - alibektas:ratoml/fixes, r=alibektasbors-115/+92
2024-07-23rename config::ConfigChange::other_errors to validation_errorsAli Bektas-6/+5
2024-07-23minor changesAli Bektas-6/+8
2024-07-23Add method `Impl::all_in_module(…)` for supporting more localized queryingVincent Esche-0/+4
2024-07-23Remove lens.forceCustomCommands configPaulDotSH-7/+2