aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src/code_model.rs
Commit message (Expand)AuthorAgeFilesLines
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-081-5/+1
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-051-5/+1
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-051-1/+1
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-051-3/+20
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-051-0/+4
* Remove more unreachable pubsAleksey Kladov2020-11-021-9/+5
* Fix case where non FnOnce variables is marked callableGrayJack2020-10-261-1/+1
*-. Merge #6251 #6310bors[bot]2020-10-231-2/+23
|\ \
| * | Add Callable modifier for variables that implements FnonceGrayJack2020-10-161-2/+23
* | | Diagnose #[cfg]s in bodiesJonas Schievink2020-10-231-0/+1
| |/ |/|
* | More type safety around namesAleksey Kladov2020-10-201-2/+2
* | Rename declaration_name -> display_nameAleksey Kladov2020-10-201-2/+2
|/
*-. Merge #6130 #6135bors[bot]2020-10-121-1/+23
|\ \
| * | Apply case check diagnostic to impl itemsIgor Aleksanov2020-10-121-1/+2
| * | Add fix for incorrect case diagnosticIgor Aleksanov2020-10-121-25/+15
| * | 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
| |/
* | Remove methodowner & fix formattingZac Pullar-Strecker2020-10-081-38/+1
* | 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-081-1/+8
* | 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