rust/compiler/rustc_hir_analysis/src
bors 249cb84316 Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #137314 (change definitely unproductive cycles to error)
 - #137701 (Convert `ShardedHashMap` to use `hashbrown::HashTable`)
 - #138269 (uefi: fs: Implement FileType, FilePermissions and FileAttr)
 - #138331 (Use `RUSTC_LINT_FLAGS` more)
 - #138345 (Some autodiff cleanups)
 - #138387 (intrinsics: remove unnecessary leading underscore from argument names)
 - #138390 (fix incorrect tracing log)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-03-12 17:27:43 +00:00
..
check Auto merge of #128440 - oli-obk:defines, r=lcnr 2025-03-11 18:13:31 +00:00
coherence Ensure that negative auto impls are always applicable 2025-03-04 17:45:18 +00:00
collect Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
errors Remove the Option part of range ends in the HIR 2025-03-06 10:47:40 +00:00
hir_ty_lowering Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwU 2025-03-11 19:35:31 +01:00
impl_wf_check Fix a comment typo. 2025-01-31 08:28:14 +11:00
outlives Move methods from Map to TyCtxt, part 3. 2025-02-21 14:31:09 +11:00
variance Remove the Option part of range ends in the HIR 2025-03-06 10:47:40 +00:00
autoderef.rs Rename structurally_normalize to structurally_normalize_ty 2025-01-22 07:04:53 +00:00
check_unused.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
collect.rs mgca: Lower all const paths as ConstArgKind::Path 2025-03-04 10:11:13 -05:00
constrained_generic_params.rs Remove #[macro_use] extern crate tracing from rustc_hir_analysis. 2024-08-30 17:14:59 +10:00
delegation.rs Rustfmt 2025-02-08 22:12:13 +00:00
errors.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
hir_wf_check.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
impl_wf_check.rs Rename tcx.ensure() to tcx.ensure_ok() 2025-02-01 12:38:54 +11:00
lib.rs Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr 2025-03-12 17:27:43 +00:00