about summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
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
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-18/+14
2021-01-24Improve `rustc_mir_build::matches` docsCamelid-53/+72
2021-01-24Specialized `Usefulness` variants are redundantNadrieril-39/+19
2021-01-24Identify subpatterns by the path to them instead of spansNadrieril-108/+235
2021-01-24Factor or-pattern expansionNadrieril-24/+36
2021-01-24Split `Usefulness::NotUseful` into twoNadrieril-32/+52
2021-01-24Reimplement `Usefulness::merge` in terms of a binopNadrieril-39/+24
2021-01-24Don't expose `Usefulness` in the apiNadrieril-9/+22
2021-01-24Improve the debugging experienceNadrieril-25/+30
2021-01-24Reduce log level used by tracing instrumentation from info to debugTomasz Miąsko-1/+1
2021-01-22Make functional record update/struct update syntax works inside closures when...Dhruv Jauhar-5/+10
2021-01-21Add loop head span to hirEsteban Küber-3/+1
2021-01-18Use ty::{IntTy,UintTy,FloatTy} in rustcLeSeulArtichaut-18/+14
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-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2021-01-14Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasperbors-1/+48
2021-01-13Rollup merge of #80232 - bugadani:roundtrip, r=estebankDylan DPC-2/+1
2021-01-07Reintroduce hir::ExprKind::IfCaio-1/+48
2021-01-03Add note to non-exhaustive match on reference to emptyDaniel Noom-0/+5
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-30Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkorYuki Okushi-3/+3
2020-12-30where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)Matthias Krüger-3/+3
2020-12-30Rollup merge of #80348 - matthiaskrgr:less_clones, r=Dylan-DPCYuki Okushi-2/+2
2020-12-24use matches!() macro in more placesMatthias Krüger-5/+1
2020-12-24remove redundant clones (clippy::redundant_clone)Matthias Krüger-2/+2
2020-12-22Fix a commentNadrieril-4/+4
2020-12-22Apply suggestions from code reviewNadrieril-14/+15
2020-12-22Simplify field filteringNadrieril-64/+56
2020-12-22Make the special "missing patterns" constructor realNadrieril-64/+57
2020-12-22Completely rework the explanation of the algorithmNadrieril-285/+324
2020-12-22Pass `Matrix` explicitly instead of via `PatCtxt`Nadrieril-27/+48
2020-12-22Inline the constructor-specific `split` functionsNadrieril-34/+19
2020-12-22Inline `all_constructors`Nadrieril-121/+115