]> git.lizzy.rs Git - rust.git/history - crates/ide
`signature_help`: use corresponding param list for methods
[rust.git] / crates / ide /
2022-03-21 bors[bot]Merge #11776
2022-03-21 Laurențiu NicolaReplace write! with direct calls
2022-03-20 bors[bot]Merge #11690
2022-03-20 bors[bot]Merge #11775
2022-03-20 Lukas Wirthinternal: Treat {global_}asm macros as unsafe
2022-03-20 bors[bot]Merge #11774
2022-03-20 Lukas Wirthfeat: Tag macro calls as unsafe if they expand to unsaf...
2022-03-20 bors[bot]Merge #11771
2022-03-20 Lukas WirthUpdate inlay hint feature docs
2022-03-20 Lukas Wirthfeat: Visualize compiler inserted reborrows via inlay...
2022-03-19 bors[bot]Merge #11765
2022-03-19 Lukas Wirthfix: Fix closure hints using macro ranges
2022-03-19 bors[bot]Merge #11755
2022-03-19 Lukas WirthChange skip trivial behaviour
2022-03-19 Lukas WirthAdd option to skip trivial cases
2022-03-19 Lukas WirthUse numbers for lifetimes by default, add setting to...
2022-03-18 bors[bot]Merge #11761
2022-03-18 Jonas SchievinkRename call info to "signature help"
2022-03-18 bors[bot]Merge #11760
2022-03-18 Jonas SchievinkProvide signature help when editing generic args
2022-03-18 Lukas WirthFix test fixtures
2022-03-18 Lukas WirthGive the lifetimes better names
2022-03-18 Lukas Wirthfeat: Implement lifetime elision hints
2022-03-18 bors[bot]Merge #11713
2022-03-18 bors[bot]Merge #11750
2022-03-18 Lukas Wirthfix: Fix runnables trying to add doc tests in the crate...
2022-03-17 bors[bot]Merge #11734
2022-03-16 bors[bot]Merge #11731
2022-03-16 Lukas Wirthfeat: Add return type hints for closures with block...
2022-03-16 bors[bot]Merge #11727
2022-03-16 bors[bot]Merge #11694
2022-03-16 bors[bot]Merge #11726
2022-03-16 Lukas WirthRename compound things to variant things
2022-03-15 bors[bot]Merge #11714
2022-03-14 bors[bot]Merge #11707
2022-03-14 bors[bot]Merge #11700
2022-03-14 bors[bot]Merge #11688
2022-03-14 hkalbasiAdd const generics
2022-03-12 bors[bot]Merge #11692
2022-03-12 Matthias Krügermore clippy fixes:
2022-03-12 Matthias Krügermore clippy fixes:
2022-03-12 Matthias Krügerfix clippy::map_flatten
2022-03-12 Matthias Krügerfix clippy::redundant_closure
2022-03-12 Matthias Krügerfix clippy::single_char_pattern
2022-03-12 Matthias Krügerfix clippy::needless_borrow
2022-03-12 bors[bot]Merge #11691
2022-03-12 bors[bot]Merge #11687 #11689
2022-03-12 yipinliuOptimize imports
2022-03-12 bors[bot]Merge #11686
2022-03-12 yipinliuFixed code style issues
2022-03-12 yipinliuFixed tidy test
2022-03-12 yipinliuHighlight escape sequences in byte strings
2022-03-12 bors[bot]Merge #11684
2022-03-11 Lukas Wirthfix: Allow configuration of colons in inlay-hints
2022-03-10 bors[bot]Merge #11676
2022-03-10 Lukas WirthDon't parse source files to generate macro completion...
2022-03-10 bors[bot]Merge #11662
2022-03-09 bors[bot]Merge #11664
2022-03-09 Lukas WirthSpecific proc-macro crate type for other test fixture...
2022-03-09 bors[bot]Merge #11660
2022-03-09 Lukas Wirthfix: Properly handle proc-macro crate types for nameres
2022-03-09 bors[bot]Merge #11663
2022-03-09 Lukas WirthFix ProcMacroData recording wrong name for derives
2022-03-08 Lukas WirthAdd data queries for macros
2022-03-08 Lukas WirthMove ide crates to new hir::Macro
2022-03-08 bors[bot]Merge #11653
2022-03-07 bors[bot]Merge #11445
2022-03-07 bors[bot]Merge #11644
2022-03-07 Luna RazzaghipourEmit more detailed highlighting for `%`, `>>`, `<<`
2022-03-06 bors[bot]Merge #11639
2022-03-06 Lukas Wirthinternal: Re-arrange ide_db modules
2022-03-06 bors[bot]Merge #11631
2022-03-06 Lukas Wirthinternal: Simplify and optimize syntax_highlighting
2022-03-05 bors[bot]Merge #11630
2022-03-05 Lukas WirthAdd a macro case for the keyword highlighting test...
2022-03-05 Lukas WirthFix extern crate self having self unresolved
2022-03-05 Lukas WirthHighlight `Self` as a keyword by default
2022-03-05 Lukas WirthFix hover for `Self` keyword
2022-03-05 bors[bot]Merge #11629
2022-03-05 Lukas WirthFix highlighting of `Self`
2022-03-05 Lukas Wirthfix: Recognize `Self` as a proper keyword
2022-03-05 bors[bot]Merge #11598
2022-03-05 bors[bot]Merge #11574
2022-03-05 bors[bot]Merge #11623
2022-03-04 bors[bot]Merge #11622
2022-03-04 Andy Russellshow variadic args in hover function signature
2022-03-04 bors[bot]Merge #11595
2022-03-04 bors[bot]Merge #11620
2022-03-04 Lukas WirthSimplify
2022-03-04 Lukas WirthSupport locals with multiple declaration sites
2022-03-04 bors[bot]Merge #11140
2022-03-04 hkalbasiPreserve order of generic args
2022-03-04 Kirill BulatovLoad hints for part of the file only
2022-03-04 Tianyi SongLower string literals with real val, not default
2022-03-03 bors[bot]Merge #11616
2022-03-03 Lukas Wirthslightly improve highlighting performance for derive...
2022-03-03 Lukas Wirthfix: Fix semantic highlighting breaking for lifetimes...
2022-03-01 bors[bot]Merge #11593
2022-02-28 bors[bot]Merge #11433
2022-02-28 Laurențiu NicolaAdd scary warning to onEnter
next