| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge #8029 | bors[bot] | 2021-03-15 | 10 | -12/+10 |
|\ |
|
| * | Drop non-working mark | Laurențiu Nicola | 2021-03-15 | 1 | -2/+0 |
| * | Enable thread-local coverage marks | Laurențiu Nicola | 2021-03-15 | 9 | -10/+10 |
* | | Merge #8020 | bors[bot] | 2021-03-15 | 4 | -64/+136 |
|\ \
| |/
|/| |
|
| * | goto_implementation: Look at the entire crate graph for trait impls | Lukas Wirth | 2021-03-15 | 1 | -8/+3 |
| * | Speedup trait impl search for goto_implementation | Lukas Wirth | 2021-03-15 | 2 | -3/+19 |
| * | Power up goto_implementation | Lukas Wirth | 2021-03-15 | 3 | -62/+123 |
* | | Merge #8027 | bors[bot] | 2021-03-15 | 1 | -12/+4 |
|\ \ |
|
| * | | remove expected_name_and_type method on completion context in favor of using ... | Josh Mcguigan | 2021-03-15 | 1 | -12/+4 |
* | | | Merge #8015 | bors[bot] | 2021-03-15 | 3 | -67/+108 |
|\ \ \
| |/ /
|/| | |
|
| * | | move Semantics::visit_file_defs to ide_db::helpers | Lukas Wirth | 2021-03-15 | 4 | -27/+33 |
| * | | Introduce Semantics::visit_file_defs | Lukas Wirth | 2021-03-15 | 3 | -68/+103 |
* | | | Merge #8008 | bors[bot] | 2021-03-15 | 2 | -26/+286 |
|\ \ \ |
|
| * | | | update algorithm for determining expected type of completion | Josh Mcguigan | 2021-03-15 | 2 | -26/+286 |
* | | | | Merge #8018 | bors[bot] | 2021-03-15 | 11 | -142/+155 |
|\ \ \ \ |
|
| * | | | | Don't use Substs for Ref/Raw/Array/Slice | Florian Diebold | 2021-03-14 | 10 | -116/+103 |
| * | | | | Make Ty wrap TyKind in an Arc | Florian Diebold | 2021-03-14 | 8 | -27/+53 |
* | | | | | Simplify source maps for fields | Aleksey Kladov | 2021-03-15 | 5 | -45/+33 |
| |/ / /
|/| | | |
|
* | | | | Goto definition works for `S { a: }` case | Aleksey Kladov | 2021-03-15 | 2 | -3/+33 |
| |/ /
|/| | |
|
| | | | |
| \ \ | |
*-. \ \ | Merge #8021 #8022 | bors[bot] | 2021-03-15 | 14 | -40/+59 |
|\ \ \ \ |
|
| | * | | | some clippy::performance fixes | Matthias Krüger | 2021-03-15 | 9 | -19/+13 |
| | | |/
| | |/| |
|
| * | | | Enable searching for builtin types | Lukas Wirth | 2021-03-15 | 5 | -21/+46 |
* | | | | Move code to the appropriate layer | Aleksey Kladov | 2021-03-15 | 5 | -13/+12 |
* | | | | Merge #7975 | bors[bot] | 2021-03-15 | 5 | -50/+207 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Make CI happy | ivan770 | 2021-03-14 | 1 | -1/+1 |
| * | | | Introduce StructureNodeKind | ivan770 | 2021-03-14 | 7 | -57/+110 |
| * | | | Added region intersection test | ivan770 | 2021-03-14 | 1 | -0/+53 |
| * | | | Shorten trim call | ivan770 | 2021-03-14 | 1 | -1/+1 |
| * | | | Provide regions in file structure | ivan770 | 2021-03-14 | 5 | -4/+55 |
* | | | | Merge #7966 | bors[bot] | 2021-03-15 | 3 | -3/+317 |
|\ \ \ \ |
|
| * | | | | Add module comment | Jonas Schievink | 2021-03-15 | 1 | -0/+2 |
| * | | | | Use pub(crate) | Jonas Schievink | 2021-03-15 | 1 | -3/+3 |
| * | | | | Redo it properly and add a quickfix | Jonas Schievink | 2021-03-15 | 3 | -7/+309 |
| * | | | | Diagnose files that aren't in the module tree | Jonas Schievink | 2021-03-10 | 1 | -3/+13 |
* | | | | | Merge #8017 | bors[bot] | 2021-03-14 | 1 | -4/+51 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Don't drop type params in doc-test paths | Lukas Wirth | 2021-03-14 | 1 | -4/+51 |
| | |_|/
| |/| | |
|
* | | | | Merge #8014 | bors[bot] | 2021-03-14 | 3 | -32/+88 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | increase completion relevance for items in local scope | Josh Mcguigan | 2021-03-14 | 3 | -32/+88 |
* | | | | More renaming | Florian Diebold | 2021-03-14 | 5 | -19/+23 |
* | | | | Use chalk_ir::FnSig | Florian Diebold | 2021-03-14 | 5 | -21/+22 |
* | | | | Rename some fields to their Chalk names | Florian Diebold | 2021-03-14 | 11 | -47/+47 |
|/ / / |
|
* | | | Merge #7993 | bors[bot] | 2021-03-14 | 1 | -21/+137 |
|\ \ \ |
|
| * | | | Skip ref_match on same types, remove sorting in tests | ivan770 | 2021-03-14 | 1 | -38/+25 |
| * | | | Added both references and original matches to tests | ivan770 | 2021-03-13 | 1 | -34/+42 |
| * | | | Fix incorrect DerefMut test reference type | ivan770 | 2021-03-13 | 1 | -1/+1 |
| * | | | Make relevance tests display references, suggest derefs only when needed | ivan770 | 2021-03-13 | 2 | -16/+84 |
| * | | | Simplify call site and deref completion test | ivan770 | 2021-03-13 | 1 | -85/+16 |
| * | | | Count derefs as matched types if possible | ivan770 | 2021-03-13 | 2 | -4/+126 |
* | | | | Merge #8011 | bors[bot] | 2021-03-14 | 3 | -1/+8 |
|\ \ \ \ |
|
| * | | | | Add no-sysroot flag for analysis-stats | Edwin Cheng | 2021-03-14 | 3 | -1/+8 |