about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-21Add "add missing Ok/Some" fixFlorian Diebold-227/+252
2022-03-21Add new type-mismatch diagnosticFlorian Diebold-81/+151
2022-03-21Expose coercion logic in hir APIFlorian Diebold-8/+67
2022-03-21Extract coercion logic to InferenceTableFlorian Diebold-18/+34
2022-03-21Merge #11776bors[bot]-49/+59
2022-03-21Replace write! with direct callsLaurențiu Nicola-49/+59
2022-03-20Merge #11690bors[bot]-1/+791
2022-03-20refactor: Do more work in inline_type_alias closureSteven Joruk-7/+18
2022-03-20Merge #11775bors[bot]-5/+23
2022-03-20internal: Treat {global_}asm macros as unsafeLukas Wirth-5/+23
2022-03-20Merge #11774bors[bot]-80/+215
2022-03-20SimplifyLukas Wirth-21/+16
2022-03-20feat: Tag macro calls as unsafe if they expand to unsafe expressionsLukas Wirth-68/+208
2022-03-20Merge #11771bors[bot]-17/+127
2022-03-20Update inlay hint feature docsLukas Wirth-4/+1
2022-03-20feat: Visualize compiler inserted reborrows via inlay hintsLukas Wirth-13/+126
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/+432
2022-03-19Change skip trivial behaviourLukas Wirth-45/+51
2022-03-19Add option to skip trivial casesLukas Wirth-49/+178
2022-03-19Use numbers for lifetimes by default, add setting to prefer using parameter n...Lukas Wirth-59/+94
2022-03-18Merge #11761bors[bot]-27/+29
2022-03-18Rename call info to "signature help"Jonas Schievink-27/+29
2022-03-18Merge #11760bors[bot]-8/+305
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-18Merge #11753bors[bot]-3/+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-18Merge #11747bors[bot]-9/+0
2022-03-18Remove Update GitHub API token commandLaurențiu Nicola-9/+0
2022-03-17Merge #11744bors[bot]-69/+68
2022-03-17Bump depsLaurențiu Nicola-69/+68
2022-03-17Merge #11743bors[bot]-276/+295
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