rust/compiler/rustc_middle/src
bors 595bc6f003 Auto merge of #119634 - matthiaskrgr:rollup-v2xt7et, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #119151 (Hide foreign `#[doc(hidden)]` paths in import suggestions)
 - #119350 (Imply outlives-bounds on lazy type aliases)
 - #119354 (Make `negative_bounds` internal & fix some of its issues)
 - #119506 (Use `resolutions(()).effective_visiblities` to avoid cycle errors in `report_object_error`)
 - #119554 (Fix scoping for let chains in match guards)
 - #119563 (Check yield terminator's resume type in borrowck)
 - #119589 (cstore: Remove unnecessary locking from `CrateMetadata`)
 - #119622 (never patterns: Document behavior of never patterns with macros-by-example)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-01-05 21:42:26 +00:00
..
dep_graph
hir Unify SourceFile::name_hash and StableSourceFileId 2023-12-19 22:34:26 +01:00
hooks
infer NFC: do not clone types that are copy 2023-12-15 23:19:51 +01:00
middle Make iteration order of region_scope_tree query stable 2024-01-04 13:48:54 +01:00
mir Rollup merge of #119563 - compiler-errors:coroutine-resume, r=oli-obk 2024-01-05 20:39:53 +01:00
query Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillot 2024-01-05 19:38:27 +00:00
thir Remove thir::Guard 2024-01-05 10:56:59 +00:00
traits Track HirId instead of Span in ObligationCauseCode::SizedArgumentType 2024-01-03 18:59:42 +00:00
ty Auto merge of #119634 - matthiaskrgr:rollup-v2xt7et, r=matthiaskrgr 2024-01-05 21:42:26 +00:00
util Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
arena.rs Make iteration order of collect_return_position_impl_trait_in_trait_tys query stable 2024-01-04 13:48:57 +01:00
error.rs
lib.rs update cfg(bootstrap)s 2023-12-22 11:14:11 +01:00
lint.rs Remove is_lint field from Level::Error. 2024-01-04 16:09:31 +11:00
macros.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
metadata.rs
tests.rs
thir.rs Remove thir::Guard 2024-01-05 10:56:59 +00:00
values.rs Remove more Session methods that duplicate DiagCtxt methods. 2023-12-24 08:17:47 +11:00