Commit message (Expand) | 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 |
|\ | |||||
| * | 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 |
|\ | |||||
| * | 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 |
* | | 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 |
|/ | |||||
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -12/+7 |
* | Source map returns a result | Aleksey Kladov | 2020-03-06 | 1 | -2/+2 |
* | 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 |