summary refs log tree commit diff
path: root/src/librustc_mir_build/build/expr/as_temp.rs
AgeCommit message (Expand)AuthorLines
2020-05-30Make TLS accesses explicit in MIROliver Scherer-4/+12
2020-05-09Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasperDylan DPC-2/+2
2020-05-06Shrink `LocalDecl` by 56 bytes.Nicholas Nethercote-1/+1
2020-05-06Improve `LocalDecl` creation.Nicholas Nethercote-1/+1
2020-05-02Move ensure_sufficient_stack to data_structuresSimonas Kazlauskas-1/+1
2020-05-02Prevent stack overflow for deeply recursive codeOliver Scherer-1/+6
2020-04-30Add a convenience function for testing whether a static is `#[thread_local]`Oliver Scherer-3/+2
2020-03-31Use Place directly in librustc_mir_build, it's CopySantiago Pastorino-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-21remove unused unit values (clippy::unused_unit)Matthias Krüger-4/+1
2020-01-23Make pointers to statics internalMatthew Jasper-0/+1
2020-01-12Split `rustc_mir::{build, hair, lints}` into their own crateMatthew Jasper-0/+110