Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 1 | -7/+7 |
| | |||||
* | fix false positive for enum with no variants | Josh Mcguigan | 2020-04-16 | 1 | -1/+1 |
| | |||||
* | Merge #3938 | bors[bot] | 2020-04-12 | 1 | -6/+7 |
|\ | | | | | | | | | | | | | | | | | | | 3938: fix missing match arm false positive r=flodiebold a=JoshMcguigan This fixes #3932 by skipping the missing match arm diagnostic in the case any of the match arms don't type check properly against the match expression. I think this is the appropriate behavior for this diagnostic, since `is_useful` relies on all match arms being well formed, and the case of a malformed match arm should probably be handled by a different diagnostic. Co-authored-by: Josh Mcguigan <[email protected]> | ||||
| * | fix match arm false positive | Josh Mcguigan | 2020-04-11 | 1 | -6/+7 |
| | | |||||
* | | Remove dead code | Aleksey Kladov | 2020-04-11 | 1 | -30/+25 |
|/ | |||||
* | Forward compat | Aleksey Kladov | 2020-04-10 | 1 | -3/+3 |
| | |||||
* | add record pat missing field diagnostic | Josh Mcguigan | 2020-04-10 | 1 | -27/+85 |
| | |||||
* | feat: add attributes support on struct fields and method #3870 | Benjamin Coenen | 2020-04-09 | 1 | -67/+91 |
|\ | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
| * | 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 | 1 | -8/+1 |
| | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-07 | 1 | -2/+87 |
|\| | |||||
| * | add fixme to use type checker rather than manually comparing types | Josh Mcguigan | 2020-04-07 | 1 | -0/+7 |
| | | |||||
| * | missing match arms diagnostic change source to match expression | Josh Mcguigan | 2020-04-07 | 1 | -1/+4 |
| | | |||||
| * | handle match auto-deref | Josh Mcguigan | 2020-04-07 | 1 | -1/+10 |
| | | |||||
| * | handle non matching enum pattern types | Josh Mcguigan | 2020-04-07 | 1 | -8/+22 |
| | | |||||
| * | remove panics | Josh Mcguigan | 2020-04-07 | 1 | -2/+5 |
| | | |||||
| * | missing match arms diagnostic | Josh Mcguigan | 2020-04-07 | 1 | -2/+51 |
| | | |||||
* | | feat: add attributes support on struct fields #3870 | Benjamin Coenen | 2020-04-07 | 1 | -3/+9 |
|/ | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -12/+7 |
| | | | | | | | It improves compile time in `--release` mode quite a bit, it doesn't really slow things down and, conceptually, it seems closer to what we want the physical architecture to look like (we don't want to monomorphise EVERYTHING in a single leaf crate). | ||||
* | Source map returns a result | Aleksey Kladov | 2020-03-06 | 1 | -2/+2 |
| | | | | cc #2236 | ||||
* | Fill missing fields of enum variants | Aleksey Kladov | 2020-02-19 | 1 | -7/+11 |
| | |||||
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Use path macro | Florian Diebold | 2019-12-13 | 1 | -2/+2 |
| | |||||
* | Replace `ra_hir_expand::either` with crate | ice1000 | 2019-12-03 | 1 | -2/+2 |
| | |||||
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+151 |