about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-04-07Merge #11925bors[bot]-55/+64
2022-04-07Use bitflags for `FnFlags`Jonas Schievink-29/+29
2022-04-07use stdx::neverJonas Schievink-4/+11
2022-04-07Fix panics with `#[cfg]`'d-out `self` parameterJonas Schievink-0/+26
2022-04-07Add and use HirFormatter::write_{str,char}Laurențiu Nicola-55/+64
2022-04-07Remove `FnFlags::IS_IN_EXTERN_BLOCK`Jonas Schievink-13/+3
2022-04-07consider types of const genericshkalbasi-56/+86
2022-04-07minor: Remove pointless rebindingsLukas Wirth-4/+4
2022-04-06internal: Add more doc-link testsLukas Wirth-10/+94
2022-04-06fix: Attempt to resolve paths in const arguments heuristicallyLukas Wirth-41/+51
2022-04-06fix: Fix path qualifiers not resolving generic type params when shadowed by t...Lukas Wirth-18/+28
2022-04-06Fix `SearchScope::reverse_dependencies` trying to search more files than nece...Lukas Wirth-6/+12
2022-04-06fix: Fix SearchScope using incorrect text ranges for macro-emitted inline mod...Lukas Wirth-59/+89
2022-04-05Merge #11905bors[bot]-40/+1
2022-04-05Merge #11891bors[bot]-2/+2
2022-04-05Remove hir_expand macro recursion checkJonas Schievink-40/+1
2022-04-05Wrap macros in expr position in `MacroExpr` nodeJonas Schievink-542/+636
2022-04-05Using `error` instead of `output.stderr` in failure mode.Cadu-2/+2
2022-04-04Made error output the contents of Cargo's stderr as well.Cadu-3/+3
2022-04-04wordsmithing.Cadu-1/+1
2022-04-04Better error message hinting about `cargo clippy`Cadu-1/+1
2022-04-05fix: Skip match check on a pattern of unexpected TyKind::FnDefiDawer-5/+30
2022-04-04Merge #11896bors[bot]-7/+7
2022-04-04fix: Show the path to be created in the unresolved-module fix labelLukas Wirth-7/+7
2022-04-04Merge #11894bors[bot]-2/+45
2022-04-04Update crates/ide_completion/src/render/function.rscameron1024-1/+1
2022-04-04fix type errorcameron-1/+1
2022-04-04remove unwarp on adt namecameron-3/+5
2022-04-04complete pattern args based on type namecameron-2/+43
2022-04-03Merge #11865bors[bot]-83/+116
2022-04-03Use check_count! instead of multiple check! in separate scopesJonas Bushart-78/+69
2022-04-03Merge #11887bors[bot]-62/+184
2022-04-03fix: Add missing fields diagnostic fix for patternsLukas Wirth-62/+184
2022-04-03Merge #11699bors[bot]-0/+274
2022-04-03feat: assist to remove unneeded `async`sEthiraric-0/+274
2022-04-03Merge #10802bors[bot]-8/+16
2022-04-03Merge test functions using the same coverage marks to avoid parallelismJonas Bushart-78/+84
2022-04-03Merge #11866bors[bot]-2/+115
2022-04-03add test for postfix completion relevanceAleksey Kladov-1/+33
2022-04-03Merge #11879bors[bot]-14/+312
2022-04-03suggest infered type in auto completehkalbasi-14/+312
2022-04-02Merge #11877bors[bot]-33/+41
2022-04-02Merge #11882bors[bot]-0/+15
2022-04-02internal: outline child modules with missing backing fileLukas Wirth-0/+15
2022-04-02fix: Don't rely on lang items to find primitive implsFlorian Diebold-90/+92
2022-04-02Merge #11878bors[bot]-0/+28
2022-04-02fix: Paper over GAT panicFlorian Diebold-0/+28
2022-04-02fix: `merge_imports::recursive_merge` exiting earlyiDawer-2/+2
2022-04-02Simplify completion import insertionLukas Wirth-92/+58
2022-04-02Cleanup relevance scoringLukas Wirth-62/+47