rust/compiler/rustc_hir_analysis/src
bors 8536f201ff Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth
Rollup of 12 pull requests

Successful merges:

 - #134076 (Stabilize `std::io::ErrorKind::InvalidFilename`)
 - #137504 (Move methods from Map to TyCtxt, part 4.)
 - #138175 (Support rmeta inputs for --crate-type=bin --emit=obj)
 - #138259 (Disentangle `ForwardGenericParamBan` and `ConstParamTy` ribs)
 - #138280 (fix ICE in pretty-printing `global_asm!`)
 - #138318 (Rustdoc: remove a bunch of `@ts-expect-error` from main.js)
 - #138331 (Use `RUSTC_LINT_FLAGS` more)
 - #138357 (merge `TypeChecker` and `TypeVerifier`)
 - #138394 (remove unnecessary variant)
 - #138403 (Delegation: one more ICE fix for `MethodCall` generation)
 - #138407 (Delegation: reject C-variadics)
 - #138409 (Use sa_sigaction instead of sa_union.__su_sigaction for AIX)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-03-13 01:37:26 +00:00
..
check Move methods from Map to TyCtxt, part 4. 2025-03-12 08:55:37 +11:00
coherence Move methods from Map to TyCtxt, part 4. 2025-03-12 08:55:37 +11:00
collect Move methods from Map to TyCtxt, part 4. 2025-03-12 08:55:37 +11: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 #137504 - nnethercote:remove-Map-4, r=Zalathar 2025-03-12 10:19:26 -07: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 4. 2025-03-12 08:55:37 +11:00
collect.rs Move methods from Map to TyCtxt, part 4. 2025-03-12 08:55:37 +11: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 Rollup merge of #138407 - Bryanskiy:delegation-variadic, r=petrochenkov 2025-03-12 10:19:34 -07: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