| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into add-disable-diagnostics | Igor Aleksanov | 2020-08-12 | 17 | -238/+641 |
|\ |
|
| * | Merge #5637 | bors[bot] | 2020-08-12 | 1 | -2/+2 |
| |\ |
|
| | * | SSR: Matching trait associated constants, types and functions | David Lattimore | 2020-08-01 | 1 | -2/+2 |
| * | | Merge #5553 | bors[bot] | 2020-08-12 | 3 | -154/+211 |
| |\ \ |
|
| | * | | Better naming and docs | Kirill Bulatov | 2020-08-11 | 2 | -2/+3 |
| | * | | Simplify fix structure | Kirill Bulatov | 2020-08-11 | 3 | -92/+89 |
| | * | | Add rustdocs | Kirill Bulatov | 2020-08-11 | 1 | -1/+3 |
| | * | | Improve the ide diagnostics trait API | Kirill Bulatov | 2020-08-11 | 2 | -191/+160 |
| | * | | Move the DiagnosticsWithFix trait on the ide level | Kirill Bulatov | 2020-08-11 | 2 | -7/+67 |
| | * | | Make the fix AST source Optional | Kirill Bulatov | 2020-08-11 | 1 | -37/+50 |
| | * | | Refactor the diagnostics | Kirill Bulatov | 2020-08-11 | 1 | -37/+39 |
| | * | | Better naming | Kirill Bulatov | 2020-08-11 | 1 | -14/+17 |
| | * | | Less stubs | Kirill Bulatov | 2020-08-11 | 1 | -6/+2 |
| | * | | Custom ranges for missing fields | Kirill Bulatov | 2020-08-11 | 1 | -2/+4 |
| | * | | Separate diagnostics and diagnostics fix ranges | Kirill Bulatov | 2020-08-11 | 2 | -44/+56 |
| * | | | Merge #4743 | bors[bot] | 2020-08-12 | 3 | -26/+129 |
| |\ \ \ |
|
| | * | | | Remove unused import left behind after rebasing | Paul Daniel Faria | 2020-08-10 | 1 | -1/+1 |
| | * | | | Fix type names broken by rebase, redo expected test because of rebase | Paul Daniel Faria | 2020-08-10 | 2 | -5/+31 |
| | * | | | Return bool from is_unsafe_method_call and cleanup usages | Paul Daniel Faria | 2020-08-10 | 1 | -5/+6 |
| | * | | | Move semantic logic into Semantics, fix missing tag for safe amp operator, us... | Paul Daniel Faria | 2020-08-10 | 5 | -70/+37 |
| | * | | | Remove merge backup | Paul Daniel Faria | 2020-08-10 | 1 | -769/+0 |
| | * | | | Fix rebase errors | Paul Daniel Faria | 2020-08-10 | 4 | -9/+10 |
| | * | | | Move unsafe packed ref logic to Semantics, use `Attrs::by_key` to simplify re... | Paul Daniel Faria | 2020-08-10 | 2 | -32/+771 |
| | * | | | Revert function structs back to using bool to track self param, use first par... | Paul Daniel Faria | 2020-08-10 | 4 | -6/+11 |
| | * | | | Deduplicate unsafe method call into a single function | Paul Daniel Faria | 2020-08-10 | 1 | -41/+31 |
| | * | | | Unsafe borrow of packed fields: account for borrow through ref binding, auto ... | Paul Daniel Faria | 2020-08-10 | 5 | -38/+136 |
| | * | | | Cleanup repr check, fix packed repr check and test | Paul Daniel Faria | 2020-08-10 | 2 | -11/+7 |
| | * | | | Update FIXME comment to be more useful | Paul Daniel Faria | 2020-08-10 | 1 | -1/+2 |
| | * | | | Limit scope of unsafe to & instead of all ref exprs, add test showing missing... | Paul Daniel Faria | 2020-08-10 | 2 | -1/+20 |
| | * | | | Remove token tree from ReprKind::Other variant, expose ReprKind higher, remov... | Paul Daniel Faria | 2020-08-10 | 1 | -7/+1 |
| | * | | | Add tracking of packed repr, use it to highlight unsafe refs | Paul Daniel Faria | 2020-08-10 | 2 | -0/+35 |
| * | | | | Replace SepBy with Itertools | Aleksey Kladov | 2020-08-12 | 2 | -19/+17 |
| * | | | | Display snippet in the completion label | Kirill Bulatov | 2020-08-11 | 1 | -4/+4 |
| | |/ /
| |/| | |
|
| * | | | Use Hygiene in completion | Laurențiu Nicola | 2020-08-11 | 1 | -5/+5 |
| |/ / |
|
| * | | Better codes | JmPotato | 2020-08-10 | 1 | -8/+4 |
| * | | Show const body in short_label | JmPotato | 2020-08-10 | 2 | -5/+13 |
| * | | Merge #5692 | bors[bot] | 2020-08-10 | 7 | -12/+142 |
| |\ \ |
|
| | * | | Remove Option<...> from result of Crate::root_module | Paul Daniel Faria | 2020-08-09 | 3 | -6/+7 |
| | * | | Add support for extern crate | Paul Daniel Faria | 2020-08-08 | 7 | -13/+142 |
| * | | | format in to_proto::markup_content | JmPotato | 2020-08-09 | 1 | -0/+31 |
| * | | | Merge #5684 | bors[bot] | 2020-08-08 | 3 | -10/+78 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Apply unsafe semantic highlighting to union field access | Paul Daniel Faria | 2020-08-08 | 2 | -13/+59 |
| | * | | Add support for unions in inference and lowering | Paul Daniel Faria | 2020-08-08 | 1 | -4/+4 |
| | * | | Add test for unsafe union field access highlighting | Paul Daniel Faria | 2020-08-07 | 2 | -0/+22 |
| * | | | Mark static mutable names as unsafe | Paul Daniel Faria | 2020-08-07 | 3 | -4/+5 |
| * | | | Add test for accessing static mut | Paul Daniel Faria | 2020-08-07 | 2 | -0/+14 |
| |/ / |
|
* | | | Update crates/ra_ide/src/diagnostics.rs | Igor Aleksanov | 2020-08-12 | 1 | -1/+1 |
* | | | Replace String with &'static str | Igor Aleksanov | 2020-08-12 | 1 | -14/+12 |
* | | | Fix failing test | Igor Aleksanov | 2020-08-07 | 1 | -0/+3 |
* | | | Add a test for disabled diagnostics | Igor Aleksanov | 2020-08-07 | 1 | -1/+57 |