rust/compiler/rustc_middle/src
Matthias Krüger b02062e886
Rollup merge of #101996 - b-naber:binder-print, r=lcnr
Don't duplicate region names for late-bound regions in print of Binder

Fixes https://github.com/rust-lang/rust/issues/101280
2022-09-26 19:19:20 +02:00
..
dep_graph Move the codegen_unit debug assert from rustc_query_system to query_impl 2022-09-25 12:08:36 -05:00
hir separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
infer Const unification is already infallible, remove the error handling logic 2022-09-22 08:20:13 +00:00
middle separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
mir remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
query separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
thir Use boxed slices in PatKind. 2022-09-02 07:26:22 +10:00
traits Neither require nor imply lifetime bounds on opaque type for well formedness 2022-09-21 13:11:54 +00:00
ty address review 2022-09-26 14:21:39 +02:00
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
arena.rs cache collect_trait_impl_trait_tys 2022-09-14 20:50:52 +00:00
error.rs UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic 2022-09-21 11:39:53 -04:00
lib.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
lint.rs Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" 2022-09-22 19:36:11 +02:00
macros.rs impl TypeVisitable in type traversal macros 2022-07-05 22:25:33 +01:00
metadata.rs rustc: Parameterize ty::Visibility over used ID 2022-09-07 13:35:41 +04:00
tests.rs
thir.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
values.rs Make HandleCycleError an enum instead of a macro-generated closure 2022-09-06 19:26:08 -05:00