Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
* | | | | | | Merge #8010 | bors[bot] | 2021-03-14 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Attach trivia to ast::Union nodes | Lukas Wirth | 2021-03-14 | 1 | -2/+2 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Simpify mbe bindings builder | Edwin Cheng | 2021-03-14 | 1 | -63/+57 | |
* | | | | | Make sure ill-form macro handle propely | Edwin Cheng | 2021-03-14 | 1 | -2/+5 | |
* | | | | | Move type lowering methods to TyLoweringContext | Florian Diebold | 2021-03-13 | 5 | -289/+249 | |
* | | | | | Create TraitEnvironment through a query | Florian Diebold | 2021-03-13 | 6 | -50/+76 | |
* | | | | | 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 | |
* | | | | | 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 | |
* | | | | | 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 | |
* | | | | | fix folding range kind | Aleksey Kladov | 2021-03-13 | 1 | -1/+2 | |
* | | | | | Separate `Ty` and `TyKind` like in Chalk | Florian Diebold | 2021-03-13 | 20 | -619/+755 | |
* | | | | | Merge #7799 | bors[bot] | 2021-03-13 | 8 | -17/+391 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add `Feature: Related Tests` comment | vsrs | 2021-03-11 | 1 | -0/+13 | |
| * | | | | | Apply review suggestions | vsrs | 2021-03-11 | 4 | -14/+10 | |
| * | | | | | Remove erroneous comment | vsrs | 2021-02-27 | 1 | -10/+0 | |
| * | | | | | Add LSP request and VSCode command | vsrs | 2021-02-27 | 3 | -0/+39 | |
| * | | | | | Remove unnecessary file_id argument | vsrs | 2021-02-27 | 2 | -10/+7 | |
| * | | | | | Add runnables::related_tests | vsrs | 2021-02-27 | 4 | -7/+346 | |
* | | | | | | Merge #7981 | bors[bot] | 2021-03-13 | 1 | -11/+76 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Allow applying De Morgan's law to multiple terms at once | Jake Goulding | 2021-03-12 | 1 | -11/+76 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge #7984 | bors[bot] | 2021-03-13 | 1 | -3/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Improve version display | Laurențiu Nicola | 2021-03-12 | 1 | -3/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge #7994 | bors[bot] | 2021-03-13 | 5 | -67/+270 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Add bindings builder for speed up matching | Edwin Cheng | 2021-03-13 | 3 | -67/+221 | |
| * | | | | | add expand log | Edwin Cheng | 2021-03-13 | 2 | -0/+49 |