aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/lower.rs
Commit message (Expand)AuthorAgeFilesLines
* Use chalk_ir::MutabilityLukas Wirth2021-03-011-2/+10
* Introduce Ty::AliasLukas Wirth2021-03-011-16/+19
* Lift FnPointer into a structLukas Wirth2021-02-281-8/+12
* Remove Substs from Ty::ForeignTypeLukas Wirth2021-02-281-2/+2
* Turn Ty::Tuple variant into a tuple-variantLukas Wirth2021-02-281-1/+1
* Inline TypeCtor into TyLukas Wirth2021-02-281-20/+13
* Don't lower TypeBound::Lifetime as GenericPredicate::ErrorLukas Wirth2021-02-201-18/+16
* Wrap `BuiltinType` in code modelJonas Schievink2021-02-111-13/+1
* Make `ModuleId`'s `krate` field privateJonas Schievink2021-01-221-1/+1
* Remove map module from la-arena public APIAramis Razzaghipour2021-01-151-1/+1
* prepare to publish el libro de arenaAleksey Kladov2021-01-141-1/+1
* Fixed typos in local bindingsVincent Esche2021-01-091-3/+3
* Add ConstParams to the HIRLukas Wirth2021-01-011-3/+12
* Higher-ranked trait bounds for where clausesLukas Wirth2020-12-171-9/+9
* Ignore lifetime params in substitutionsLukas Wirth2020-12-131-1/+7
* Add Lifetimes to the HIRLukas Wirth2020-12-111-26/+40
* Use Ty::apply instead of simple and fix method resolution.Charles Lew2020-09-161-5/+5
* Lower extern type alias as foreign opaque type.Charles Lew2020-09-161-2/+6
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+1242