]> git.lizzy.rs Git - rust.git/history - crates/assists/src/utils/insert_use.rs
Merge #5989
[rust.git] / crates / assists / src / utils / insert_use.rs
2020-09-16 bors[bot]Merge #5989
2020-09-16 Lukas WirthAdd make::glob_use_tree function to create star-only...
2020-09-14 bors[bot]Merge #5976
2020-09-14 bors[bot]Merge #5985
2020-09-13 bors[bot]Merge #5971
2020-09-12 Lukas WirthFix merge imports failing if the `self` module import...
2020-09-12 Lukas WirthTidy up `recursive_merge` implementation
2020-09-12 Lukas WirthReimplement import merging by making it recursive prope...
2020-09-12 Lukas WirthMake MergeBehaviour configurable
2020-09-11 bors[bot]Merge #5955
2020-09-09 bors[bot]Merge #5968
2020-09-05 Lukas WirthAllow merge_imports assists to merge imports of equal...
2020-09-05 Lukas WirthRemove duplicated import merge logic
2020-09-05 Lukas WirthFix segment_iter not iterating segments properly
2020-09-04 bors[bot]Merge #5940
2020-09-04 bors[bot]Merge #5935
2020-09-03 Lukas WirthAdd extra insert_use test for pub(crate) re-export...
2020-09-03 Lukas WirthFix import insertion breaking nested modules
2020-09-03 Lukas WirthFix inserting imports in front of inner attributes
2020-09-03 Lukas WirthReplace insert_use_statement with the new insert_use
2020-09-03 Lukas WirthImpl make::blank_line
2020-09-03 Lukas WirthUse mark to check that paths that are too long will...
2020-09-03 Lukas WirthTidy up tests and apply suggested changes
2020-09-03 Lukas WirthAdd more import insertion tests
2020-09-03 Lukas WirthBegin refactor of import insertion
2020-08-24 Zac Pullar-StreckerMerge remote-tracking branch 'upstream/master' into...
2020-08-18 DmitryMerge remote-tracking branch 'rust-analyzer/master'
2020-08-18 bors[bot]Merge #5682
2020-08-18 bors[bot]Merge #5687
2020-08-18 bors[bot]Merge #5758
2020-08-17 bors[bot]Merge #5776 #5780
2020-08-17 bors[bot]Merge #5782
2020-08-16 bors[bot]Merge #5766
2020-08-15 bors[bot]Merge #5769
2020-08-15 Aleksey KladovDon't expose hir::Path out of hir
2020-08-14 DmitryMerge remote-tracking branch 'origin/master'
2020-08-14 Igor AleksanovMerge branch 'master' into add-disable-diagnostics
2020-08-13 bors[bot]Merge #5749
2020-08-13 Aleksey KladovRename ra_assists -> assists