]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/tests.rs
reduce duplication
[rust.git] / crates / ide_assists / src / tests.rs
2021-05-23 Aleksey Kladovreduce duplication
2021-05-22 bors[bot]Merge #8923
2021-05-22 bors[bot]Merge #8922
2021-05-22 bors[bot]Merge #8868
2021-05-22 bors[bot]Merge #8921
2021-05-22 bors[bot]Merge #8901
2021-05-21 DawerTest `fill_match_arms` for lazy computation.
2021-05-20 bors[bot]Merge #8898
2021-05-20 bors[bot]Merge #8873
2021-05-19 Lukas Tobias WirthReplace ImportGranularity::Guess with guessing boolean...
2021-05-18 Lukas Tobias WirthMergeBehavior -> ImportGranularity
2021-05-17 bors[bot]Merge #8795
2021-05-12 bors[bot]Merge #8802
2021-05-11 bors[bot]Merge #8398
2021-05-11 bors[bot]Merge #8796
2021-05-11 bors[bot]Merge #8800
2021-05-11 bors[bot]Merge #8798
2021-05-10 bors[bot]Merge #8794
2021-05-10 Lukas WirthGive MergeBehaviour variants better names
2021-05-05 bors[bot]Merge #8674
2021-05-04 bors[bot]Merge #8720
2021-05-04 bors[bot]Merge #8719
2021-05-04 bors[bot]Merge #8711
2021-05-03 bors[bot]Merge #8482
2021-05-03 Kirill BulatovTests added
2021-05-03 Kirill BulatovAdd a way to resolve certain assists
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 #8647
2021-04-24 Lukas WirthSplit out merge_imports module from helpers::insert_use
2021-04-23 bors[bot]Merge #8317
2021-04-21 bors[bot]Merge #8570
2021-04-19 bors[bot]Merge #8524 #8527
2021-04-19 bors[bot]Merge #8462
2021-04-19 bors[bot]Merge #8565
2021-04-19 bors[bot]Merge #8540
2021-04-19 bors[bot]Merge #8467
2021-04-18 bors[bot]Merge #8560
2021-04-17 bors[bot]Merge #8559
2021-04-17 Lukas WirthAdd some more error messages to fixture failure cases
2021-04-11 jakeAdds impl Deref assist
2021-03-13 bors[bot]Merge #7799
2021-03-13 bors[bot]Merge #7994
2021-03-09 bors[bot]Merge #6822
2021-03-08 bors[bot]Merge #7898
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-02 bors[bot]Merge #7851
2021-03-02 Aleksey KladovCompress tests
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 #7513
2021-03-02 bors[bot]Merge #7777
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-22 bors[bot]Merge #7759
2021-02-22 Chetan Khilosiya7526: Rename crate assists to ide_assists.