Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #8040 | bors[bot] | 2021-03-16 | 2 | -9/+31 |
|\ | |||||
| * | 7709: Import changes. | Chetan Khilosiya | 2021-03-15 | 1 | -4/+2 |
| * | 7709: Added the check for return type of len function. | Chetan Khilosiya | 2021-03-15 | 2 | -9/+33 |
* | | Merge #8044 | bors[bot] | 2021-03-16 | 10 | -65/+103 |
|\ \ | |/ |/| | |||||
| * | Fix macro expansion for statements w/o semicolon | Edwin Cheng | 2021-03-16 | 10 | -65/+103 |
|/ | |||||
* | Merge #8039 | bors[bot] | 2021-03-15 | 3 | -14/+29 |
|\ | |||||
| * | Use SmallVec for Substs | Florian Diebold | 2021-03-15 | 3 | -14/+29 |
|/ | |||||
* | Merge #7970 | bors[bot] | 2021-03-15 | 3 | -11/+69 |
|\ | |||||
| * | Update crates/hir_def/src/nameres/collector.rs | brandondong | 2021-03-15 | 1 | -1/+1 |
| * | Fix incorrect diagnositics for failing built in eager macros | Brandon | 2021-03-14 | 2 | -10/+68 |
| * | Fix spelling error | Brandon | 2021-03-14 | 1 | -1/+1 |
* | | Merge #8038 | bors[bot] | 2021-03-15 | 2 | -101/+117 |
|\ \ | |||||
| * | | Fix unification logic | Florian Diebold | 2021-03-15 | 2 | -101/+117 |
* | | | Merge #8028 | bors[bot] | 2021-03-15 | 6 | -44/+91 |
|\ \ \ | |/ / |/| | | |||||
| * | | Support multiple parents in parentModule in vscode-client | Lukas Wirth | 2021-03-15 | 1 | -9/+15 |
| * | | Return multiple modules in `parent_module` | Lukas Wirth | 2021-03-15 | 5 | -35/+76 |
* | | | Merge #8037 | bors[bot] | 2021-03-15 | 4 | -0/+288 |
|\ \ \ | |||||
| * | | | 7709: Updated the implementation. | Chetan Khilosiya | 2021-03-15 | 3 | -37/+73 |
| * | | | 7709: Added the assist to generate is_empty function | Chetan Khilosiya | 2021-03-15 | 3 | -0/+252 |
* | | | | Merge #8035 | bors[bot] | 2021-03-15 | 3 | -120/+120 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | unqualfied_path completions aren't responsible for pattern completions | Lukas Wirth | 2021-03-15 | 3 | -120/+120 |
* | | | | Merge #7992 | bors[bot] | 2021-03-15 | 2 | -1/+76 |
|\ \ \ \ | |||||
| * | | | | implement function completion scoring | Josh Mcguigan | 2021-03-15 | 2 | -1/+76 |
| |/ / / | |||||
* | | | | 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 |
|/ / / / |