Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #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 |
| * | | 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 #8013 | bors[bot] | 2021-03-14 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Fix `cargo xtask lint` references | Laurențiu Nicola | 2021-03-14 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge #8012 | bors[bot] | 2021-03-14 | 3 | -22/+1 |
|\ \ \ | |||||
| * | | | xtask: replace "lint" command by a simply cargo alias | Matthias Krüger | 2021-03-14 | 3 | -22/+1 |
|/ / / | |||||
* | | | 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 |
* | | | | Merge #8010 | bors[bot] | 2021-03-14 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Attach trivia to ast::Union nodes | Lukas Wirth | 2021-03-14 | 1 | -2/+2 |
* | | | | Merge #8006 | bors[bot] | 2021-03-14 | 1 | -63/+57 |
|\ \ \ \ | |||||
| * | | | | Simpify mbe bindings builder | Edwin Cheng | 2021-03-14 | 1 | -63/+57 |
|/ / / / | |||||
* | | | | Merge #8005 | bors[bot] | 2021-03-14 | 1 | -2/+5 |
|\ \ \ \ | |||||
| * | | | | Make sure ill-form macro handle propely | Edwin Cheng | 2021-03-14 | 1 | -2/+5 |
|/ / / / | |||||
* | | | | Merge #8003 | bors[bot] | 2021-03-13 | 5 | -289/+249 |
|\ \ \ \ | |||||
| * | | | | Move type lowering methods to TyLoweringContext | Florian Diebold | 2021-03-13 | 5 | -289/+249 |
|/ / / / | |||||
* | | | | Merge #8002 | bors[bot] | 2021-03-13 | 6 | -50/+76 |
|\ \ \ \ | |||||
| * | | | | Create TraitEnvironment through a query | Florian Diebold | 2021-03-13 | 6 | -50/+76 |
|/ / / / | |||||
* | | | | Merge #8001 | bors[bot] | 2021-03-13 | 10 | -129/+122 |
|\ \ \ \ | |||||
| * | | | | Use chalk_ir::OpaqueTyId | Florian Diebold | 2021-03-13 | 7 | -63/+53 |
| * | | | | Use chalk_ir::PlaceholderIndex | Florian Diebold | 2021-03-13 | 8 | -44/+53 |
| * | | | | Use chalk_ir::ClosureId | Florian Diebold | 2021-03-13 | 5 | -23/+17 |
|/ / / / | |||||
* | | | | Merge #7999 | bors[bot] | 2021-03-13 | 2 | -29/+22 |
|\ \ \ \ | |||||
| * | | | | Handle `cfg_attr` gating multiple attributes | Jonas Schievink | 2021-03-13 | 1 | -29/+19 |
| * | | | | Extend cfg_attr test | Jonas Schievink | 2021-03-13 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | Merge #7998 | bors[bot] | 2021-03-13 | 14 | -135/+158 |
|\ \ \ \ | |||||
| * | | | | Use chalk_ir::FnDefId | Florian Diebold | 2021-03-13 | 10 | -30/+48 |
| * | | | | Use chalk_ir::AssocTypeId | Florian Diebold | 2021-03-13 | 10 | -76/+87 |
| * | | | | Use chalk_ir::ForeignDefId | Florian Diebold | 2021-03-13 | 6 | -38/+32 |
|/ / / / | |||||
* | | | | Merge #7997 | bors[bot] | 2021-03-13 | 1 | -1/+2 |
|\ \ \ \ |