summaryrefslogtreecommitdiff
path: root/compiler/rustc_borrowck/src/type_check/input_output.rs
Commit message (Expand)AuthorAgeFilesLines
* Revert "small regions refactoring"revert-98576-region-stuff-cool-beanslcnr2022-06-291-1/+1
* outside of borrowck, do not provide an implicit_region_boundlcnr2022-06-271-1/+1
* bound_vars -> infer: don't return lt maplcnr2022-06-101-7/+5
* Add an explicit `Span` field to `OutlivesConstraint`Aaron Hill2022-04-191-0/+1
* Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer2022-03-281-4/+4
* Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer2022-02-111-4/+4
* Lazily resolve type-alias-impl-trait defining usesOli Scherer2022-02-021-4/+4
* Fix ICE when yielding in fn returning impl TraitMichael Goulet2021-12-021-3/+23
* normalize argument b in equate_normalized_inputs_outputb-naber2021-11-111-22/+38
* More tracing instrumentationOli Scherer2021-09-281-6/+3
* Use FxHashMapjackh7262021-09-091-0/+2
* Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT2021-09-071-0/+211