| Commit message (Expand) | Author | Age | Files | Lines |
* | unsafe: Clean up, improve tracking, add debug_assert | Paul Daniel Faria | 2020-06-27 | 1 | -70/+1 |
* | Add HighlightTag::Operator, use it for unsafe deref. Move unsafe validation t... | Paul Daniel Faria | 2020-06-27 | 1 | -45/+3 |
* | Track expr parents during lowering, use parent map when checking if unsafe ex... | Paul Daniel Faria | 2020-06-27 | 1 | -11/+11 |
* | Address review comments, have MissingUnsafe diagnostic point to each unsafe u... | Paul Daniel Faria | 2020-06-27 | 1 | -13/+10 |
* | Rename Expr::UnsafeBlock to Expr::Unsafe | Paul Daniel Faria | 2020-06-27 | 1 | -1/+1 |
* | Track unsafe blocks, don't trigger missing unsafe diagnostic when unsafe expr... | Paul Daniel Faria | 2020-06-27 | 1 | -15/+49 |
* | Remove UnnecessaryUnsafe diagnostic, Fix Expr::Call unsafe analysis | Paul Daniel Faria | 2020-06-27 | 1 | -19/+10 |
* | Add tests covering unsafe blocks, more attempts to get call expr tests passing | Paul Daniel Faria | 2020-06-27 | 1 | -1/+16 |
* | Move diagnostics back into expr, add tests for diagnostics, fix logic to acco... | Paul Daniel Faria | 2020-06-27 | 1 | -9/+61 |
* | Add unsafe diagnostics and unsafe highlighting | Paul Daniel Faria | 2020-06-27 | 1 | -1/+23 |
* | Make known paths use `core` instead of `std` | Jonas Schievink | 2020-06-11 | 1 | -4/+6 |
* | 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 |