Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix fallback to bound vars in `unify` | Florian Diebold | 2021-05-21 | 1 | -45/+78 | |
| * | | Better Debug impl for InternedWrapper | Florian Diebold | 2021-05-21 | 1 | -1/+7 | |
| * | | Temporary fix for unknown expectations | Florian Diebold | 2021-05-21 | 2 | -0/+8 | |
| * | | Fix warnings & format | Florian Diebold | 2021-05-21 | 3 | -20/+11 | |
| * | | Rewrite coercion using the new unification | Florian Diebold | 2021-05-21 | 6 | -105/+371 | |
| * | | Remove our unification code, use Chalk's instead | Florian Diebold | 2021-05-21 | 8 | -438/+125 | |
* | | | Merge #8910 | bors[bot] | 2021-05-21 | 4 | -20/+79 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Don't lower extern block in the ItemTree | Jonas Schievink | 2021-05-21 | 4 | -20/+79 | |
|/ / | ||||||
* | | Merge #8902 | bors[bot] | 2021-05-20 | 1 | -3/+6 | |
|\ \ | ||||||
| * | | Fix code completion not inserting borrow text when client supports InsertAndR... | Lukas Tobias Wirth | 2021-05-20 | 1 | -3/+6 | |
* | | | Merge #8900 | bors[bot] | 2021-05-20 | 3 | -38/+100 | |
|\ \ \ | ||||||
| * | | | Support `#[register_attr]` and `#[register_tool]` | Jonas Schievink | 2021-05-20 | 3 | -32/+94 | |
| * | | | Rename `ignore_attrs_on` to `skip_attrs` | Jonas Schievink | 2021-05-20 | 1 | -6/+6 | |
|/ / / | ||||||
* | | | Merge #8899 | bors[bot] | 2021-05-20 | 1 | -4/+2 | |
|\ \ \ | ||||||
| * | | | Simplify | Jonas Schievink | 2021-05-20 | 1 | -4/+2 | |
|/ / / | ||||||
* | | | Merge #8898 | bors[bot] | 2021-05-20 | 2 | -75/+141 | |
|\ \ \ | ||||||
| * | | | Refactor name resolution to resolve derive helpers | Jonas Schievink | 2021-05-20 | 2 | -85/+135 | |
| * | | | Rename `unexpanded_macros` to `unresolved_macros` | Jonas Schievink | 2021-05-20 | 1 | -15/+31 | |
| | |/ | |/| | ||||||
* | | | Merge #8897 | bors[bot] | 2021-05-20 | 4 | -6/+74 | |
|\ \ \ | ||||||
| * | | | Don't compare ast::Visibility by stringifying | Lukas Tobias Wirth | 2021-05-20 | 4 | -6/+74 | |
| | |/ | |/| | ||||||
* | | | Merge #8893 | bors[bot] | 2021-05-20 | 2 | -10/+9 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Update outdated auto-import documentation | Lukas Tobias Wirth | 2021-05-20 | 2 | -10/+9 | |
|/ / | ||||||
* | | Merge #8873 | bors[bot] | 2021-05-20 | 10 | -48/+312 | |
|\ \ | |/ |/| | ||||||
| * | 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 | 10 | -33/+219 | |
| * | Add ImportGranularity::Guess | Lukas Tobias Wirth | 2021-05-18 | 3 | -15/+11 | |
| * | Implement import-granularity guessing | Lukas Tobias Wirth | 2021-05-18 | 1 | -2/+33 | |
| * | MergeBehavior -> ImportGranularity | Lukas Tobias Wirth | 2021-05-18 | 8 | -38/+75 | |
* | | Merge #8889 | bors[bot] | 2021-05-19 | 2 | -9/+27 | |
|\ \ | ||||||
| * | | Track in-scope derive helpers during nameres | Jonas Schievink | 2021-05-19 | 2 | -9/+27 | |
|/ / | ||||||
* | | Merge #8888 | bors[bot] | 2021-05-19 | 2 | -4/+33 | |
|\ \ | ||||||
| * | | 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 | 2 | -12/+17 | |
|\ \ \ \ | ||||||
| * | | | | feat: allow clients to feature detect symbol filtering | Aleksey Kladov | 2021-05-19 | 2 | -12/+17 | |
| | |/ / | |/| | | ||||||
* | | | | 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 | 8 | -8/+220 | |
|\ \ \ |