rust/compiler/rustc_trait_selection/src/traits
bors b688d53a17 Auto merge of #123396 - jhpratt:rollup-oa54mh1, r=jhpratt
Rollup of 5 pull requests

Successful merges:

 - #122865 (Split hir ty lowerer's error reporting code in check functions to mod errors.)
 - #122935 (rename ptr::from_exposed_addr -> ptr::with_exposed_provenance)
 - #123182 (Avoid expanding to unstable internal method)
 - #123203 (Add `Context::ext`)
 - #123380 (Improve bootstrap comments)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-04-03 02:13:07 +00:00
..
error_reporting Stop calling visitors V 2024-03-30 11:13:33 -04:00
query Programmatically convert some of the pat ctors 2024-03-22 11:13:29 -04:00
select Auto merge of #122791 - compiler-errors:make-coinductive-always, r=lcnr 2024-04-03 00:09:44 +00:00
specialize fix few more 2024-03-28 13:16:22 +03:00
auto_trait.rs rustdoc: heavily simplify synthesis of auto trait impls 2024-04-02 01:49:57 +02:00
coherence.rs Remove EvaluatedToErrStackDependent 2024-03-31 20:44:30 -04:00
const_evaluatable.rs Avoid various uses of Option<Span> in favor of using DUMMY_SP in the few cases that used None 2024-03-18 09:34:08 +00:00
engine.rs Get rid of some sub_exp and eq_exp 2024-03-01 01:20:49 +00:00
fulfill.rs Avoid various uses of Option<Span> in favor of using DUMMY_SP in the few cases that used None 2024-03-18 09:34:08 +00:00
misc.rs Deeply normalize when processing registered region obligations 2024-01-30 00:06:53 +00:00
mod.rs t plit astconv's error report code in check functions to mod errors. 2024-04-02 20:10:35 +08:00
normalize.rs overflow errors: change source to a concrete enum 2024-02-22 17:43:57 +01:00
object_safety.rs Split out ImplPolarity and PredicatePolarity 2024-03-22 11:16:56 -04:00
outlives_bounds.rs Convert delayed_bugs to bugs. 2024-02-21 10:20:05 +11:00
project.rs fix few more 2024-03-28 13:16:22 +03:00
structural_match.rs Convert TypeVisitor and DefIdVisitor to use VisitorResult 2024-03-05 13:28:15 -05:00
structural_normalize.rs Move trait into attr so it's greppable 2024-02-16 15:07:37 +00:00
util.rs Rollup merge of #123188 - klensy:clippy-me2, r=Nilstrieb 2024-03-29 15:17:11 +01:00
vtable.rs eagerly instantiate binders to avoid relying on sub 2024-03-14 17:19:40 +01:00
wf.rs Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr 2024-03-22 22:35:11 +00:00