Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | 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 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Tag Self in impls as a TypeAlias | Lukas Wirth | 2021-05-16 | 3 | -5/+5 | |
* | | | | | internal: use mutable syntax trees when filling fields | Aleksey Kladov | 2021-05-16 | 4 | -104/+49 | |
* | | | | | internal: use standard test style | Aleksey Kladov | 2021-05-16 | 1 | -304/+305 | |
* | | | | | internal: use mutable trees when filling match arms | Aleksey Kladov | 2021-05-16 | 3 | -134/+89 | |
* | | | | | minor: use uniform names | Aleksey Kladov | 2021-05-16 | 12 | -30/+29 | |
* | | | | | Merge #8813 | bors[bot] | 2021-05-16 | 21 | -136/+427 | |
|\ \ \ \ \ | ||||||
| * | | | | | Address final feedback | Jade | 2021-05-16 | 5 | -32/+26 | |
| * | | | | | Add more tests, refactor array lengths/consteval work | Jade | 2021-05-14 | 8 | -35/+223 | |
| * | | | | | Test lowering byte strings some more | Jade | 2021-05-13 | 1 | -14/+25 | |
| * | | | | | Add support for lengths in array repeats, if they are literals | Jade | 2021-05-13 | 4 | -11/+22 | |
| * | | | | | Support length for ByteStrings | Jade | 2021-05-13 | 8 | -33/+85 | |
| * | | | | | Add lowering of array lengths in types | Jade | 2021-05-13 | 10 | -79/+114 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge #8848 | bors[bot] | 2021-05-15 | 6 | -16/+38 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Attach comments to ast::Impl | Lukas Wirth | 2021-05-15 | 4 | -6/+30 | |
| * | | | | simplify | Lukas Wirth | 2021-05-15 | 2 | -10/+8 | |
| | |/ / | |/| | |