Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cleanup Definition::search_scope | Lukas Wirth | 2021-03-23 | 1 | -83/+94 | |
* | Merge hir::MacroDef::is_* into hir::MacroDef::kind | Lukas Wirth | 2021-03-23 | 1 | -1/+1 | |
* | Set up a search scope when searching for mbe macro references | Lukas Wirth | 2021-03-23 | 1 | -4/+21 | |
* | Compute more mathematically well-rounded notion of transitive deps | Aleksey Kladov | 2021-03-23 | 1 | -3/+1 | |
* | rewrite merge use trees assist to use muatable syntax trees | Aleksey Kladov | 2021-03-22 | 1 | -2/+2 | |
* | Reexport PrefixKind to remove deps to hir | Edwin Cheng | 2021-03-22 | 1 | -1/+3 | |
* | Fix the profile string | Kirill Bulatov | 2021-03-21 | 1 | -1/+1 | |
* | Less reallocations | Kirill Bulatov | 2021-03-21 | 2 | -19/+12 | |
* | Use smart case in flyimport items lookup | Kirill Bulatov | 2021-03-21 | 2 | -3/+22 | |
* | Merge #8123 | bors[bot] | 2021-03-21 | 2 | -199/+179 | |
|\ | ||||||
| * | Disable unqualified assoc items completion for now | Kirill Bulatov | 2021-03-20 | 1 | -1/+8 | |
| * | Docs | Kirill Bulatov | 2021-03-20 | 2 | -10/+16 | |
| * | Do not query item search by name eagerly | Kirill Bulatov | 2021-03-20 | 2 | -197/+162 | |
| * | Do not propose assoc items without qualifiers | Kirill Bulatov | 2021-03-20 | 1 | -3/+5 | |
* | | Don't use an untyped String for ActiveParam tracking | Lukas Wirth | 2021-03-20 | 1 | -4/+10 | |
|/ | ||||||
* | Fix associated items not being appended to paths in import_assets | Lukas Wirth | 2021-03-18 | 1 | -1/+5 | |
* | Rename `item_tree` query to `file_item_tree` | Jonas Schievink | 2021-03-18 | 1 | -1/+1 | |
* | Fix incorrect newline emission in Attrs::docs | Lukas Wirth | 2021-03-17 | 2 | -44/+44 | |
* | use simpler .map(|x| y) instead of .and_then(|x| Some(y)) for Options. (clipp... | Matthias Krüger | 2021-03-17 | 1 | -22/+12 | |
* | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 2 | -2/+2 | |
* | Merge #8034 | bors[bot] | 2021-03-16 | 1 | -1/+1 | |
|\ | ||||||
| * | Implement Crate::transitive_reverse_dependencies | Lukas Wirth | 2021-03-15 | 1 | -1/+1 | |
* | | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -1/+1 | |
|/ | ||||||
* | move Semantics::visit_file_defs to ide_db::helpers | Lukas Wirth | 2021-03-15 | 1 | -0/+28 | |
*-. | Merge #8021 #8022 | bors[bot] | 2021-03-15 | 2 | -2/+16 | |
|\ \ | ||||||
| * | | Enable searching for builtin types | Lukas Wirth | 2021-03-15 | 2 | -2/+16 | |
* | | | Move code to the appropriate layer | Aleksey Kladov | 2021-03-15 | 1 | -6/+0 | |
* | | | Introduce StructureNodeKind | ivan770 | 2021-03-14 | 1 | -1/+6 | |
* | | | Provide regions in file structure | ivan770 | 2021-03-14 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | Merge #7799 | bors[bot] | 2021-03-13 | 1 | -0/+4 | |
|\ \ | |/ |/| | ||||||
| * | Apply review suggestions | vsrs | 2021-03-11 | 1 | -2/+2 | |
| * | Add runnables::related_tests | vsrs | 2021-02-27 | 1 | -0/+4 | |
* | | Better strip turbofishes | Kirill Bulatov | 2021-03-08 | 1 | -4/+4 | |
* | | Add rustdocs and use better names | Kirill Bulatov | 2021-03-08 | 1 | -30/+52 | |
* | | Less lifetines: derive SemanticsScope in place | Kirill Bulatov | 2021-03-08 | 2 | -25/+24 | |
* | | Restrict fuzzy qualifiers for now | Kirill Bulatov | 2021-03-08 | 1 | -20/+23 | |
* | | Enforce the located imports' order | Kirill Bulatov | 2021-03-08 | 1 | -6/+5 | |
* | | Fix the completion labels and tests | Kirill Bulatov | 2021-03-08 | 1 | -31/+68 | |
* | | Work towards better import labels | Kirill Bulatov | 2021-03-08 | 3 | -131/+101 | |
* | | Profile import_assets better | Kirill Bulatov | 2021-03-08 | 1 | -0/+5 | |
* | | Simplify | Kirill Bulatov | 2021-03-08 | 1 | -13/+5 | |
* | | Refactor the import location | Kirill Bulatov | 2021-03-08 | 1 | -102/+110 | |
* | | Do not propose already imported imports | Kirill Bulatov | 2021-03-08 | 1 | -9/+34 | |
* | | Properly handle turbofishes in qualifiers | Kirill Bulatov | 2021-03-08 | 1 | -5/+7 | |
* | | Fix some tests | Kirill Bulatov | 2021-03-08 | 2 | -42/+78 | |
* | | Return more data about located imports | Kirill Bulatov | 2021-03-08 | 2 | -76/+114 | |
* | | Draft the qualifier import resolution | Kirill Bulatov | 2021-03-08 | 2 | -37/+137 | |
* | | Filter out path items by the qualifier | Kirill Bulatov | 2021-03-08 | 1 | -24/+15 | |
* | | Simplify | Kirill Bulatov | 2021-03-08 | 1 | -64/+37 | |
* | | Find the code to change | Kirill Bulatov | 2021-03-08 | 1 | -55/+130 |