about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/expr/mod.rs
AgeCommit message (Expand)AuthorLines
2024-12-17Rename `rustc_mir_build::build` to `builder`Zalathar-70/+0
2024-06-04Reduce `pub` exposure.Nicholas Nethercote-2/+2
2023-10-04Fix misuses of a vs ancui fliter-1/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-03-23change thir to lazily create constantsb-naber-1/+1
2021-07-10Implement Mutation- and BorrowOfLayoutConstrainedField in thir-unsafeckFabian Wolff-1/+1
2021-03-14Delay use of Place in favor of PlaceBuilderRoxane-1/+1
2021-03-09[WIP] Eagerly construct bodies of THIRLeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+70