]> git.lizzy.rs Git - rust.git/history - crates/ide_assists
Merge #7945
[rust.git] / crates / ide_assists /
2021-03-09 bors[bot]Merge #7941
2021-03-09 bors[bot]Merge #7873 #7933
2021-03-09 bors[bot]Merge #7927
2021-03-08 bors[bot]Merge #7898
2021-03-08 Josh Mcguigangenerate_function assist don't render snippet if ret...
2021-03-08 Kirill BulatovAdd rustdocs and use better names
2021-03-08 Kirill BulatovLess lifetines: derive SemanticsScope in place
2021-03-08 Kirill BulatovEnforce the located imports' order
2021-03-08 Kirill BulatovWork towards better import labels
2021-03-08 Kirill BulatovDo not propose already imported imports
2021-03-08 Kirill BulatovProperly handle turbofishes in qualifiers
2021-03-08 Kirill BulatovReturn more data about located imports
2021-03-08 Kirill BulatovDraft the qualifier import resolution
2021-03-08 Kirill BulatovTest and initial refactoring
2021-03-08 bors[bot]Merge #7924
2021-03-08 Laurențiu NicolaUse upstream cov-mark
2021-03-08 bors[bot]Merge #7923
2021-03-08 Aleksey KladovHygiene is an internal implementation detail of the...
2021-03-08 bors[bot]Merge #7891
2021-03-08 bors[bot]Merge #7901
2021-03-07 bors[bot]Merge #7889
2021-03-07 asvMake group imports configurable
2021-03-07 bors[bot]Merge #7895
2021-03-07 bors[bot]Merge #7892
2021-03-06 Josh Mcguigangenerate_function assist infer return type
2021-03-06 bors[bot]Merge #7896
2021-03-06 Lukas WirthOnly replace quotes in replace_string_with_char assist
2021-03-06 bors[bot]Merge #7800
2021-03-06 Chetan Khilosiya7708: rust ideomatic code fixes.
2021-03-06 bors[bot]Merge #7865
2021-03-06 Chetan Khilosiya7708: handle both FamousDefs fixture and plain code.
2021-03-06 Chetan Khilosiya7708: Added the updated implementation of is_default_im...
2021-03-06 Chetan Khilosiya7708: Added the logic to check is default impl is alrea...
2021-03-06 Chetan Khilosiya7708: Updated generate default fn logic.
2021-03-06 Chetan Khilosiya7708: Added the work for review comments.
2021-03-06 Chetan Khilosiya7708: Fixed many documentaion example issues.
2021-03-06 Chetan Khilosiya7708: Format code through rust-analyzer formatter.
2021-03-06 Chetan Khilosiya7708: Initial implementation of generate Default assist.
2021-03-06 bors[bot]Merge #7894
2021-03-06 Josh Mcguigangenerate function assist convert arg names to lower...
2021-03-05 bors[bot]Merge #7887
2021-03-05 bors[bot]Merge #7884
2021-03-05 bors[bot]Merge #7869
2021-03-05 Jesse BakkerAdd support for deref assignments to "pull assignment...
2021-03-05 bors[bot]Merge #7881
2021-03-05 bors[bot]Merge #7880
2021-03-05 sanHonor snippet capability in extract function assist
2021-03-04 bors[bot]Merge #7868
2021-03-03 Domantas Jadenkuspreserve escape sequences when replacing string with...
2021-03-03 bors[bot]Merge #7861
2021-03-03 Jesse BakkerSpecial-case parenthesized and negated expressions...
2021-03-02 bors[bot]Merge #7851
2021-03-02 Aleksey KladovCompress tests
2021-03-02 bors[bot]Merge #7824
2021-03-02 Conrad Ludgatechore: remove redundant tests
2021-03-02 Conrad Ludgatechore: codegen
2021-03-02 Conrad Ludgaterefactor: re-use add_turbo_fish function
2021-03-02 Conrad Ludgatechore: fmt + docs
2021-03-02 Conrad Ludgatechore: rename var
2021-03-02 Conrad Ludgatefeat: add type ascription assist
2021-03-02 bors[bot]Merge #7850
2021-03-02 bors[bot]Merge #7849
2021-03-02 bors[bot]Merge #7795
2021-03-02 bors[bot]Merge #7335 #7691
2021-03-02 Vladyslav Katasonovstrip useless methods, and unary ops in suggest_name
2021-03-02 Vladyslav Katasonovpull out suggest_name::* to utils; enchance heuristics
2021-03-02 Vladyslav Katasonovsuggest parameter name before function name
2021-03-02 Vladyslav Katasonovtry to suggest name when extracting variable
2021-03-02 bors[bot]Merge #7513
2021-03-02 bors[bot]Merge #7848
2021-03-02 bors[bot]Merge #7837
2021-03-02 bors[bot]Merge #7836
2021-03-02 bors[bot]Merge #7777
2021-03-01 John RennerApply edits
2021-03-01 bors[bot]Merge #7778
2021-03-01 bors[bot]Merge #7822
2021-02-28 bors[bot]Merge #7813
2021-02-28 bors[bot]Merge #7812
2021-02-28 Aleksey KladovUse consistent naming for assist
2021-02-28 Aleksey KladovDon't spam loop-rewriting assist
2021-02-28 bors[bot]Merge #7804
2021-02-27 bors[bot]Merge #7797
2021-02-27 bors[bot]Merge #7566
2021-02-27 bors[bot]Merge #7677
2021-02-27 Domantas Jadenkusgenerate try_into instead of into
2021-02-27 Domantas Jadenkusrename generate_enum_match_method file to match assist...
2021-02-27 Domantas Jadenkusmove into_ and as_ generation to a separate file
2021-02-27 Domantas Jadenkuscargo fmt
2021-02-27 Domantas Jadenkusadd generate_enum_as_method assist
2021-02-27 Domantas Jadenkusdeduplicate some
2021-02-27 Domantas Jadenkusadd generate_enum_into_method assist
2021-02-27 Domantas Jadenkusmake generate_enum_is_method work on any variants
2021-02-27 Domantas Jadenkusrename existing assist to generate_enum_is_method
2021-02-26 bors[bot]Merge #7794
2021-02-26 Denys ZadorozhnyiDisable "Flip comma" assist inside a macro call
2021-02-26 bors[bot]Merge #7792
2021-02-26 Sanchith Hegdedocs(ide_assists): Change importMergeBehaviour to impor...
2021-02-25 John RennerImplement line<->block comment assist
2021-02-24 bors[bot]Merge #7741
2021-02-24 Matt HallAddress further review comments
next