about summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
2021-03-14Use the correct FakeReadCauseRoxane-149/+140
2021-03-14Delay use of Place in favor of PlaceBuilderRoxane-76/+139
2021-03-14Introduce new fake readsRoxane-9/+111
2021-03-14Remove duplicate asserts, replace eq assert with assert_eqÖmer Sinan Ağacan-3/+1
2021-03-14Rollup merge of #82789 - csmoe:issue-82772, r=estebankYuki Okushi-1/+3
2021-03-12Run rustfmtOli Scherer-1/+3
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-10/+11
2021-03-12Use the explicit error constant instead of fake dummiesOli Scherer-2/+2
2021-03-12Rollup merge of #83018 - oli-obk:float_check, r=davidtwcoYuki Okushi-2/+23
2021-03-11Make THIR data structures publicLeSeulArtichaut-62/+62
2021-03-12fix: check before index into generated patternscsmoe-1/+3
2021-03-11Auto merge of #82495 - LeSeulArtichaut:eager-thir, r=oli-obkbors-1750/+1560
2021-03-11Reintroduce accidentally deleted assertions.Oli Scherer-2/+23
2021-03-10Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieubors-4/+34
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-09Prevent stack overflow when building THIRLeSeulArtichaut-1/+3
2021-03-09Remove useless references/dereferencesLeSeulArtichaut-168/+148
2021-03-09Make arena allocation for the THIR workLeSeulArtichaut-383/+526
2021-03-09Remove `Clone` impl for `thir::Expr`LeSeulArtichaut-14/+13
2021-03-09Pull `thir::Cx` out of the MIR `Builder`LeSeulArtichaut-329/+254
2021-03-09[WIP] Eagerly construct bodies of THIRLeSeulArtichaut-1554/+1315
2021-03-09Do not store attrs in FnKind.Camille GILLOT-1/+1
2021-03-09Rollup merge of #82841 - hvdijk:x32, r=joshtriplettMara Bos-1/+1
2021-03-08Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelixbors-9/+12
2021-03-06Change x64 size checks to not apply to x32.Harald van Dijk-1/+1
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-22Auto merge of #81978 - tmiasko:head-ctor, r=Mark-Simulacrumbors-0/+1
2021-02-18Add explanations and suggestions to `irrefutable_let_patterns` lintCamelid-9/+26
2021-02-18Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkorDylan DPC-3/+3
2021-02-18Inline hot part of PatStack::head_ctorTomasz Miąsko-0/+1
2021-02-17replace if-let and while-let with `if let` and `while let`Takayuki Maeda-3/+3
2021-02-15Use !Sync std::lazy::OnceCell in usefulness checkingTomasz Miąsko-1/+1
2021-02-14Rollup merge of #82029 - tmiasko:debug, r=matthewjasperDylan DPC-1/+4
2021-02-14bumped smallvec depsklensy-1/+1
2021-02-13Use debug log level for developer oriented logsTomasz Miąsko-1/+4
2021-02-11Auto merge of #81350 - tmiasko:instrument-debug, r=lcnrbors-1/+1
2021-02-09Rename HIR UnOp variantsÖmer Sinan Ağacan-4/+4
2021-02-07Auto merge of #80632 - Nadrieril:fix-80501, r=varkorbors-211/+378
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-01Make `SubPatSet` clearer by flipping its meaningNadrieril-94/+119
2021-02-01Rollup merge of #81364 - camelid:improve-build-matches-docs, r=varkorJonas Schievink-55/+74