]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/utils.rs
Feat: inline generics in const and func trait completions
[rust.git] / crates / ide_assists / src / utils.rs
2021-06-17 rdambrosioFeat: inline generics in const and func trait completions
2021-06-16 bors[bot]Merge #9258
2021-06-14 bors[bot]Merge #8951
2021-06-14 bors[bot]Merge #9260
2021-06-13 bors[bot]Merge #9242
2021-06-13 Maan2003clippy::redudant_borrow
2021-05-22 bors[bot]Merge #8868
2021-05-22 Aleksey Kladovuse more precise name
2021-05-22 Aleksey Kladovinternal: replace AstTransformer with mutable syntax...
2021-05-19 bors[bot]Merge #8882
2021-05-18 bors[bot]Merge #8871
2021-05-17 bors[bot]Merge #8795
2021-05-16 bors[bot]Merge #8813
2021-05-14 bors[bot]Merge #8819
2021-05-14 bors[bot]Merge #8838
2021-05-14 Aleksey Kladovinternal: use more mutable APIs
2021-05-14 bors[bot]Merge #8837
2021-05-14 Aleksey Kladovinternal: rewrite assoc item manipulaion to use mutable...
2021-05-11 bors[bot]Merge #8398
2021-05-11 bors[bot]Merge #8800
2021-05-09 bors[bot]Merge #8783
2021-05-09 Aleksey Kladovinternal: introduce `ast::make::ext` module with common...
2021-05-03 bors[bot]Merge #8482
2021-05-03 bors[bot]Merge #8427
2021-04-27 bors[bot]Merge #8624
2021-04-27 bors[bot]Merge #8629 #8657
2021-04-24 bors[bot]Merge #8641
2021-04-23 bors[bot]Merge #8639
2021-04-23 bors[bot]Merge #8591 #8638
2021-04-23 Lukas WirthRemove SyntaxRewriter::from_fn
2021-04-18 bors[bot]Merge #8560
2021-04-08 bors[bot]Merge #8207
2021-04-05 bors[bot]Merge #8352
2021-04-05 bors[bot]Merge #8245
2021-03-31 bors[bot]Merge #8210
2021-03-31 bors[bot]Merge #8267
2021-03-31 bors[bot]Merge #8266
2021-03-30 bors[bot]Merge #8186
2021-03-29 Lukas WirthRename target_ty to self_ty
2021-03-28 bors[bot]Merge #8212
2021-03-27 bors[bot]Merge #8221
2021-03-27 bors[bot]Merge #8220
2021-03-27 bors[bot]Merge #8213
2021-03-27 ivan770Added support for const generics in impl generation
2021-03-27 bors[bot]Merge #8201
2021-03-26 bors[bot]Merge #8191
2021-03-26 cynecxsyntax: return owned string instead of leaking string
2021-03-13 bors[bot]Merge #7799
2021-03-05 bors[bot]Merge #7880
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 Katasonovpull out suggest_name::* to utils; enchance heuristics
2021-03-02 bors[bot]Merge #7777
2021-03-01 bors[bot]Merge #7778
2021-02-28 bors[bot]Merge #7813
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 Jadenkusmove into_ and as_ generation to a separate file
2021-02-24 bors[bot]Merge #7741
2021-02-24 bors[bot]Merge #7719
2021-02-24 Lukas WirthAdd tests for apply_demorgan
2021-02-24 lbrandeDe Morgan's Law assist now correctly inverts <, <=...
2021-02-24 lbrandeDe Morgan's Law assist now correctly parenthesizes...
2021-02-22 bors[bot]Merge #7759
2021-02-22 Chetan Khilosiya7526: Rename crate assists to ide_assists.