Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge #4106 | bors[bot] | 2020-04-23 | 2 | -1/+42 | |
|\ | ||||||
| * | Fix wrong substitution code | Florian Diebold | 2020-04-23 | 2 | -1/+42 | |
* | | Fully get rid of SyntaxNodePtr::range | Aleksey Kladov | 2020-04-23 | 1 | -20/+32 | |
|/ | ||||||
* | Update Chalk, and cache Chalk env elaboration through a query | Florian Diebold | 2020-04-20 | 4 | -26/+161 | |
* | Correctly infer types in guard expressions | Aleksey Kladov | 2020-04-18 | 1 | -0/+26 | |
* | Fix goto definition for record patterns | Aleksey Kladov | 2020-04-18 | 2 | -0/+10 | |
* | missing match arm diagnostic support enum record type | Josh Mcguigan | 2020-04-18 | 2 | -41/+331 | |
* | Merge #4023 | bors[bot] | 2020-04-18 | 4 | -27/+92 | |
|\ | ||||||
| * | Fix another crash from wrong binders | Florian Diebold | 2020-04-17 | 4 | -27/+92 | |
* | | Fix type equality for dyn Trait | Florian Diebold | 2020-04-17 | 3 | -5/+65 | |
* | | Add two more tests for associated types | Florian Diebold | 2020-04-17 | 1 | -0/+174 | |
* | | Merge #4012 | bors[bot] | 2020-04-17 | 1 | -0/+49 | |
|\ \ | ||||||
| * | | fix panic on ellipsis in pattern | Josh Mcguigan | 2020-04-17 | 1 | -0/+49 | |
| |/ | ||||||
* | | Simplify Diagnostic structure | Aleksey Kladov | 2020-04-17 | 3 | -42/+5 | |
* | | Correctly highlight ranges of diagnostics from macros | Aleksey Kladov | 2020-04-17 | 1 | -11/+11 | |
* | | Don't expose impl details of SyntaxPtr | Aleksey Kladov | 2020-04-17 | 3 | -6/+43 | |
|/ | ||||||
* | Merge #3979 | bors[bot] | 2020-04-16 | 3 | -3/+51 | |
|\ | ||||||
| * | fix false positive for enum with no variants | Josh Mcguigan | 2020-04-16 | 3 | -3/+51 | |
* | | Test for non-working proc macro server assoc types | Florian Diebold | 2020-04-16 | 1 | -0/+68 | |
* | | Switch Chalk to recursive solver | Florian Diebold | 2020-04-16 | 5 | -40/+53 | |
* | | Update Chalk | Florian Diebold | 2020-04-16 | 1 | -2/+3 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #3966 #3968 | bors[bot] | 2020-04-15 | 3 | -7/+99 | |
|\ \ \ | ||||||
| * | | | Add support for bounds on associated types in trait definitions | Florian Diebold | 2020-04-13 | 3 | -7/+99 | |
| | | | | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
*---. \ \ \ | Merge #3964 #3965 #3967 | bors[bot] | 2020-04-15 | 4 | -21/+139 | |
|\ \ \ \ \ \ | ||||||
| | | * | | | | Handle `Self::Type` in trait definitions when referring to own associated type | Florian Diebold | 2020-04-13 | 3 | -5/+38 | |
| | | |/ / / | ||||||
| | * / / / | Implement inline associated type bounds | Florian Diebold | 2020-04-13 | 2 | -6/+69 | |
| | |/ / / | ||||||
| * | | | | Nicer display of projections in Chalk logs | Florian Diebold | 2020-04-13 | 1 | -8/+10 | |
| * | | | | Nicer display of closures in Chalk logs | Florian Diebold | 2020-04-13 | 1 | -2/+22 | |
| |/ / / | ||||||
* | | | | Merge #3963 | bors[bot] | 2020-04-15 | 1 | -13/+66 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Upgrade Chalk | Florian Diebold | 2020-04-13 | 1 | -13/+66 | |
| |/ / | ||||||
* / / | handle tuple patterns with ellipsis | Josh Mcguigan | 2020-04-13 | 2 | -50/+116 | |
|/ / | ||||||
* | | Merge #3938 | bors[bot] | 2020-04-12 | 2 | -12/+253 | |
|\ \ | ||||||
| * | | missing match arm add test cases to demonstrate enum tuple struct with ellips... | Josh Mcguigan | 2020-04-12 | 1 | -0/+64 | |
| * | | missing match arms add test cases to demonstrate behavior of tuple with pattern | Josh Mcguigan | 2020-04-12 | 1 | -0/+75 | |
| * | | missing match arm add test for partially diverging type | Josh Mcguigan | 2020-04-11 | 1 | -0/+21 | |
| * | | missing match arms add tests for match expression diverging | Josh Mcguigan | 2020-04-11 | 1 | -0/+77 | |
| * | | fix match arm false positive | Josh Mcguigan | 2020-04-11 | 2 | -12/+16 | |
| |/ | ||||||
* | | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 1 | -1/+2 | |
* | | Merge #3951 | bors[bot] | 2020-04-11 | 2 | -33/+26 | |
|\ \ | ||||||
| * | | Remove dead code | Aleksey Kladov | 2020-04-11 | 2 | -33/+26 | |
| |/ | ||||||
* / | Look up impls by self type | Florian Diebold | 2020-04-11 | 4 | -14/+65 | |
|/ | ||||||
* | Forward compat | Aleksey Kladov | 2020-04-10 | 3 | -9/+9 | |
* | Add failing test | Aleksey Kladov | 2020-04-10 | 1 | -2/+29 | |
* | Merge #3905 | bors[bot] | 2020-04-10 | 4 | -28/+149 | |
|\ | ||||||
| * | add record pat missing field diagnostic | Josh Mcguigan | 2020-04-10 | 4 | -28/+149 | |
* | | Implement Chalk's debug methods using TLS | Florian Diebold | 2020-04-10 | 4 | -56/+295 | |
|/ | ||||||
* | Simpler acessors for keywords | Aleksey Kladov | 2020-04-09 | 1 | -2/+2 | |
* | Merge #3918 | bors[bot] | 2020-04-09 | 1 | -0/+60 | |
|\ | ||||||
| * | feat: add support for feature attributes in struct literal | Benjamin Coenen | 2020-04-09 | 1 | -3/+3 | |
| |\ | ||||||
| * | | feat: add support for feature attributes in struct literal | Benjamin Coenen | 2020-04-09 | 1 | -0/+60 |