| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge #8033 | bors[bot] | 2021-03-15 | 4 | -8/+17 |
|\ |
|
| * | Add test for proc-macro meta info retrieval | Edwin Cheng | 2021-03-15 | 4 | -8/+17 |
* | | Merge #8032 | bors[bot] | 2021-03-15 | 3 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Enable proc-macros by default | Aleksey Kladov | 2021-03-15 | 3 | -3/+3 |
|/ |
|
* | 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 #8030 | bors[bot] | 2021-03-15 | 1 | -1/+2 |
|\ \ |
|
| * | | Add diesel to the benchmark suite | Georg Semmler | 2021-03-15 | 1 | -1/+2 |
* | | | 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 |
* | | | | | Merge #8026 | bors[bot] | 2021-03-15 | 5 | -45/+33 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Simplify source maps for fields | Aleksey Kladov | 2021-03-15 | 5 | -45/+33 |
* | | | | | Merge #8025 | bors[bot] | 2021-03-15 | 2 | -3/+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 |
* | | | | Merge #8023 | bors[bot] | 2021-03-15 | 5 | -13/+12 |
|\ \ \ \ |
|
| * | | | | 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 |
* | | | | | Merge #8016 | bors[bot] | 2021-03-14 | 11 | -84/+89 |
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | More renaming | Florian Diebold | 2021-03-14 | 5 | -19/+23 |
| * | | | Use chalk_ir::FnSig | Florian Diebold | 2021-03-14 | 5 | -21/+22 |