aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Impl HasAttrs for GenericParamLukas Wirth2021-01-011-2/+3
* Add ConstParams to the HIRLukas Wirth2021-01-011-3/+3
* Track labels in the HIRLukas Wirth2020-12-241-2/+2
* Align code_model name with ungrammarAleksey Kladov2020-12-201-3/+3
* Rename ImplDef -> ImplAleksey Kladov2020-12-171-1/+1
* Add Lifetimes to the HIRLukas Wirth2020-12-111-4/+5
* Make `original_range` a method on `InFile<&SyntaxNode>`Jonas Schievink2020-12-081-1/+1
* Remove hir_def/docs.rs moduleLukas Wirth2020-12-071-2/+1
* Use `ExpandResult` instead of `MacroResult`Jonas Schievink2020-11-261-1/+1
* hir_expand: propagate expansion errorsJonas Schievink2020-11-241-2/+2
* Remove query aliasesKirill Bulatov2020-11-161-1/+1
* Use imports_locatorKirill Bulatov2020-11-161-1/+1
* Add imports in auto completionKirill Bulatov2020-11-161-0/+1
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+2
* Shorten type hints for std::iter IteratorsLukas Wirth2020-10-061-1/+1
* Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-061-5/+2
* Make ImportPrefix a configuration optionLukas Wirth2020-10-051-0/+1
* Tease apart orthogonal concerns in markdown link rewritingAleksey Kladov2020-08-261-3/+1
* Remove AttrDefAleksey Kladov2020-08-251-1/+1
* Move attrs from code_module to a separate moduleAleksey Kladov2020-08-251-5/+6
* Use the same abstraction for attrs and docsAleksey Kladov2020-08-251-1/+1
* Renames, comments, and dead code removalZac Pullar-Strecker2020-08-241-2/+2
* Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-241-2/+5
* Better API factoring around self access modesAleksey Kladov2020-08-191-1/+1
* Add SelfParam to code_modelAleksey Kladov2020-08-191-4/+4
* Add new method to Semantics, method_receiver_kind, which returns the kind of ...Paul Daniel Faria2020-08-161-1/+1
* Don't expose hir::Path out of hirAleksey Kladov2020-08-151-2/+5
* Make hygiene private to hirAleksey Kladov2020-08-131-2/+6
* Rename ra_hir -> hirAleksey Kladov2020-08-131-0/+59