1
Fork 0
rust/compiler/rustc_hir_analysis/src
2023-11-16 22:56:25 +00:00
..
astconv Re-format code with new rustfmt 2023-11-15 21:45:48 -05:00
check Remove option_payload_ptr; redundant to offset_of 2023-11-16 22:56:25 +00:00
coherence finish RegionKind rename 2023-11-14 13:13:27 +00:00
collect finish RegionKind rename 2023-11-14 13:13:27 +00:00
impl_wf_check Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
outlives finish RegionKind rename 2023-11-14 13:13:27 +00:00
structured_errors Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compiler-errors 2023-10-25 23:37:09 +02:00
variance finish RegionKind rename 2023-11-14 13:13:27 +00:00
autoderef.rs Structurally normalize weak and inherent too 2023-08-07 19:05:59 +00:00
bounds.rs Don't compare host param by name 2023-10-18 02:38:54 +00:00
check_unused.rs inline format!() args from rustc_codegen_llvm to the end (4) 2023-07-25 23:20:28 +02:00
collect.rs finish RegionKind rename 2023-11-14 13:13:27 +00:00
constrained_generic_params.rs finish RegionKind rename 2023-11-14 13:13:27 +00:00
errors.rs Improve some diagnostics around ?Trait bounds 2023-10-30 17:47:07 +00:00
hir_wf_check.rs rename ReLateBound to ReBound 2023-11-13 14:13:54 +00:00
impl_wf_check.rs Use {Local}ModDefId in many queries 2023-08-14 07:22:48 +00:00
lib.rs Bump cfg(bootstrap)s 2023-11-15 19:41:28 -05:00
structured_errors.rs