]> git.lizzy.rs Git - rust.git/history - crates/assists/src/handlers/expand_glob_import.rs
Fix importing private modules in expand glob import
[rust.git] / crates / assists / src / handlers / expand_glob_import.rs
2020-08-20 unexgeFix importing private modules in expand glob import
2020-08-20 unexgeFix importing unused traits in expand glob import
2020-08-20 unexgeUse fixme instead of todo
2020-08-20 unexgeUse `Definition::find_usages` for finding used items...
2020-08-20 unexgeRun rustfmt
2020-08-20 unexgeHandle more cases in AST replacing in expand glob import
2020-08-20 unexgeImprove AST replacing in expand glob import
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