about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-04-08Merge #11943bors[bot]-2/+21
2022-04-09fix: Don't create `hir::Local`s from const path patternsLukas Wirth-2/+21
2022-04-08Merge #11942bors[bot]-24/+41
2022-04-09fix: Check whether a parameter can be converted to a localLukas Wirth-24/+41
2022-04-08Merge #11940bors[bot]-5/+13
2022-04-09minor: bump lsp-server versionLukas Wirth-5/+13
2022-04-08Merge #11938bors[bot]-91/+173
2022-04-08Make trait item completions work in a bare impl and score themJonas Schievink-67/+139
2022-04-08Account for macros in `get_missing_assoc_items`Jonas Schievink-24/+34
2022-04-08Merge #11936bors[bot]-1/+97
2022-04-08Ignore `Drop` and `Destruct` bounds for nowFlorian Diebold-1/+97
2022-04-08Update for languageclient API changesLaurențiu Nicola-11/+11
2022-04-08Switch to LSP inlay hintsLaurențiu Nicola-223/+76
2022-04-07Merge #11931bors[bot]-2/+28
2022-04-07flyimport: omit types when completing where-clauseJonas Schievink-2/+28
2022-04-07Merge #11920bors[bot]-56/+86
2022-04-07Merge #11930bors[bot]-98/+107
2022-04-07Determine function unsafety semanticallyJonas Schievink-98/+107
2022-04-07Merge #11925bors[bot]-55/+64
2022-04-07Merge #11927bors[bot]-29/+30
2022-04-07Use bitflags for `FnFlags`Jonas Schievink-29/+30
2022-04-07Merge #11926bors[bot]-0/+33
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-07Merge #11924bors[bot]-13/+3
2022-04-07Remove `FnFlags::IS_IN_EXTERN_BLOCK`Jonas Schievink-13/+3
2022-04-07consider types of const genericshkalbasi-56/+86
2022-04-06Merge #11919bors[bot]-4/+4
2022-04-07minor: Remove pointless rebindingsLukas Wirth-4/+4
2022-04-06Merge #11916bors[bot]-10/+94
2022-04-06internal: Add more doc-link testsLukas Wirth-10/+94
2022-04-06Merge #11915bors[bot]-41/+51
2022-04-06fix: Attempt to resolve paths in const arguments heuristicallyLukas Wirth-41/+51
2022-04-06Merge #11914bors[bot]-18/+28
2022-04-06fix: Fix path qualifiers not resolving generic type params when shadowed by t...Lukas Wirth-18/+28
2022-04-06Merge #11912bors[bot]-6/+12
2022-04-06Fix `SearchScope::reverse_dependencies` trying to search more files than nece...Lukas Wirth-6/+12
2022-04-06Merge #11911bors[bot]-59/+89
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-05Merge #11904bors[bot]-542/+636
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-04Merge #11899bors[bot]-5/+30