rust/compiler/rustc_trait_selection/src
bors 794c12416b Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr
Rollup of 10 pull requests

Successful merges:

 - #132876 (rustdoc book: acknowledge --document-hidden-items)
 - #136148 (Optionally add type names to `TypeId`s.)
 - #136609 (libcore/net: `IpAddr::as_octets()`)
 - #137336 (Stabilise `os_str_display`)
 - #137350 (Move methods from Map to TyCtxt, part 3.)
 - #137353 (Implement `read_buf` for WASI stdin)
 - #137361 (Refactor `OperandRef::extract_field` to prep for MCP838)
 - #137367 (Do not exempt nonexistent platforms from platform policy)
 - #137374 (Stacker now handles miri using a noop impl itself)
 - #137392 (remove few unused fields)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-02-21 19:57:50 +00:00
..
error_reporting Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr 2025-02-21 19:57:50 +00:00
errors Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
solve Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
traits Clean up dropck code a bit 2025-02-17 11:33:07 +00:00
errors.rs Move methods from Map to TyCtxt, part 3. 2025-02-21 14:31:09 +11:00
infer.rs Suggest Semicolon in Incorrect Repeat Expressions 2024-12-21 02:30:50 +00:00
lib.rs consistently handle global where-bounds 2024-12-17 08:50:47 +01:00
regions.rs Move param env bound deep normalization to OutlivesEnvironment building 2025-01-28 19:11:05 +00:00
solve.rs impossible obligations check fast path 2024-10-10 06:09:50 -04:00