aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Remove `SolutionVariables`, add ConstrainedSubst analogous to ChalkFlorian Diebold2021-04-061-4/+4
* Move Ty accessors to TyExtLukas Wirth2021-04-061-1/+1
* Add chalk_ir::Const to TyKind::ArrayLukas Wirth2021-04-061-2/+2
* Add Lifetime to TyKind::RefLukas Wirth2021-04-061-4/+8
* Substitution::prefix -> subst_prefixFlorian Diebold2021-04-051-1/+2
* Add Interner parameter to Binders::substituteFlorian Diebold2021-04-051-3/+3
* Binders::subst -> substituteFlorian Diebold2021-04-051-3/+3
* Hide Binders internals moreFlorian Diebold2021-04-051-2/+2
* Rename TyKind::ForeignType to ForeignLaurențiu Nicola2021-04-051-1/+1
* Rename TyKind::Unknown to ErrorLaurențiu Nicola2021-04-051-1/+1
* Move things from `traits` module to `types` as wellFlorian Diebold2021-04-041-3/+4
* Move things in hir_ty into submodulesFlorian Diebold2021-04-041-1/+1
* Replace Substitution::type_paramsFlorian Diebold2021-04-041-2/+2
* Replace remaining uses of Substitution::build_for_defFlorian Diebold2021-04-041-3/+2
* Add and start using TraitRef and ProjectionTy buildersFlorian Diebold2021-04-041-16/+8
* Move Ty::builtin to TyBuilderFlorian Diebold2021-04-041-2/+2
* Use bitflags to compress function propertiesJonas Schievink2021-04-031-3/+3
* Rename Ty::interned to Ty::kindFlorian Diebold2021-04-031-13/+13
* Introduce `GenericArg` like in ChalkFlorian Diebold2021-04-031-9/+22
* Global TypeRef/TraitRef interningJonas Schievink2021-04-011-4/+4
* Rename target_ty to self_tyLukas Wirth2021-03-291-6/+6
* Lower traits to TraitRef instead of TypeRefLukas Wirth2021-03-291-1/+2
* completion relevance consider if types can be unifiedJosh Mcguigan2021-03-261-1/+5
* Use arrayvec 0.6Laurențiu Nicola2021-03-251-1/+1
* Merge #7907bors[bot]2021-03-241-0/+2
|\
| * hir: don't use the self module as visible_from in iterate_method_candidatescynecx2021-03-241-6/+1
| * hir_ty: introduce visible_from_module param into method resolutioncynecx2021-03-201-0/+7
* | simplifyLukas Wirth2021-03-231-0/+15
* | Make more use of the HIR in rename::rename_to_selfLukas Wirth2021-03-231-4/+17
* | Merge hir::MacroDef::is_* into hir::MacroDef::kindLukas Wirth2021-03-231-14/+17
* | Set up a search scope when searching for mbe macro referencesLukas Wirth2021-03-231-0/+5
* | Align naming of deps and revdepsAleksey Kladov2021-03-231-5/+1
* | Compute more mathematically well-rounded notion of transitive depsAleksey Kladov2021-03-231-2/+1
* | Align InEnvironment with ChalkFlorian Diebold2021-03-211-77/+55
* | Align Canonical more with Chalk's versionFlorian Diebold2021-03-211-13/+28
* | Use QuantifiedWhereClause in generic_predicates as wellFlorian Diebold2021-03-211-1/+1
* | Introduce QuantifiedWhereClause and DynTy analogous to ChalkFlorian Diebold2021-03-211-6/+11
* | Merge #8133bors[bot]2021-03-211-1/+4
|\ \
| * | Ignore type bindings in generic_predicates_for_paramFlorian Diebold2021-03-211-1/+4
* | | clippy::complexity simplifications related to IteratorsMatthias Krüger2021-03-211-1/+1
|/ /
* / Track labels in scopesLukas Wirth2021-03-211-0/+1
|/
* Turn Obligation into something similar to chalk_ir::DomainGoalFlorian Diebold2021-03-201-5/+6
* Rename GenericPredicate -> WhereClauseFlorian Diebold2021-03-201-6/+6
* Add `AttrsWithOwner` and clean up `source_map`Jonas Schievink2021-03-191-1/+1
* Replace Projection variant in GenericPredicate with AliasEqLukas Wirth2021-03-191-11/+11
* Chalkify TraitRefFlorian Diebold2021-03-181-5/+5
* Store an `AstId` for procedural macrosJonas Schievink2021-03-181-2/+5
* Make MacroDefId's `AstId` mandatory when possibleJonas Schievink2021-03-181-1/+2
* Merge #8059bors[bot]2021-03-171-1/+1
|\
| * Properly handle doc attributes in doc-comment highlight injectionLukas Wirth2021-03-161-1/+1