aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | Handle bindings after @ in patternsJonas Schievink2020-06-211-10/+24
* | | Merge #4962bors[bot]2020-06-2129-1/+222
|\ \ \
| * | | Implement APIs for parsing expressions, types, paths, patterns and itemsDavid Lattimore2020-06-2129-1/+222
* | | | Merge #4959bors[bot]2020-06-213-2/+19
|\ \ \ \
| * | | | Syntax highlighting for documentation comments on macro definitionsLeander Tentrup2020-06-193-2/+19
* | | | | Merge #4947bors[bot]2020-06-207-59/+90
|\ \ \ \ \
| * | | | | Recursively compute impl setsJonas Schievink2020-06-191-13/+26
| * | | | | Add new query to statsJonas Schievink2020-06-192-4/+5
| * | | | | Don't include downstream crate in queryJonas Schievink2020-06-191-1/+2
| * | | | | Replace `impls_in_trait` with `CrateImplDefs`Jonas Schievink2020-06-197-63/+79
| | |/ / / | |/| | |
* | | | | Move ReqQueue to lsp-serverAleksey Kladov2020-06-206-190/+107
* | | | | Merge #4961bors[bot]2020-06-204-170/+188
|\ \ \ \ \
| * | | | | Centralize handing of in-flight requestsAleksey Kladov2020-06-204-170/+188
* | | | | | Merge #4958bors[bot]2020-06-204-24/+312
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Push obligation instead of matching on solutionadamrk2020-06-202-45/+40
| * | | | | Get Output assoc type by nameadamrk2020-06-201-13/+3
| * | | | | Add test for dyn Fn Outputadamrk2020-06-201-0/+68
| * | | | | move tests to ra_hir_tyadamrk2020-06-202-104/+155
| * | | | | Fixes to callable_sig_from_fn_traitadamrk2020-06-202-67/+72
| * | | | | Make get_fn_trait a method of FnTraitadamrk2020-06-203-21/+21
| * | | | | Switch back callable_sig for known fn typesadamrk2020-06-202-4/+4
| * | | | | Infer FnSig from Fn traitsadamrk2020-06-195-18/+197
* | | | | | Merge #4952bors[bot]2020-06-192-0/+94
|\ \ \ \ \ \
| * | | | | | Shift bound variables correctly when using assoc type shorthandFlorian Diebold2020-06-192-0/+94
| | |_|/ / / | |/| | | |
* | | | | | Merge #4951bors[bot]2020-06-192-6/+31
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Don't panic on crates depending on themselvesFlorian Diebold2020-06-192-6/+31
* | | | | | Use correct substs for super trait assoc typesFlorian Diebold2020-06-193-17/+47
| |/ / / / |/| | | |
* | | | | Fix substs in resolve_value_path for ImplSelfVincent Rouillé2020-06-192-1/+33
|/ / / /
* | | | Merge #4851bors[bot]2020-06-195-5/+134
|\ \ \ \
| * | | | Add quickfix to add a struct fieldTimo Freiberg2020-06-125-5/+134
* | | | | Merge #4937bors[bot]2020-06-191-1/+4
|\ \ \ \ \
| * | | | | Fix fmtoxalica2020-06-181-1/+2
| * | | | | Allow overriding rust-analyzer display revisionoxalica2020-06-181-1/+3
* | | | | | Merge #4839bors[bot]2020-06-196-36/+1335
|\ \ \ \ \ \
| * | | | | | Apply suggestions from code reviewvsrs2020-06-183-65/+328
| * | | | | | Add Type::walk methodvsrs2020-06-183-75/+132
| * | | | | | Remove AdtOrTraitvsrs2020-06-184-50/+39
| * | | | | | Add associated type test.vsrs2020-06-181-0/+57
| * | | | | | Fix type "items" order.vsrs2020-06-182-24/+36
| * | | | | | Add `Go to Type Definition` hover action.vsrs2020-06-188-35/+956
| * | | | | | Fix empty hover action group for a runnable.vsrs2020-06-181-1/+1
* | | | | | | Speedup VFS::partitionAleksey Kladov2020-06-194-11/+30
| |_|_|/ / / |/| | | | |
* | | | | | Merge #4930bors[bot]2020-06-181-28/+49
|\ \ \ \ \ \
| * | | | | | Avoid all unchecked indexing in match checkingJonas Schievink2020-06-171-28/+49
| | |_|_|/ / | |/| | | |
* | | | | | Merge #4941bors[bot]2020-06-182-8/+4
|\ \ \ \ \ \
| * | | | | | SimplifyAleksey Kladov2020-06-182-8/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge #4903bors[bot]2020-06-185-41/+56
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove logic to mark all doctest code asPaul Daniel Faria2020-06-182-14/+13
| * | | | | Ensure all existing doctest code highlights have documentation modifierPaul Daniel Faria2020-06-173-21/+22
| * | | | | Add highlighting support for doc commentsPaul Daniel Faria2020-06-175-41/+56