summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
2021-06-01Revert portion of PR #83521 that injected issue #85435 (and thus exposed unde...Felix S. Klock II-14/+20
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-1/+0
2021-04-20Auto merge of #84295 - richkadel:continue-coverage, r=tmandrybors-0/+15
2021-04-19fix few typosklensy-2/+2
2021-04-18fix feature use in rustc libsRalf Jung-1/+0
2021-04-18Only generate dummy assign when instrumenting coverageRich Kadel-10/+15
2021-04-18Add coverage to continue statementsRich Kadel-0/+10
2021-04-13move new c abi abort behavior behind feature gatekatelyn a. martin-1/+5
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-0/+1
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-6/+13
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-6/+13
2021-04-02Reduce size of statementsRoxane-1/+1
2021-04-02Fix diagnostic issue when using FakeReads in closuresRoxane-21/+17
2021-04-02Auto merge of #83207 - oli-obk:valtree2, r=lcnrbors-12/+14
2021-04-02Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_...bors-29/+18
2021-04-01Simplify logical operations CFGAngelicosPhosphoros-29/+18
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-2/+7
2021-03-29Convert a closure into a methodOli Scherer-12/+14
2021-03-26Use iter::zip in compiler/Josh Stone-4/+6
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+1
2021-03-20extract `ConstKind::Unevaluated` into a structlcnr-8/+8
2021-03-19stabilize or_patternsmark-1/+1
2021-03-18Replace closures_captures and upvar_capture with closure_min_capturesJennifer Wills-1/+1
2021-03-17Auto merge of #83188 - petrochenkov:field, r=lcnrbors-1/+4
2021-03-16Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasperbors-12/+15
2021-03-16Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakisbors-101/+275
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-1/+4
2021-03-15Fix error after rebaseRoxane-39/+22
2021-03-15Add comments with examples and testsRoxane-51/+96
2021-03-14Only borrow place for matching under specific conditionsRoxane-33/+23
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