Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | ||||||
| \ | ||||||
*-. \ | 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 | 5 | -21/+140 | |
|\ \ \ \ \ \ | ||||||
| | | * | | | | 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 | 2 | -8/+11 | |
| * | | | | Nicer display of closures in Chalk logs | Florian Diebold | 2020-04-13 | 1 | -2/+22 | |
| |/ / / | ||||||
* | | | | Merge #3963 | bors[bot] | 2020-04-15 | 2 | -16/+69 | |
|\ \ \ \ | ||||||
| * | | | | Upgrade Chalk | Florian Diebold | 2020-04-13 | 2 | -16/+69 | |
| |/ / / | ||||||
* | | / | insta 0.16 | kjeremy | 2020-04-14 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | 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 | 5 | -56/+297 | |
|/ | ||||||
* | 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 | |
* | | | Add _token suffix to token accessors | Aleksey Kladov | 2020-04-09 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Provide more complete AST accessors to support usage in rustc | Luca Barbieri | 2020-04-09 | 1 | -2/+2 | |
|/ | ||||||
* | feat: add attributes support on struct fields and method #3870 | Benjamin Coenen | 2020-04-09 | 3 | -83/+151 | |
|\ | ||||||
| * | match checking add additional test for match checking tuple with missing pattern | Josh Mcguigan | 2020-04-08 | 1 | -0/+14 | |
| * | fix panic in match checking when tuple enum missing pattern | Josh Mcguigan | 2020-04-08 | 1 | -15/+45 | |
| * | Move computation of missing fields into hir | Aleksey Kladov | 2020-04-07 | 1 | -67/+91 | |
* | | feat: add attributes support on struct fields and method #3870 | Benjamin Coenen | 2020-04-08 | 2 | -12/+6 | |
* | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-07 | 11 | -11/+1579 | |
|\| | ||||||
| * | add fixme to use type checker rather than manually comparing types | Josh Mcguigan | 2020-04-07 | 1 | -0/+7 | |
| * | PR feedback implementation | Josh Mcguigan | 2020-04-07 | 1 | -94/+331 | |
| * | missing match arms diagnostic change source to match expression | Josh Mcguigan | 2020-04-07 | 3 | -3/+7 | |
| * | handle match auto-deref | Josh Mcguigan | 2020-04-07 | 2 | -1/+45 | |
| * | improving documentation | Josh Mcguigan | 2020-04-07 | 1 | -16/+64 | |
| * | handle non matching enum pattern types | Josh Mcguigan | 2020-04-07 | 2 | -41/+57 | |
| * | remove panics | Josh Mcguigan | 2020-04-07 | 2 | -66/+214 | |
| * | missing match arms diagnostic | Josh Mcguigan | 2020-04-07 | 9 | -9/+1037 | |
| * | Fix Chalk panic | Florian Diebold | 2020-04-06 | 3 | -2/+33 | |
| * | Check for eprintln on CI | Aleksey Kladov | 2020-04-06 | 1 | -0/+5 | |
* | | feat: add attributes support on struct fields #3870 | Benjamin Coenen | 2020-04-07 | 2 | -3/+38 | |
|/ | ||||||
* | Use log info in trait_solve_query | Edwin Cheng | 2020-04-06 | 1 | -1/+1 |