rust/compiler/rustc_trait_selection/src/solve
bors ef982929c0 Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitor
Rollup of 9 pull requests

Successful merges:

 - #106806 (Replace format flags u32 by enums and bools.)
 - #107194 (Remove dependency on slice_internals feature in rustc_ast)
 - #107234 (Revisit fix_is_ci_llvm_available logic)
 - #107316 (Update snap from `1.0.1` to `1.1.0`)
 - #107321 (solver comments + remove `TyCtxt::evaluate_goal`)
 - #107332 (Fix wording from `rustbuild` to `bootstrap`)
 - #107347 (reduce rightward-drift)
 - #107352 (compiler: Fix E0587 explanation)
 - #107357 (Fix infinite loop in rustdoc get_all_import_attributes function)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-01-27 17:49:56 +00:00
..
search_graph add note about indirect cycles 2023-01-18 08:11:15 +01:00
trait_goals fixup new usages of fn_sig, bound_fn_sig after rebasing 2023-01-26 20:33:27 -07:00
assembly.rs Rollup merge of #107286 - compiler-errors:new-solver-deny-infers, r=lcnr 2023-01-26 06:15:29 +01:00
fulfill.rs Report the right fulfillment errors 2023-01-26 03:14:26 +00:00
infcx_ext.rs no subtyping in the new trait solver 2023-01-18 14:59:15 +00:00
mod.rs solver comments + remove TyCtxt::evaluate_goal 2023-01-26 11:02:28 +01:00
project_goals.rs solver comments + remove TyCtxt::evaluate_goal 2023-01-26 11:02:28 +01:00
trait_goals.rs Implement Generator and Future 2023-01-26 03:15:36 +00:00