rust/compiler/rustc_middle/src
Matthias Krüger 37076ebbe5
Rollup merge of #110927 - nnethercote:Encoder-Decoder-cleanups, r=scottmcm
Encoder/decoder cleanups

Best reviewed one commit at a time.

r? ``@scottmcm``
2023-04-28 22:56:45 +02:00
..
dep_graph
hir Remove unused TypeFoldable/TypeVisitable impls. 2023-04-26 15:19:50 +10:00
infer
middle Remove some unnecessary derives. 2023-04-28 18:34:55 +10:00
mir Derive Type{Foldable,Visitable} for UserTypeProjection. 2023-04-26 15:19:51 +10:00
query Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=compiler-errors 2023-04-25 21:06:32 +02:00
thir
traits Rollup merge of #110927 - nnethercote:Encoder-Decoder-cleanups, r=scottmcm 2023-04-28 22:56:45 +02:00
ty Rollup merge of #110927 - nnethercote:Encoder-Decoder-cleanups, r=scottmcm 2023-04-28 22:56:45 +02:00
util
arena.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
error.rs
lib.rs Switch impl_tag! from explicit tags to ${index()} 2023-04-24 16:48:37 +00:00
lint.rs
macros.rs
metadata.rs
tests.rs
thir.rs Remove unused TypeFoldable/TypeVisitable impls. 2023-04-26 15:19:50 +10:00
values.rs