rust/compiler/rustc_middle/src
Yuki Okushi 645e5c475a
Rollup merge of #98371 - compiler-errors:better-opaque-printing, r=oli-obk
Fix printing `impl trait` under binders

Before, we would render `impl for<'a> Trait<'a>` like `impl Trait<for<'a> 'a>`, lol.
2022-06-26 13:14:56 +09:00
..
dep_graph Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
hir Auto merge of #98153 - nnethercote:fix-MissingDoc-quadratic-behaviour, r=cjgillot 2022-06-18 09:57:00 +00:00
infer Rename the ConstS::val field as kind. 2022-06-14 13:06:44 +10:00
middle remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
mir implement iter_projections function on PlaceRef 2022-06-22 14:06:13 +01:00
query Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk 2022-06-19 15:26:28 +02:00
thir Fix precise field capture of univariant enums 2022-05-23 19:07:06 +02:00
traits Point at return expression for RPIT-related error 2022-06-21 18:23:37 -07:00
ty Rollup merge of #98371 - compiler-errors:better-opaque-printing, r=oli-obk 2022-06-26 13:14:56 +09:00
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
arena.rs try to cache region_scope_tree as a query 2022-05-25 13:52:32 +08:00
lib.rs Try out yeet in the MIR interpreter 2022-06-11 23:08:06 -07:00
lint.rs Support lint expectations for --force-warn lints (RFC 2383) 2022-06-16 08:16:43 +02:00
macros.rs Folding revamp. 2022-06-08 09:24:03 +10:00
metadata.rs resolve/metadata: Stop encoding macros as reexports 2022-02-24 22:55:40 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs thir: wrap hir id of vars into local var id 2022-06-09 17:00:38 +08:00