about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src
AgeCommit message (Expand)AuthorLines
2021-09-21Rollup merge of #89113 - BoxyUwU:incr-comp-thir-act, r=lcnrthe8472-3/+6
2021-09-20Fix ICE when `indirect_structural_match` is allowedFabian Wolff-6/+8
2021-09-20no ensureEllen-3/+6
2021-09-16Add `ConstraintCategory::Usage` for handling aggregate constructionAaron Hill-16/+36
2021-09-14Add reachable_patterns lint to rfc-2008-non_exhaustiveDevin Ragotzy-51/+170
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-244/+5
2021-09-11Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkovJubilee-1/+1
2021-09-11Auto merge of #88327 - bonega:scalar_refactor, r=eddybbors-3/+2
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-11/+9
2021-09-09Rename `(un)signed` to `(un)signed_int`Andreas Liljeqvist-1/+1
2021-09-09Move `unsigned_max` etc into `Size` againAndreas Liljeqvist-3/+2
2021-09-09rename mir -> thir around abstract constsEllen-2/+2
2021-09-09remove debug stmtsEllen-6/+0
2021-09-09move thir visitor to rustc_middleEllen-242/+1
2021-09-09WIP stateEllen-2/+10
2021-09-05Change scope of temporaries in match guardsMatthew Jasper-5/+5
2021-09-02Bless 32bit MIR opt testsMatthew Jasper-4/+4
2021-09-02Remove TODOMatthew Jasper-1/+0
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-110/+183
2021-08-30Handle irrufutable or unreachable let-elseCameron Steffen-1/+20
2021-08-30Calculate LetSource laterCameron Steffen-40/+42
2021-08-29Auto merge of #88088 - nbdd0121:const2, r=nagisabors-1/+6
2021-08-27Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearthbors-12/+65
2021-08-26update `TypeFlags` to deal with missing ct substslcnr-4/+6
2021-08-26add `tcx` to `fn walk`lcnr-1/+1
2021-08-26make unevaluated const substs optionallcnr-8/+6
2021-08-25Fix debugger stepping behavior around `match` expressionsWesley Wiser-12/+65
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-2/+2
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-22Fix typos “a”→“an”Frank Steffahn-4/+4
2021-08-20Auto merge of #88039 - sexxi-goose:fix-87987, r=nikomatsakisbors-23/+36
2021-08-18Remove box syntax from rustc_mir_buildest31-59/+74
2021-08-16Forbid inline const block referencing params from being used in patternsGary Guo-1/+6
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-139/+240
2021-08-15Use correct drop scopes for if expressionsMatthew Jasper-0/+41
2021-08-14Only compute place if upvars can be resolvedRoxane-23/+36
2021-08-14Auto merge of #85020 - lrh2000:named-upvars, r=tmandrybors-13/+8
2021-08-05Auto merge of #87737 - LeSeulArtichaut:unsafeck-less-freeze, r=oli-obkbors-18/+16
2021-08-03Only compute `is_freeze` for layout-constrained ADTsLéo Lanteri Thauvin-18/+16
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-72/+8
2021-08-03Rollup merge of #87645 - LeSeulArtichaut:issue-87414, r=oli-obkYuki Okushi-7/+4
2021-07-30Properly find owner of closure in THIR unsafeckLeSeulArtichaut-7/+4
2021-07-28Auto merge of #86251 - Smittyvb:thir-tree-again, r=oli-obkbors-0/+8
2021-07-27Auto merge of #80367 - camelid:check_match-combine-loop, r=Nadrierilbors-8/+3
2021-07-27Auto merge of #85305 - MarcusDunn:master, r=pnkfelixbors-48/+1
2021-07-24Support -Z unpretty=thir-tree againSmitty-0/+8
2021-07-23Implement `AssignToDroppingUnionField` in THIR unsafeckLeSeulArtichaut-17/+31
2021-07-22Combine two loops in `check_match`Camelid-8/+3
2021-07-18Revert "structural_match: non-structural-match ty closures"Santiago Pastorino-3/+0