aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better codesJmPotato2020-08-101-8/+4
* Show const body in short_labelJmPotato2020-08-102-5/+13
* Merge #5692bors[bot]2020-08-106-12/+102
|\
| * Remove Option<...> from result of Crate::root_modulePaul Daniel Faria2020-08-093-6/+7
| * Add support for extern cratePaul Daniel Faria2020-08-086-13/+102
* | format in to_proto::markup_contentJmPotato2020-08-091-0/+31
* | Merge #5684bors[bot]2020-08-082-10/+67
|\ \ | |/ |/|
| * Apply unsafe semantic highlighting to union field accessPaul Daniel Faria2020-08-081-10/+56
| * Add test for unsafe union field access highlightingPaul Daniel Faria2020-08-071-0/+11
* | Mark static mutable names as unsafePaul Daniel Faria2020-08-071-0/+1
* | Add test for accessing static mutPaul Daniel Faria2020-08-071-0/+7
|/
* align names in makeAleksey Kladov2020-08-051-4/+6
* Add test showing unresolved module renamePaul Daniel Faria2020-08-041-0/+3
* Fold trait declarationsLaurențiu Nicola2020-08-031-1/+22
* Update grammarAleksey Kladov2020-08-012-2/+2
* Rename DotDotPat -> RestPatAleksey Kladov2020-07-311-1/+1
* RenameAleksey Kladov2020-07-313-4/+4
* Rename BindPat -> IdentPatAleksey Kladov2020-07-316-17/+21
* Allign RecordPat with RecordExprAleksey Kladov2020-07-313-5/+5
* Rename TypeArgList -> GenericArgListAleksey Kladov2020-07-312-2/+2
* Rename LambdaExpr -> ClosureExprAleksey Kladov2020-07-311-1/+1
* Rename TypeRef -> TypeAleksey Kladov2020-07-313-4/+4
* Use ty to access most TypeRefsAleksey Kladov2020-07-302-2/+2
* Remove TypeAscriptionOwnerAleksey Kladov2020-07-304-31/+22
* Finalize attribute grammarAleksey Kladov2020-07-301-6/+4
* Finalize impl GrammarAleksey Kladov2020-07-306-15/+14
* Finalize Trait grammarAleksey Kladov2020-07-307-25/+25
* fmtAleksey Kladov2020-07-301-4/+3
* Finalize const&static grammarAleksey Kladov2020-07-306-17/+17
* Rename EnumVariant -> VariantAleksey Kladov2020-07-307-10/+10
* Rename EnumDef -> EnumAleksey Kladov2020-07-305-9/+9
* Rename StructDef -> StructAleksey Kladov2020-07-307-32/+32
* Finalize union grammarAleksey Kladov2020-07-304-4/+4
* Rename FieldDef -> FieldAleksey Kladov2020-07-308-19/+19
* Rename RecordLit -> RecordExprAleksey Kladov2020-07-305-10/+10
* Rename TypeParamList -> GenericParamListAleksey Kladov2020-07-304-6/+6