aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_prof -> profileAleksey Kladov2020-08-124-9/+6
* Merge #5553bors[bot]2020-08-122-15/+7
|\
| * Better naming and docsKirill Bulatov2020-08-111-4/+4
| * Improve the ide diagnostics trait APIKirill Bulatov2020-08-111-4/+1
| * Move the DiagnosticsWithFix trait on the ide levelKirill Bulatov2020-08-112-12/+4
| * Make the fix AST source OptionalKirill Bulatov2020-08-112-5/+5
| * Refactor the diagnosticsKirill Bulatov2020-08-111-18/+10
| * Better namingKirill Bulatov2020-08-111-0/+11
* | Merge #4743bors[bot]2020-08-123-2/+117
|\ \
| * | Fix type names broken by rebase, redo expected test because of rebasePaul Daniel Faria2020-08-101-9/+13
| * | Move unsafe semantics methods into `SemanticsImpl` and reference them in `Sem...Paul Daniel Faria2020-08-101-71/+83
| * | Return bool from is_unsafe_method_call and cleanup usagesPaul Daniel Faria2020-08-101-19/+19
| * | Move semantic logic into Semantics, fix missing tag for safe amp operator, us...Paul Daniel Faria2020-08-101-35/+75
| * | Move unsafe packed ref logic to Semantics, use `Attrs::by_key` to simplify re...Paul Daniel Faria2020-08-101-0/+41
| * | Revert function structs back to using bool to track self param, use first par...Paul Daniel Faria2020-08-102-4/+3
| * | Unsafe borrow of packed fields: account for borrow through ref binding, auto ...Paul Daniel Faria2020-08-101-2/+3
| * | Remove token tree from ReprKind::Other variant, expose ReprKind higher, remov...Paul Daniel Faria2020-08-101-3/+3
| * | Add tracking of packed repr, use it to highlight unsafe refsPaul Daniel Faria2020-08-101-0/+18
| |/
* / MinorAleksey Kladov2020-08-121-4/+3
|/
* Remove Option<...> from result of Crate::root_modulePaul Daniel Faria2020-08-091-2/+2
* Add support for extern cratePaul Daniel Faria2020-08-081-3/+22
* Use salsa's purge to account for all memoryAleksey Kladov2020-08-051-8/+1
* Rename BindPat -> IdentPatAleksey Kladov2020-07-314-6/+6
* Allign RecordPat with RecordExprAleksey Kladov2020-07-312-3/+3
* simplifyAleksey Kladov2020-07-301-6/+4
* Finalize impl GrammarAleksey Kladov2020-07-303-6/+6
* Finalize Trait grammarAleksey Kladov2020-07-303-7/+7
* Finalize const&static grammarAleksey Kladov2020-07-303-12/+12
* Rename EnumVariant -> VariantAleksey Kladov2020-07-303-5/+5
* Rename EnumDef -> EnumAleksey Kladov2020-07-303-6/+6
* Rename StructDef -> StructAleksey Kladov2020-07-303-6/+6
* Finalize union grammarAleksey Kladov2020-07-303-5/+5
* Rename FieldDef -> FieldAleksey Kladov2020-07-303-12/+6
* Rename RecordLit -> RecordExprAleksey Kladov2020-07-302-10/+13
* Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-303-9/+6
* Rename FnDef -> FnAleksey Kladov2020-07-303-7/+7
* Add a builder for DiagnosticSinkJonas Schievink2020-07-241-1/+3
* Cache macro expansion in semanticsAleksey Kladov2020-07-241-2/+14
* Add missing cancellation pointAleksey Kladov2020-07-241-0/+1
* Add profiling callAleksey Kladov2020-07-241-0/+1
* Store macro invocation parameters as text instead of ttLaurențiu Nicola2020-07-221-1/+1
* call_info works with closuresAleksey Kladov2020-07-171-14/+19
* Remove FunctionSignatureAleksey Kladov2020-07-161-1/+1
* Inlay hints use callablesAleksey Kladov2020-07-161-0/+3
* Redner self as param for call infor for assoc fn callAleksey Kladov2020-07-161-2/+12
* Semantical call infoAleksey Kladov2020-07-164-21/+99
* Align CallableDefId naming with other idsAleksey Kladov2020-07-162-3/+3
* Remove TypeCtor interningFlorian Diebold2020-07-151-3/+3
* Use Chalk closure supportFlorian Diebold2020-07-151-3/+3
* Cap macro expansion depth for IDE featuresAleksey Kladov2020-07-151-1/+1