aboutsummaryrefslogtreecommitdiff
path: root/crates/hir
Commit message (Expand)AuthorAgeFilesLines
*-. Merge #6130 #6135bors[bot]2020-10-122-2/+25
|\ \
| * | Apply case check diagnostic to impl itemsIgor Aleksanov2020-10-121-1/+2
| * | Add fix for incorrect case diagnosticIgor Aleksanov2020-10-122-26/+17
| * | Create basic support for names case checks and implement function name case c...Igor Aleksanov2020-10-121-0/+31
* | | Merge #6195bors[bot]2020-10-121-1/+5
|\ \ \ | |/ / |/| |
| * | Also replace the associated types with iterKirill Bulatov2020-10-101-1/+5
* | | Merge #5917bors[bot]2020-10-121-0/+17
|\ \ \ | |/ / |/| |
| * | Remove methodowner & fix formattingZac Pullar-Strecker2020-10-082-40/+3
| * | Rebase fixesZac Pullar-Strecker2020-10-081-1/+1
| * | Change Option::Some bug to a fixme noteZac Pullar-Strecker2020-10-081-0/+1
| * | Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-082-3/+10
| * | Code reorganisation and field supportZac Pullar-Strecker2020-10-081-1/+47
| |/
* / Fix source_to_def for named enum variant fieldsJonas Schievink2020-10-091-0/+4
|/
* Shorten type hints for std::iter IteratorsLukas Wirth2020-10-062-3/+36
* Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-061-5/+2
* Merge #6124bors[bot]2020-10-061-3/+3
|\
| * Properly name the fieldKirill Bulatov2020-10-021-2/+2
| * Fix the hover dash issuesKirill Bulatov2020-10-021-2/+2
* | Make ImportPrefix a configuration optionLukas Wirth2020-10-052-1/+3
* | Make find_path_prefixed configurableLukas Wirth2020-10-051-1/+2
|/
* Minor clippy performance suggestionskjeremy2020-09-301-1/+1
* Don't unnecessarily unnest imports for import insertionLukas Wirth2020-09-251-0/+10
* Merge #5846bors[bot]2020-09-241-5/+31
|\
| * Remove exposing unificationadamrk2020-09-021-6/+0
| * Add back Param structadamrk2020-09-011-2/+12
| * Add references to fn args during completionadamrk2020-08-301-6/+28
* | Apply suggestions from code reviewAleksey Kladov2020-09-211-5/+5
* | Document SemanticScopeAleksey Kladov2020-09-211-0/+19
* | Rename `CustomDerive` to `ProcMacro`Jonas Schievink2020-09-181-2/+2
* | Merge #5971bors[bot]2020-09-131-0/+7
|\ \
| * | Fix type walking about type of async blockoxalica2020-09-111-0/+5
| * | Implement async blocksoxalica2020-09-101-0/+2
| |/
* / Rename record_field_pat to record_pat_fieldPavan Kumar Sunkara2020-09-102-6/+6
|/
* Tease apart orthogonal concerns in markdown link rewritingAleksey Kladov2020-08-265-321/+65
* Remove monomorphisation from doclinks resolving codeAleksey Kladov2020-08-252-34/+43
* Remove AttrDefAleksey Kladov2020-08-254-66/+52
* SimplifyAleksey Kladov2020-08-251-6/+6
* Move attrs from code_module to a separate moduleAleksey Kladov2020-08-253-126/+140
* MinorAleksey Kladov2020-08-251-9/+6
* Use the same abstraction for attrs and docsAleksey Kladov2020-08-252-9/+4
* Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-251-8/+9
|\
| * Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
| * Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-7/+7
* | Changes from reviewZac Pullar-Strecker2020-08-252-18/+23
* | Renames, comments, and dead code removalZac Pullar-Strecker2020-08-243-22/+5
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-244-4/+353
|/
* :arrow_up: ungrammarAleksey Kladov2020-08-211-1/+1
* Better API factoring around self access modesAleksey Kladov2020-08-193-46/+14
* Introduce hir::ParamAleksey Kladov2020-08-191-2/+11
* Add SelfParam to code_modelAleksey Kladov2020-08-193-24/+49