about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-03-20feat: Tag macro calls as unsafe if they expand to unsafe expressionsLukas Wirth-68/+208
2022-03-20Merge #11771bors[bot]-17/+117
2022-03-20Update inlay hint feature docsLukas Wirth-4/+1
2022-03-20feat: Visualize compiler inserted reborrows via inlay hintsLukas Wirth-13/+116
2022-03-19Merge #11765bors[bot]-2/+2
2022-03-19fix: Fix closure hints using macro rangesLukas Wirth-2/+2
2022-03-19Merge #11755bors[bot]-65/+402
2022-03-19Change skip trivial behaviourLukas Wirth-40/+46
2022-03-19Add option to skip trivial casesLukas Wirth-49/+148
2022-03-19Use numbers for lifetimes by default, add setting to prefer using parameter n...Lukas Wirth-59/+94
2022-03-18Rename call info to "signature help"Jonas Schievink-27/+29
2022-03-18Provide signature help when editing generic argsJonas Schievink-8/+305
2022-03-18Fix test fixturesLukas Wirth-37/+2
2022-03-18Give the lifetimes better namesLukas Wirth-19/+26
2022-03-18feat: Implement lifetime elision hintsLukas Wirth-17/+242
2022-03-18Merge #11752bors[bot]-7/+28
2022-03-18internal: Allow explicitly specifying end of fixture annotationLukas Wirth-7/+28
2022-03-18Complete assoc const patterns on builtin typesJonas Schievink-3/+28
2022-03-18Merge #11713bors[bot]-18/+103
2022-03-18Update crates/ide_completion/src/tests/pattern.rsJonas Schievink-1/+1
2022-03-18Merge #11750bors[bot]-3/+98
2022-03-18fix: Fix runnables trying to add doc tests in the crate root from #[macro_exp...Lukas Wirth-3/+98
2022-03-17Bump depsLaurențiu Nicola-1/+2
2022-03-17Move fallback_bound_vars to the only place it's used nowFlorian Diebold-28/+28
2022-03-17Fixes for constsFlorian Diebold-43/+136
2022-03-17Snapshot obligationsFlorian Diebold-2/+8
2022-03-17Properly try unifying the receivers during method resolutionFlorian Diebold-231/+114
2022-03-17Fix typohi-rustin-1/+1
2022-03-17Add test for DynMap type inferenceFlorian Diebold-0/+37
2022-03-17Match the enum and unionhi-rustin-13/+62
2022-03-17Merge #11741bors[bot]-0/+12
2022-03-17Merge #11740bors[bot]-0/+21
2022-03-17Emit #[must_use] in Generate enum is_variant assistLaurențiu Nicola-0/+12
2022-03-17Insert #[must_use] in generate_is_empty_from_lenWalther-0/+21
2022-03-17Merge #11737 #11739bors[bot]-1/+40
2022-03-17Insert #[must_use] in generate_getterWalther-0/+19
2022-03-17Fix the wrong path resolutionhi-rustin-2/+9
2022-03-17Add completes_associated_const testhi-rustin-0/+22
2022-03-17Complete associated consts in patternshi-rustin-5/+12
2022-03-17Emit #[must_use] in Generate new assistLaurențiu Nicola-1/+21
2022-03-17fix regression_11688_2hkalbasi-1/+24
2022-03-17Merge #11734bors[bot]-3/+3
2022-03-17Bump xshell and fix distLaurențiu Nicola-3/+3
2022-03-16Merge #11731bors[bot]-105/+94
2022-03-16feat: Add return type hints for closures with block bodiesLukas Wirth-105/+94
2022-03-16Merge #11694bors[bot]-26/+146
2022-03-16Revert omitting field completionsLukas Wirth-11/+2
2022-03-16Remove code duplicationLukas Wirth-89/+10
2022-03-16Simplify completion render functionalityLukas Wirth-345/+490
2022-03-16Rename compound things to variant thingsLukas Wirth-36/+101