rust/compiler/rustc_middle/src
2023-04-19 17:59:30 +00:00
..
dep_graph Store hashes in special types so they aren't accidentally encoded as numbers 2023-04-18 10:52:47 -04:00
hir Remove some unnecessary hash truncations 2023-04-16 20:05:02 -04:00
infer Rollup merge of #110386 - nnethercote:clean-up-traversal-macros, r=lcnr 2023-04-17 18:13:35 +02:00
middle Store hashes in special types so they aren't accidentally encoded as numbers 2023-04-18 10:52:47 -04:00
mir Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot 2023-04-18 22:27:15 +00:00
query add EarlyBinder to return type of collect_return_position_impl_trait_in_trait_tys query; remove bound_X version 2023-04-18 16:33:06 -06:00
thir
traits
ty Move GenericArgKind::as_{type,const,region} to GenericArg 2023-04-19 17:59:30 +00:00
util Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
arena.rs add EarlyBinder to return type of collect_return_position_impl_trait_in_trait_tys query; remove bound_X version 2023-04-18 16:33:06 -06:00
error.rs
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
lint.rs
macros.rs Simplify CloneLiftImpls and TrivialTypeTraversalImpls. 2023-04-16 14:19:50 +10:00
metadata.rs rustc_metadata: Remove Span from ModChild 2023-04-18 17:25:04 +03:00
tests.rs
thir.rs
values.rs