rust/compiler/rustc_mir_build/src
Léo Lanteri Thauvin 2b169ccc96 Only compute is_freeze for layout-constrained ADTs
Places are usually shallow and quick to visit. By contrast, computing
`is_freeze` can be much costlier, involving inference and trait
solving. Making sure to call `is_freeze` only when necessary should be
beneficial for performance in most cases.
2021-08-03 22:04:37 +02:00
..
build Implement Mutation- and BorrowOfLayoutConstrainedField in thir-unsafeck 2021-07-10 16:33:00 +02:00
thir Auto merge of #86251 - Smittyvb:thir-tree-again, r=oli-obk 2021-07-28 09:01:11 +00:00
check_unsafety.rs Only compute is_freeze for layout-constrained ADTs 2021-08-03 22:04:37 +02:00
lib.rs Support -Z unpretty=thir-tree again 2021-07-24 17:18:15 -04:00
lints.rs Do not store attrs in FnKind. 2021-03-09 19:09:33 +01:00