| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Don't compare ast::Visibility by stringifying | Lukas Tobias Wirth | 2021-05-20 | 4 | -6/+74 |
| | |/
| |/| |
|
* / | | Update outdated auto-import documentation | Lukas Tobias Wirth | 2021-05-20 | 1 | -9/+8 |
|/ / |
|
* | | Merge #8873 | bors[bot] | 2021-05-20 | 8 | -39/+291 |
|\ \
| |/
|/| |
|
| * | Check for differing attributes in granularity guessing | Lukas Tobias Wirth | 2021-05-20 | 3 | -7/+21 |
| * | Replace ImportGranularity::Guess with guessing boolean flag | Lukas Tobias Wirth | 2021-05-19 | 8 | -28/+206 |
| * | Add ImportGranularity::Guess | Lukas Tobias Wirth | 2021-05-18 | 2 | -14/+8 |
| * | Implement import-granularity guessing | Lukas Tobias Wirth | 2021-05-18 | 1 | -2/+33 |
| * | MergeBehavior -> ImportGranularity | Lukas Tobias Wirth | 2021-05-18 | 7 | -30/+65 |
* | | Track in-scope derive helpers during nameres | Jonas Schievink | 2021-05-19 | 2 | -9/+27 |
* | | Fix unresolved attribute fallback again | Jonas Schievink | 2021-05-19 | 2 | -4/+33 |
| | | |
| \ | |
*-. \ | Merge #8885 #8887 | bors[bot] | 2021-05-19 | 11 | -281/+193 |
|\ \ \ |
|
| | * | | Fix derive collection after unresolved attribute fallback | Jonas Schievink | 2021-05-19 | 2 | -2/+26 |
| |/ /
|/| | |
|
* | | | Merge #8884 | bors[bot] | 2021-05-19 | 1 | -5/+20 |
|\ \ \ |
|
| * | | | add_explicit_type respects `@` patterns | Dawer | 2021-05-19 | 1 | -5/+20 |
| | * | | Clarify field name | Jonas Schievink | 2021-05-19 | 4 | -6/+6 |
| | * | | Simplify eager macro representation | Jonas Schievink | 2021-05-19 | 10 | -279/+167 |
| |/ /
|/| | |
|
* | | | Merge #8875 | bors[bot] | 2021-05-19 | 7 | -13/+123 |
|\ \ \ |
|
| * | | | Check patterns for type match recursively. | Dawer | 2021-05-19 | 2 | -2/+30 |
| * | | | internal: Record mismatches of pattern types. | Dawer | 2021-05-19 | 6 | -11/+93 |
| |/ / |
|
* | | | Merge #8882 | bors[bot] | 2021-05-19 | 2 | -28/+160 |
|\ \ \ |
|
| * | | | Rewrite `resolve_imports` to use an iterator | Jonas Schievink | 2021-05-19 | 1 | -19/+23 |
| * | | | Restructure nameres loop to be a bit clearer | Jonas Schievink | 2021-05-19 | 1 | -38/+41 |
| * | | | internal: resolve attributes in name resolution | Jonas Schievink | 2021-05-19 | 2 | -3/+128 |
* | | | | Merge #8877 | bors[bot] | 2021-05-19 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | feat: allow clients to feature detect symbol filtering | Aleksey Kladov | 2021-05-19 | 1 | -0/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge #8880 | bors[bot] | 2021-05-19 | 1 | -5/+7 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix prepare_rename failing for modules | Lukas Tobias Wirth | 2021-05-19 | 1 | -5/+7 |
| | |/
| |/| |
|
* | | | Merge #7698 | bors[bot] | 2021-05-18 | 5 | -7/+153 |
|\ \ \ |
|
| * | | | Add new LSP extension for workspace symbol lookup | alcroito | 2021-05-17 | 5 | -7/+153 |
* | | | | Merge #8871 | bors[bot] | 2021-05-18 | 1 | -23/+13 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Simplify `DefCollector::resolve_macros` | Jonas Schievink | 2021-05-18 | 1 | -23/+13 |
| | |/
| |/| |
|
* | | | Add pub mod option for UnlinkedFile | rainy-me | 2021-05-18 | 12 | -121/+158 |
| |/
|/| |
|
* | | Extract function assist will add async if required | Jamie Cunliffe | 2021-05-17 | 1 | -2/+63 |
* | | internal: use more evocative test folder name | Aleksey Kladov | 2021-05-17 | 3 | -5/+4 |
* | | minor: adjust config name | Aleksey Kladov | 2021-05-17 | 5 | -56/+22 |
* | | Merge #8795 | bors[bot] | 2021-05-17 | 4 | -10/+64 |
|\ \ |
|
| * | | Formatting and docs | John Renner | 2021-05-10 | 4 | -16/+21 |
| * | | Allow semantic tokens for strings to be disabled | John Renner | 2021-05-10 | 4 | -9/+58 |
* | | | Merge #8858 | bors[bot] | 2021-05-17 | 2 | -0/+21 |
|\ \ \ |
|
| * | | | Added cov mark | ivan770 | 2021-05-17 | 2 | -1/+3 |
| * | | | Fix #8834 | ivan770 | 2021-05-16 | 2 | -0/+19 |
* | | | | fix: don't add extra whitespace around fields | Aleksey Kladov | 2021-05-17 | 2 | -0/+29 |
* | | | | minor: add missing tests | Aleksey Kladov | 2021-05-17 | 2 | -0/+52 |
* | | | | internal: scalable module structure for fixits | Aleksey Kladov | 2021-05-17 | 8 | -766/+693 |
* | | | | minor: extract fix to file | Aleksey Kladov | 2021-05-17 | 2 | -44/+196 |
* | | | | Merge #8845 | bors[bot] | 2021-05-16 | 1 | -12/+275 |
|\ \ \ \ |
|
| * | | | | Remove attrs | hi-rustin | 2021-05-15 | 1 | -5/+1 |
| * | | | | Address comments and add more tests | hi-rustin | 2021-05-15 | 1 | -25/+249 |
| * | | | | Generate the impl block via generate_trait_impl_text | hi-rustin | 2021-05-15 | 1 | -2/+45 |
* | | | | | Merge #8853 | bors[bot] | 2021-05-16 | 3 | -5/+5 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|