about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2022-11-26Auto merge of #104945 - GuillaumeGomez:rollup-ygzbpbe, r=GuillaumeGomezbors-6/+27
2022-11-26Verify that HIR parenting and Def parenting match.Camille GILLOT-7/+2
2022-11-26Rollup merge of #104909 - compiler-errors:normalize_opaque_types-is-misleadin...Guillaume Gomez-6/+6
2022-11-26Rollup merge of #104788 - compiler-errors:unresolved-ct-in-gen, r=fee1-deadGuillaume Gomez-0/+9
2022-11-26Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errorsGuillaume Gomez-0/+12
2022-11-26Auto merge of #104731 - compiler-errors:early-binder-iter-size-hint, r=cjgillotbors-0/+12
2022-11-26Rollup merge of #104675 - SarthakSingh31:issue-101666, r=jyn514Matthias Krüger-2/+5
2022-11-26interpret: remove PartialOrd from a bunch of types that do not have or need a...Ralf Jung-7/+7
2022-11-26Do not record unresolved const vars in generator interiorMichael Goulet-0/+9
2022-11-26simplify some binder shifting logicMichael Goulet-23/+24
2022-11-25Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwUbors-204/+203
2022-11-25Rename normalize_opaque_types to reveal_opaque_types_in_boundsMichael Goulet-6/+6
2022-11-25Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgrbors-41/+6
2022-11-25Cache Predicates' hash within themselvesOli Scherer-28/+59
2022-11-25Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð...bors-65/+94
2022-11-25remove `TypeError::ObjectUnsafeCoercion`lcnr-4/+1
2022-11-25Add documentation for `has_escaping_bound_vars`Deadbeef-1/+7
2022-11-25add commentlcnr-0/+6
2022-11-25move 2 candidates into builtin candidatelcnr-41/+0
2022-11-25Fix mk_const_listkadmin-1/+1
2022-11-25Make `expand_abstract_consts` infallibleBoxy-55/+21
2022-11-25`super_relate_consts` do not spurriously fail on assoc constsBoxy-16/+9
2022-11-25add FIXME'sBoxy-0/+3
2022-11-25correctly intern `List<Const<'tcx>>`Boxy-1/+4
2022-11-25fmtBoxy-3/+3
2022-11-25Add expand_abstract_constkadmin-53/+64
2022-11-25Add empty ConstKind::Abstractkadmin-192/+215
2022-11-25Add helper method to `ScalarInt`Oli Scherer-0/+12
2022-11-25Auto merge of #104602 - petrochenkov:effvisperf5, r=oli-obkbors-50/+57
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-48/+75
2022-11-25get rid of to_poly_trait_predicateOli Scherer-17/+19
2022-11-24Auto merge of #104845 - matthiaskrgr:rollup-tckj956, r=matthiaskrgrbors-3/+3
2022-11-24Rollup merge of #104782 - oli-obk:const_eval_limit_bump, r=pnkfelixMatthias Krüger-1/+1
2022-11-24Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obkMatthias Krüger-2/+2
2022-11-24Auto merge of #103693 - HKalbasi:master, r=oli-obkbors-203/+102
2022-11-24Use kw::Empty for elided lifetimes in path.Camille GILLOT-16/+21
2022-11-24Record in HIR whether lifetime elision was succesful.Camille GILLOT-0/+2
2022-11-24Auto merge of #104321 - Swatinem:async-gen, r=oli-obkbors-0/+47
2022-11-24Unsupported query error now specifies if its unsupported for local or externa...Sarthak Singh-2/+5
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-73/+76
2022-11-24move some layout logic to rustc_target::abi::layouthkalbasi-186/+82
2022-11-24make rustc_target usable outside of rustchkalbasi-4/+4
2022-11-24make `error_reported` check for delayed bugsBoxy-2/+2
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-0/+47
2022-11-24Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Kibors-2/+600
2022-11-24effective visibility: Always add table entries for nodes used as parentsVadim Petrochenkov-33/+37
2022-11-24effective visibility: Remove questionable optimizationsVadim Petrochenkov-7/+0
2022-11-24effective visibility: Satisfy borrow checker to use resolver lazily from a cl...Vadim Petrochenkov-10/+20
2022-11-23Simplify creation of `AutoBorrowMutability`Maybe Waffle-0/+12
2022-11-23use no type in ProjectionElem::Field for PlaceBuilder::UpVarb-naber-13/+38