rust/compiler/rustc_hir_analysis/src
Matthias Krüger 01fc5a7653
Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb
Match unmatched backticks in compiler/ comments

r? ``@Nilstrieb`` as per [advice](https://github.com/rust-lang/rust/pull/108685#issuecomment-1453018499)
2023-03-03 20:06:30 +01:00
..
astconv Rollup merge of #108575 - compiler-errors:erase, r=estebank 2023-03-02 07:24:01 +01:00
check Match unmatched backticks in comments in compiler/ 2023-03-03 08:39:00 +01:00
coherence Match unmatched backticks in comments in compiler/ 2023-03-03 08:39:00 +01:00
collect Rollup merge of #108553 - compiler-errors:non-lt-late-bound-in-anon-ct, r=petrochenkov 2023-03-03 20:06:27 +01: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 Move the unused extern crate check back to the resolver. 2023-02-22 20:48:27 +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 Deny capturing late-bound non-lifetime param in anon const 2023-02-28 05:59:54 +00: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