aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove hir krate methodsAramis Razzaghipour2021-05-241-48/+0
| * Add highlighting of items from other cratesAramis Razzaghipour2021-05-241-0/+17
* | Get rid of field_type againFlorian Diebold2021-05-231-14/+1
* | Infer correct expected type for generic struct fieldsFlorian Diebold2021-05-231-3/+15
|/
* Give ‘unsafe’ semantic token modifier to unsafe traitsAramis Razzaghipour2021-05-231-0/+4
* Add test for #8931 and better checkingFlorian Diebold2021-05-231-2/+2
* Rework obligation handlingFlorian Diebold2021-05-211-4/+6
* Fix HIR expecting errors to unify with anythingFlorian Diebold2021-05-211-6/+3
* Fix compilation of hir and ide cratesFlorian Diebold2021-05-211-2/+2
* Merge #8813bors[bot]2021-05-161-1/+4
|\
| * Address final feedbackJade2021-05-161-1/+1
| * Add more tests, refactor array lengths/consteval workJade2021-05-141-1/+4
* | Apply async semantic token modifier to async/await keywordshi-rustin2021-05-141-0/+4
|/
* Correctly support SelfType when searching for usagesLukas Wirth2021-05-081-0/+4
* internal: expose cfg attrs from hir::CrateAleksey Kladov2021-05-071-0/+5
* Don't store call-site text offsets in hygiene infoJonas Schievink2021-05-061-1/+1
* simplifyLukas Tobias Wirth2021-05-051-0/+4
* internal: fix naming polarityAleksey Kladov2021-04-301-1/+1
* internal: normalize nameAleksey Kladov2021-04-301-1/+1
* Exclude inherent traits from flyimportsKirill Bulatov2021-04-161-0/+12
* Improve indexing of implsFlorian Diebold2021-04-091-9/+21
* Intern SubstitutionsFlorian Diebold2021-04-081-1/+1
* Fix missing match armsFlorian Diebold2021-04-081-1/+3
* InEnvironment::new takes a referenceFlorian Diebold2021-04-071-2/+2
* Make Canonical::new a free-standing functionFlorian Diebold2021-04-071-1/+1
* Move hir_trait_id to extension traitFlorian Diebold2021-04-071-1/+2
* Remove Ty::substs{_mut}Florian Diebold2021-04-071-8/+18
* Free Ty::def_cratesLukas Wirth2021-04-071-3/+3
* 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