aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master'Dmitry2020-08-1454-23391/+0
|\
| * Rename ra_ide -> ideAleksey Kladov2020-08-1354-23586/+0
| * Rename ra_assists -> assistsAleksey Kladov2020-08-134-5/+5
| * Rename ra_ssr -> ssrAleksey Kladov2020-08-132-80/+10
| * Rename ra_ide_db -> ide_dbAleksey Kladov2020-08-1325-30/+30
| * Rename ra_hir -> hirAleksey Kladov2020-08-131-1/+1
| * Rename ra_db -> base_dbAleksey Kladov2020-08-1319-28/+28
| * Merge #5732bors[bot]2020-08-131-8/+14
| |\
| | * Consider only IdentPats for param name hintsKirill Bulatov2020-08-121-8/+14
| * | Remove ra_fmt crateAleksey Kladov2020-08-131-3/+2
| * | MinorAleksey Kladov2020-08-131-2/+24
| * | MinorAleksey Kladov2020-08-131-1/+2
| * | fmtAleksey Kladov2020-08-131-1/+1
| * | Rename ra_cfg -> cfgAleksey Kladov2020-08-134-4/+4
| |/
| * Rename ra_syntax -> syntaxAleksey Kladov2020-08-1243-58/+58
| * Rename ra_text_edit -> text_editAleksey Kladov2020-08-1211-12/+12
| * Cleanup TextEdit APIAleksey Kladov2020-08-124-8/+8
| * Rename ra_prof -> profileAleksey Kladov2020-08-126-10/+6
| * Merge #5637bors[bot]2020-08-121-2/+2
| |\
| | * SSR: Matching trait associated constants, types and functionsDavid Lattimore2020-08-011-2/+2
| * | Merge #5553bors[bot]2020-08-123-154/+211
| |\ \
| | * | Better naming and docsKirill Bulatov2020-08-112-2/+3
| | * | Simplify fix structureKirill Bulatov2020-08-113-92/+89
| | * | Add rustdocsKirill Bulatov2020-08-111-1/+3
| | * | Improve the ide diagnostics trait APIKirill Bulatov2020-08-112-191/+160
| | * | Move the DiagnosticsWithFix trait on the ide levelKirill Bulatov2020-08-112-7/+67
| | * | Make the fix AST source OptionalKirill Bulatov2020-08-111-37/+50
| | * | Refactor the diagnosticsKirill Bulatov2020-08-111-37/+39
| | * | Better namingKirill Bulatov2020-08-111-14/+17
| | * | Less stubsKirill Bulatov2020-08-111-6/+2
| | * | Custom ranges for missing fieldsKirill Bulatov2020-08-111-2/+4
| | * | Separate diagnostics and diagnostics fix rangesKirill Bulatov2020-08-112-44/+56
| * | | Merge #4743bors[bot]2020-08-122-23/+99
| |\ \ \
| | * | | Remove unused import left behind after rebasingPaul Daniel Faria2020-08-101-1/+1
| | * | | Fix type names broken by rebase, redo expected test because of rebasePaul Daniel Faria2020-08-101-3/+3
| | * | | Return bool from is_unsafe_method_call and cleanup usagesPaul Daniel Faria2020-08-101-5/+6
| | * | | Move semantic logic into Semantics, fix missing tag for safe amp operator, us...Paul Daniel Faria2020-08-101-61/+28
| | * | | Remove merge backupPaul Daniel Faria2020-08-101-769/+0
| | * | | Move unsafe packed ref logic to Semantics, use `Attrs::by_key` to simplify re...Paul Daniel Faria2020-08-102-32/+771
| | * | | Revert function structs back to using bool to track self param, use first par...Paul Daniel Faria2020-08-104-6/+11
| | * | | Deduplicate unsafe method call into a single functionPaul Daniel Faria2020-08-101-41/+31
| | * | | Unsafe borrow of packed fields: account for borrow through ref binding, auto ...Paul Daniel Faria2020-08-105-38/+136
| | * | | Cleanup repr check, fix packed repr check and testPaul Daniel Faria2020-08-102-11/+7
| | * | | Update FIXME comment to be more usefulPaul Daniel Faria2020-08-101-1/+2
| | * | | Limit scope of unsafe to & instead of all ref exprs, add test showing missing...Paul Daniel Faria2020-08-102-1/+20
| | * | | Remove token tree from ReprKind::Other variant, expose ReprKind higher, remov...Paul Daniel Faria2020-08-101-7/+1
| | * | | Add tracking of packed repr, use it to highlight unsafe refsPaul Daniel Faria2020-08-102-0/+35
| * | | | Replace SepBy with ItertoolsAleksey Kladov2020-08-122-19/+17
| * | | | Display snippet in the completion labelKirill Bulatov2020-08-111-4/+4
| | |/ / | |/| |
| * | | Use Hygiene in completionLaurențiu Nicola2020-08-111-5/+5
| |/ /