aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Added arglist moverivan7702021-03-191-12/+102
| * | Improve cursor positioning after movingivan7702021-03-181-1/+14
| * | Remove prioritization, add more movable itemsivan7702021-03-181-60/+124
| * | Fix code after rowan version bumpivan7702021-03-181-1/+1
| * | Fix tsfmt and eslint warningsivan7702021-03-182-4/+4
| * | Remove movable array, improve client codeivan7702021-03-183-30/+14
| * | Item up and down moversivan7702021-03-1811-1/+536
* | | Merge #8144bors[bot]2021-03-221-0/+6
|\ \ \
| * | | bail out early for source code closureshi-rustin2021-03-221-0/+6
* | | | Merge #8139bors[bot]2021-03-2211-179/+194
|\ \ \ \
| * | | | Align InEnvironment with ChalkFlorian Diebold2021-03-2110-123/+94
| * | | | Align Canonical more with Chalk's versionFlorian Diebold2021-03-216-81/+125
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge #8136 #8146bors[bot]2021-03-2211-113/+215
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Update docs/dev/README.mdAleksey Kladov2021-03-221-1/+1
| | * | | | Document patch policyAleksey Kladov2021-03-221-0/+3
| * | | | | Use QuantifiedWhereClause in generic_predicates as wellFlorian Diebold2021-03-219-37/+28
| * | | | | Introduce QuantifiedWhereClause and DynTy analogous to ChalkFlorian Diebold2021-03-218-105/+213
* | | | | | Merge #8145bors[bot]2021-03-221-0/+14
|\ \ \ \ \ \
| * | | | | | Apply suggestions from code reviewAleksey Kladov2021-03-221-2/+2
| * | | | | | Update docs/user/manual.adocAleksey Kladov2021-03-221-1/+1
| | |/ / / / | |/| | | |
| * | | | | Document our security stanceAleksey Kladov2021-03-221-0/+14
|/ / / / /
* | | | | Merge #8143bors[bot]2021-03-223-5/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Reexport PrefixKind to remove deps to hirEdwin Cheng2021-03-223-5/+8
|/ / / /
* | | | 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