about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build
AgeCommit message (Expand)AuthorLines
2021-03-18Replace closures_captures and upvar_capture with closure_min_capturesJennifer Wills-1/+1
2021-03-16Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasperbors-10/+13
2021-03-16Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakisbors-92/+238
2021-03-15Fix error after rebaseRoxane-24/+16
2021-03-15Add comments with examples and testsRoxane-37/+82
2021-03-14Only borrow place for matching under specific conditionsRoxane-7/+6
2021-03-14Use the correct FakeReadCauseRoxane-80/+102
2021-03-14Delay use of Place in favor of PlaceBuilderRoxane-76/+139
2021-03-14Introduce new fake readsRoxane-8/+33
2021-03-14Remove duplicate asserts, replace eq assert with assert_eqÖmer Sinan Ağacan-3/+1
2021-03-12Run rustfmtOli Scherer-1/+3
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-10/+11
2021-03-11Make THIR data structures publicLeSeulArtichaut-2/+1
2021-03-11Auto merge of #82495 - LeSeulArtichaut:eager-thir, r=oli-obkbors-464/+383
2021-03-09address pr review commentskatelyn a. martin-1/+17
2021-03-09implement unwinding abi's (RFC 2945)katelyn a. martin-4/+18
2021-03-09Take into account `ExprKind::Scope` when calculating span of temporaryLeSeulArtichaut-6/+6
2021-03-09Remove useless references/dereferencesLeSeulArtichaut-157/+137
2021-03-09Make arena allocation for the THIR workLeSeulArtichaut-47/+48
2021-03-09Remove `Clone` impl for `thir::Expr`LeSeulArtichaut-4/+3
2021-03-09Pull `thir::Cx` out of the MIR `Builder`LeSeulArtichaut-185/+238
2021-03-09[WIP] Eagerly construct bodies of THIRLeSeulArtichaut-375/+261
2021-03-08Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelixbors-9/+12
2021-03-05Rollup merge of #80723 - rylev:noop-lint-pass, r=estebankMara-1/+1
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-9/+12
2021-03-03Fix testsRyan Levick-1/+1
2021-03-01Box generator-related Body fieldsDániel Buga-8/+17
2021-02-05Run x.py fmt to fix tidy issuesWesley Wiser-22/+19
2021-02-04Revert "Simplify unscheduling of drops after moves"Felix S. Klock II-13/+25
2021-02-04Revert "Use `record_operands_moved` more aggresively"Felix S. Klock II-15/+3
2021-02-04Revert "Avoid leaking block expression values"Felix S. Klock II-284/+150
2021-02-02Bump rustfmt versionMark Rousskov-90/+108
2021-02-01Rollup merge of #81364 - camelid:improve-build-matches-docs, r=varkorJonas Schievink-55/+74
2021-01-31Update outdated commentCamelid-3/+3
2021-01-31Rollup merge of #80092 - sexxi-goose:restrict_precision, r=nikomatsakisJonas Schievink-10/+1
2021-01-30Rollup merge of #81291 - sexxi-goose:fix-struct-update-functional-record-upda...Yuki Okushi-5/+10
2021-01-29Compute mutability of closure capturesAman Arora-10/+1
2021-01-28Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakisYuki Okushi-3/+2
2021-01-24Improve `rustc_mir_build::matches` docsCamelid-53/+72
2021-01-22Make functional record update/struct update syntax works inside closures when...Dhruv Jauhar-5/+10
2021-01-18Use ty::{IntTy,UintTy,FloatTy} in rustcLeSeulArtichaut-3/+2
2021-01-18Fix typo in simplify.rsIkko Ashimine-1/+1
2021-01-16Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnrbors-74/+34
2021-01-07Reintroduce hir::ExprKind::IfCaio-0/+37
2020-12-31remove move_val_init leftoversRalf Jung-74/+34
2020-12-30Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkovMara Bos-1/+1
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-1/+1
2020-12-30where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)Matthias Krüger-3/+3
2020-12-24use matches!() macro in more placesMatthias Krüger-5/+1
2020-12-17Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasperYuki Okushi-9/+46