aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* Update test calls to 'expect'Zac Pullar-Strecker2020-07-311-22/+36
* Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-07-3161-13609/+9765
|\
| * 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
| * Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-306-10/+10
| * Rename FnDef -> FnAleksey Kladov2020-07-3016-86/+86
| * Rename UseItem -> UseAleksey Kladov2020-07-302-4/+4
| * Split ItemList & AssocItemListAleksey Kladov2020-07-303-37/+43
| * Rename ModuleItem -> ItemAleksey Kladov2020-07-292-3/+3
| * Replace rand with oorandomAleksey Kladov2020-07-293-12/+12
| * Rename NomialDef -> AdtDefAleksey Kladov2020-07-291-5/+5
| * Merge #5564bors[bot]2020-07-292-4/+9
| |\
| | * SSR: Rename position and lookup_context to resolve_contextDavid Lattimore2020-07-291-2/+2
| | * SSR: Restrict to current selection if anyDavid Lattimore2020-07-292-3/+8
| * | Allow running more tests at onceKirill Bulatov2020-07-281-54/+110
| |/
| * Fold multiline fn parametersAleksey Kladov2020-07-271-1/+13
| * add completion for rustc lintsEmil Gardström2020-07-271-4/+278
| * Only display experimental diagnostics when enabledJonas Schievink2020-07-242-7/+18
| * Add a builder for DiagnosticSinkJonas Schievink2020-07-241-68/+71
| * SSR: Allow function calls to match method callsDavid Lattimore2020-07-241-0/+3
| * SSR: Match paths based on what they resolve toDavid Lattimore2020-07-241-1/+11
| * SSR: Pass current file position through to SSR code.David Lattimore2020-07-242-3/+6
| * Move iteration over all files into the SSR crateDavid Lattimore2020-07-241-13/+3
| * Merge #5505bors[bot]2020-07-231-5/+2
| |\
| | * Cleanup CFG APIAleksey Kladov2020-07-231-5/+2
| * | Merge #5473bors[bot]2020-07-231-2/+2
| |\ \ | | |/ | |/|
| | * More Rustic API for EnvAleksey Kladov2020-07-211-2/+2
| | |
| | \
| *-. \ Merge #5451 #5463 #5465 #5466bors[bot]2020-07-218-75/+108
| |\ \ \ | | |_|/ | |/| |
| | | * Do not show default types in closuresKirill Bulatov2020-07-201-0/+2
| | |/ | |/|
| | * On second thought, we want to preserve the textMate here where all punctuatio...GrayJack2020-07-213-3/+5
| | * `#` as AttributeGrayJack2020-07-213-2/+3
| | * @ as operatorGrayJack2020-07-211-2/+3
| | * Assingment semantic highlightGrayJack2020-07-206-41/+47
| | * Handle semantic highlight when STAR is part of the `*{const, mut}`GrayJack2020-07-206-32/+35
| | * Highlight more cases of SyntaxKind when it is a punctuationGrayJack2020-07-201-14/+32
| * | Merge #5440bors[bot]2020-07-203-4/+4
| |\ \ | | |/ | |/|
| | * Minor perf tweaks per clippyJeremy Kolb2020-07-193-4/+4
| * | Fix a typo in completion docsPascal Hertleif2020-07-191-1/+1
| |/