aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src/code_model.rs
Commit message (Expand)AuthorAgeFilesLines
* Code reorganisation and field supportZac Pullar-Strecker2020-10-081-1/+47
* Shorten type hints for std::iter IteratorsLukas Wirth2020-10-061-2/+35
* 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-051-1/+2
* | 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
* | Rename `CustomDerive` to `ProcMacro`Jonas Schievink2020-09-181-2/+2
* | Fix type walking about type of async blockoxalica2020-09-111-0/+5
* | Implement async blocksoxalica2020-09-101-0/+2
|/
* Tease apart orthogonal concerns in markdown link rewritingAleksey Kladov2020-08-261-0/+10
* Remove AttrDefAleksey Kladov2020-08-251-5/+5
* Move attrs from code_module to a separate moduleAleksey Kladov2020-08-251-121/+2
* Use the same abstraction for attrs and docsAleksey Kladov2020-08-251-8/+3
* Changes from reviewZac Pullar-Strecker2020-08-251-10/+8
* Renames, comments, and dead code removalZac Pullar-Strecker2020-08-241-18/+1
* Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-241-2/+120
* Better API factoring around self access modesAleksey Kladov2020-08-191-1/+11
* Introduce hir::ParamAleksey Kladov2020-08-191-2/+11
* Add SelfParam to code_modelAleksey Kladov2020-08-191-15/+38
* Mark mutating functions with `mutable` modifier, and owning functions with `c...Paul Daniel Faria2020-08-161-0/+15
* Don't expose hir::Path out of hirAleksey Kladov2020-08-151-6/+3
* Make hygiene private to hirAleksey Kladov2020-08-131-0/+7
* Rename ra_hir -> hirAleksey Kladov2020-08-131-0/+1712