about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates
AgeCommit message (Expand)AuthorLines
2025-01-24Lazily compute location links in type hints againLukas Wirth-9/+18
2025-01-24Record the use tree index in glob importsLukas Wirth-95/+112
2025-01-24Add a new failing test that overflows stackShoyu Vanilla-0/+37
2025-01-24Merge pull request #19012 from ShoyuVanilla/arbitrary-selfLukas Wirth-26/+129
2025-01-24feat: Implement `arbitrary-self-types`Shoyu Vanilla-26/+129
2025-01-24Merge pull request #19017 from Veykril/push-uktrsknwmsvyLukas Wirth-10/+26
2025-01-24Merge pull request #18993 from ChayimFriedman2/iter-configLukas Wirth-56/+81
2025-01-24Merge pull request #18994 from Wilfred/failed_rustc_cfg_as_warningLukas Wirth-1/+1
2025-01-24Merge pull request #19016 from Veykril/push-moqnsytyrupuLukas Wirth-208/+234
2025-01-24fix: Fix flycheck panicking with "once" invocation strategyLukas Wirth-10/+26
2025-01-24Fix `ItemScope` not recording glob importsLukas Wirth-208/+234
2025-01-23Check cfg when collecting macro defsDavid Richey-0/+6
2025-01-22increase `AUTODEREF_RECURSION_LIMIT` to 20Teodor Tanasoaia-2/+2
2025-01-21manual: Document all rust-project.json fieldsWilfred Hughes-1/+1
2025-01-21internal: Treat cfg fetching failures as a warningWilfred Hughes-1/+1
2025-01-21Provide a config to control auto-insertion of `await` and `iter()`Chayim Refael Friedman-56/+81
2025-01-21Keep already computed inlay hint properties instead of late resolving themLukas Wirth-92/+99
2025-01-21Make `InlayHint::linked_location` computation lazyLukas Wirth-204/+285
2025-01-21remove is_pwr2Luuk Wester-17/+3
2025-01-21switch from using leading zeros to trailing zerosLuuk Wester-1/+4
2025-01-21Fix Param::as_local treating closures wrongLukas Wirth-53/+67
2025-01-21Sort completion items that skip `await` and `iter()` behind those that don'tChayim Refael Friedman-0/+26
2025-01-21make large niche description more terse, switch to using u128::is_power_of_twoLuuk Wester-5/+5
2025-01-21Merge pull request #18986 from Veykril/push-zlwvwlowpzqmLukas Wirth-0/+49
2025-01-21Cleanup `Name` string renderingLukas Wirth-249/+145
2025-01-21Merge pull request #18977 from ChayimFriedman2/fix-upmappingLukas Wirth-13/+68
2025-01-20Fix another bug with completion of trait items inside macrosChayim Refael Friedman-11/+36
2025-01-20Goto `Display::fmt` when invoked on `to_string`Lukas Wirth-0/+49
2025-01-20Bring back goto def redirect for parse -> FromStrLukas Wirth-4/+59
2025-01-20Move dual blanket impl logic from source analyzer to goto_defLukas Wirth-114/+93
2025-01-20fix: upmap ranges in convert_tuple_struct_to_named_struct assistVishruth-Thimmaiah-1/+101
2025-01-20Merge pull request #18967 from Veykril/push-pwonkmwqmmolLukas Wirth-264/+366
2025-01-20Merge pull request #18934 from 1hakusai1/goto_definition_from_intoLukas Wirth-2/+278
2025-01-20Merge pull request #18982 from Veykril/push-lstmvzsowxytLukas Wirth-7/+15
2025-01-20Merge pull request #18976 from ChayimFriedman2/non-module-generic-argsLukas Wirth-29/+81
2025-01-20Fix import search not discarding rawnessLukas Wirth-28/+64
2025-01-20Less allocsLukas Wirth-19/+30
2025-01-20Preserve impl assoc names in ImplDataLukas Wirth-89/+78
2025-01-20Vec -> Box<[_]>Lukas Wirth-9/+6
2025-01-20Properly record meaningful imports as re-exports in symbol indexLukas Wirth-143/+212
2025-01-20Add a test case1hakusai1-0/+24
2025-01-20Use Semantics::resolve_method_call_as_callable to find implementation1hakusai1-59/+89
2025-01-20Merge pull request #18981 from Fabian-Gruenbichler/proc-macro-srv-portabilityLaurențiu Nicola-3/+9
2025-01-20proc-macro-srv: make usage of RTLD_DEEPBIND portableFabian Grünbichler-3/+9
2025-01-20Merge from rust-lang/rustLaurențiu Nicola-0/+4
2025-01-19Fix missing upmapping in trait impls completionChayim Refael Friedman-3/+33
2025-01-19Fix a bug where enum variants were not considered properly in type ns resolutionChayim Refael Friedman-29/+81
2025-01-18Make niches into nicesLuuk Wester-2/+96
2025-01-18Merge pull request #18966 from lnicola/bump-windows-sysLaurențiu Nicola-4/+6
2025-01-18Merge pull request #18968 from Veykril/push-szvltqqttsyyLukas Wirth-1/+1