1
Fork 0
rust/compiler/rustc_hir_analysis/src
bors 31448badfd Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #108354 (Update `fuchsia-test-runner.py` and docs)
 - #108404 (support `x fmt` for sub and outside of rust directories)
 - #108407 (docs: use intra-doc links for `Vec::get(_mut)`)
 - #108410 (rustdoc: avoid including `<li>` tags in item table short desc)
 - #108412 (Fix GUI test navigation bug)
 - #108433 (Wrap missing provider message correctly)
 - #108434 (Migrate `rustc_hir_analysis` to session diagnostic [Part One])

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-02-25 16:48:04 +00:00
..
astconv Replace a mk_ty call with mk_bound. 2023-02-24 07:32:27 +11:00
check Rename many interner functions. 2023-02-24 07:32:24 +11:00
coherence Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-errors,davidtwco,estebank,oli-obk 2023-02-23 00:19:12 +00:00
collect Rename many interner functions. 2023-02-24 07:32:24 +11:00
impl_wf_check Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
outlives Add Clause::ConstArgHasType variant 2023-02-17 09:30:33 +00:00
structured_errors diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
variance Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
autoderef.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
bounds.rs Rework hir Bounds collection 2022-12-28 23:40:09 +00:00
check_unused.rs Use expect_{use,fn} in a couple of places 2023-01-30 05:50:37 +00:00
collect.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
constrained_generic_params.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
errors.rs Migrate rustc_hir_analysis to session diagnostic 2023-02-24 23:23:30 +03:00
hir_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
impl_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
lib.rs Migrate rustc_hir_analysis to session diagnostic 2023-02-24 23:23:30 +03:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00