aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* implement a temporary workaround for #8058Josh Mcguigan2021-03-224-7/+37
* Merge #8137bors[bot]2021-03-213-9/+51
|\
| * Fix box pattern inference panicLukas Wirth2021-03-213-9/+51
* | Merge #8134bors[bot]2021-03-215-30/+108
|\ \
| * | check is_include_macro only when attr_path is not specifiedYilin Chen2021-03-211-4/+3
| * | use the included file as the source of expanded include macroYilin Chen2021-03-215-28/+107
* | | Merge #8133bors[bot]2021-03-217-16/+173
|\ \ \ | |_|/ |/| |
| * | Ignore type bindings in generic_predicates_for_paramFlorian Diebold2021-03-216-19/+52
| * | Test for a Salsa bugFlorian Diebold2021-03-213-0/+124
* | | Merge #8132bors[bot]2021-03-213-2/+37
|\ \ \
| * | | Add `'` to trigger_characters, allowing more direct lifetime completionsLukas Wirth2021-03-213-2/+37
* | | | Merge #8135bors[bot]2021-03-2139-168/+130
|\ \ \ \
| * | | | a lot of clippy::style fixesMatthias Krüger2021-03-2119-69/+52
| * | | | clippy::complexity simplifications related to IteratorsMatthias Krüger2021-03-2112-78/+62
| * | | | xtask: remove redundant lifetime (clippy::extra_unused_lifetimes)Matthias Krüger2021-03-211-1/+1
| * | | | use strip_prefix() instead of starts_with and slicing (clippy::manual_strip)Matthias Krüger2021-03-214-13/+9
| * | | | remove more redundant clones (clippy::redundant_clone())Matthias Krüger2021-03-215-7/+6
| | |/ / | |/| |
* | | | Merge #8128bors[bot]2021-03-212-6/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Expand legacy-scoped macro during collectionJonas Schievink2021-03-212-6/+28
* | | | Merge #8131bors[bot]2021-03-216-28/+93
|\ \ \ \
| * | | | Fix the profile stringKirill Bulatov2021-03-211-1/+1
| * | | | Less reallocationsKirill Bulatov2021-03-214-21/+12
| * | | | Use smart case in flyimport items lookupKirill Bulatov2021-03-213-6/+80
|/ / / /
* | | | Merge #8123bors[bot]2021-03-216-224/+250
|\ \ \ \ | |_|/ / |/| | |
| * | | Disable unqualified assoc items completion for nowKirill Bulatov2021-03-203-2/+10
| * | | DocsKirill Bulatov2021-03-205-15/+20
| * | | Do not query item search by name eagerlyKirill Bulatov2021-03-204-222/+200
| * | | Do not propose assoc items without qualifiersKirill Bulatov2021-03-203-3/+38
* | | | Merge #8130bors[bot]2021-03-211-3/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert "Temporarily run git describe on CI to debug #8043"Laurențiu Nicola2021-03-211-3/+0
|/ / /
* | | Merge #8127bors[bot]2021-03-218-18/+184
|\ \ \ | |_|/ |/| |
| * | Fix incorrect scoping in while expressionsLukas Wirth2021-03-213-14/+41
| * | Add label completionLukas Wirth2021-03-214-7/+100
| * | Track labels in scopesLukas Wirth2021-03-214-11/+57
* | | Merge #8122bors[bot]2021-03-218-14/+36
|\ \ \ | |/ / |/| |
| * | Fix and test edge cases of `_` as identKevin Mehall2021-03-203-3/+13
| * | Make bare underscore token an Ident rather than Punct in proc-macroKevin Mehall2021-03-206-12/+24
* | | Merge #8124bors[bot]2021-03-205-14/+233
|\ \ \
| * | | Add basic lifetime completionLukas Wirth2021-03-205-14/+233
| |/ /
* | | Merge #8125bors[bot]2021-03-205-24/+44
|\ \ \ | |_|/ |/| |
| * | Don't use an untyped String for ActiveParam trackingLukas Wirth2021-03-205-24/+44
| |/
* | Merge #8121bors[bot]2021-03-201-0/+3
|\ \ | |/ |/|
| * Temporarily run git describe to debug #8043Laurențiu Nicola2021-03-201-0/+3
|/
* Merge #8119bors[bot]2021-03-204-12/+10
|\
| * Don't return a SourceChange on WillRenameFiles when nothing gets refactoredLukas Wirth2021-03-202-8/+7
| * Fix add_life_to_type label typoLukas Wirth2021-03-202-4/+3
* | Merge #8117bors[bot]2021-03-2014-91/+130
|\ \
| * | Turn Obligation into something similar to chalk_ir::DomainGoalFlorian Diebold2021-03-2014-91/+130
* | | Merge #8116bors[bot]2021-03-207-42/+8
|\| |
| * | Remove WhereClause::ErrorFlorian Diebold2021-03-207-42/+8