aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Impl HirDisplay for function hover messageoxalica2021-03-155-14/+461
* Introduce FunctionQualifier for hir::FunctionDataoxalica2021-03-156-17/+45
* Collect HirDisplay impls to a single fileoxalica2021-03-152-20/+27
* Add test for hover of macro expanded functionoxalica2021-03-151-0/+38
* Merge #7992bors[bot]2021-03-152-1/+76
|\
| * implement function completion scoringJosh Mcguigan2021-03-152-1/+76
* | Merge #8033bors[bot]2021-03-154-8/+17
|\ \
| * | Add test for proc-macro meta info retrievalEdwin Cheng2021-03-154-8/+17
| |/
* | Merge #8032bors[bot]2021-03-153-3/+3
|\ \ | |/ |/|
| * Enable proc-macros by defaultAleksey Kladov2021-03-153-3/+3
|/
* Merge #8029bors[bot]2021-03-1510-12/+10
|\
| * Drop non-working markLaurențiu Nicola2021-03-151-2/+0
| * Enable thread-local coverage marksLaurențiu Nicola2021-03-159-10/+10
* | Merge #8030bors[bot]2021-03-151-1/+2
|\ \
| * | Add diesel to the benchmark suiteGeorg Semmler2021-03-151-1/+2
* | | Merge #8020bors[bot]2021-03-154-64/+136
|\ \ \ | |_|/ |/| |
| * | goto_implementation: Look at the entire crate graph for trait implsLukas Wirth2021-03-151-8/+3
| * | Speedup trait impl search for goto_implementationLukas Wirth2021-03-152-3/+19
| * | Power up goto_implementationLukas Wirth2021-03-153-62/+123
* | | Merge #8027bors[bot]2021-03-151-12/+4
|\ \ \
| * | | remove expected_name_and_type method on completion context in favor of using ...Josh Mcguigan2021-03-151-12/+4
* | | | Merge #8015bors[bot]2021-03-153-67/+108
|\ \ \ \ | |/ / / |/| | |
| * | | move Semantics::visit_file_defs to ide_db::helpersLukas Wirth2021-03-154-27/+33
| * | | Introduce Semantics::visit_file_defsLukas Wirth2021-03-153-68/+103
* | | | Merge #8008bors[bot]2021-03-152-26/+286
|\ \ \ \ | |_|_|/ |/| | |
| * | | update algorithm for determining expected type of completionJosh Mcguigan2021-03-152-26/+286
* | | | Merge #8018bors[bot]2021-03-1511-142/+155
|\ \ \ \
| * | | | Don't use Substs for Ref/Raw/Array/SliceFlorian Diebold2021-03-1410-116/+103
| * | | | Make Ty wrap TyKind in an ArcFlorian Diebold2021-03-148-27/+53
* | | | | Merge #8026bors[bot]2021-03-155-45/+33
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Simplify source maps for fieldsAleksey Kladov2021-03-155-45/+33
* | | | | Merge #8025bors[bot]2021-03-152-3/+33
|\| | | | | |_|/ / |/| | |
| * | | Goto definition works for `S { a: }` caseAleksey Kladov2021-03-152-3/+33
|/ / /
| | |
| \ \
*-. \ \ Merge #8021 #8022bors[bot]2021-03-1514-40/+59
|\ \ \ \
| | * | | some clippy::performance fixesMatthias Krüger2021-03-159-19/+13
| | | |/ | | |/|
| * | | Enable searching for builtin typesLukas Wirth2021-03-155-21/+46
* | | | Merge #8023bors[bot]2021-03-155-13/+12
|\ \ \ \
| * | | | Move code to the appropriate layerAleksey Kladov2021-03-155-13/+12
|/ / / /
* | | | Merge #7975bors[bot]2021-03-155-50/+207
|\ \ \ \ | |_|/ / |/| | |
| * | | Make CI happyivan7702021-03-141-1/+1
| * | | Introduce StructureNodeKindivan7702021-03-147-57/+110
| * | | Added region intersection testivan7702021-03-141-0/+53
| * | | Shorten trim callivan7702021-03-141-1/+1
| * | | Provide regions in file structureivan7702021-03-145-4/+55
* | | | Merge #7966bors[bot]2021-03-153-3/+317
|\ \ \ \
| * | | | Add module commentJonas Schievink2021-03-151-0/+2
| * | | | Use pub(crate)Jonas Schievink2021-03-151-3/+3
| * | | | Redo it properly and add a quickfixJonas Schievink2021-03-153-7/+309
| * | | | Diagnose files that aren't in the module treeJonas Schievink2021-03-101-3/+13
* | | | | Merge #8017bors[bot]2021-03-141-4/+51
|\ \ \ \ \ | |_|/ / / |/| | | |