Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |