]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/replace_derive_with_manual_impl.rs
Simplify generated PartialOrd code
[rust.git] / crates / ide_assists / src / handlers / replace_derive_with_manual_impl.rs
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-24 bors[bot]Merge #7907
2021-03-22 bors[bot]Merge #8054
2021-03-21 bors[bot]Merge #8134
2021-03-21 bors[bot]Merge #8132
2021-03-21 bors[bot]Merge #8128
2021-03-21 bors[bot]Merge #8131
2021-03-21 Kirill BulatovLess reallocations
2021-03-21 bors[bot]Merge #8123
2021-03-20 Kirill BulatovDocs
2021-03-20 Kirill BulatovDo not query item search by name eagerly
2021-03-13 bors[bot]Merge #7799
2021-03-13 bors[bot]Merge #7994
2021-03-09 bors[bot]Merge #6822
2021-03-09 bors[bot]Merge #7941
2021-03-09 bors[bot]Merge #7873 #7933
2021-03-08 Kirill BulatovLess lifetines: derive SemanticsScope in place
2021-03-08 Kirill BulatovWork towards better import labels
2021-03-02 bors[bot]Merge #7335 #7691
2021-02-22 bors[bot]Merge #7759
2021-02-22 Chetan Khilosiya7526: Rename crate assists to ide_assists.