aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src
Commit message (Expand)AuthorAgeFilesLines
* 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-264-320/+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
* 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-243-4/+351
* :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
* Minor cleanupsAleksey Kladov2020-08-191-7/+6
* Merge #5643bors[bot]2020-08-193-5/+62
|\
| * Add new method to Semantics, method_receiver_kind, which returns the kind of ...Paul Daniel Faria2020-08-162-3/+45
| * Mark mutating functions with `mutable` modifier, and owning functions with `c...Paul Daniel Faria2020-08-162-2/+17
* | Merge remote-tracking branch 'rust-analyzer/master'Dmitry2020-08-184-45/+14
|\|
| * Don't expose hir::Path out of hirAleksey Kladov2020-08-154-45/+14
* | synchronizing changesDmitry2020-08-141-1/+1
|/
* Rename hypothetical -> speculativeAleksey Kladov2020-08-141-5/+4
* Make hygiene private to hirAleksey Kladov2020-08-133-5/+26
* Rename ra_hir -> hirAleksey Kladov2020-08-139-0/+3829