about summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
2024-04-23Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwcoLeón Orell Valerian Liehr-2/+2
2024-04-23Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasperLeón Orell Valerian Liehr-151/+252
2024-04-22coverage: Move some helper code into `BranchInfoBuilder`Zalathar-26/+40
2024-04-22coverage: Detach MC/DC branch spans from regular branch spansZalathar-27/+20
2024-04-21Pass translation closure to add_to_diag_with() as referenceXiretza-2/+2
2024-04-20Use deep fake borrows for deref patternsNadrieril-28/+30
2024-04-20Add a non-shallow fake borrowNadrieril-4/+5
2024-04-20Rework fake borrow calculationNadrieril-117/+139
2024-04-20Allow mutable bindings inside deref patternsNadrieril-15/+33
2024-04-20Track mutability of deref patternsNadrieril-4/+6
2024-04-20Don't fake borrow inside a deref patternNadrieril-2/+12
2024-04-20Lower deref patterns to MIRNadrieril-32/+78
2024-04-20Rollup merge of #123409 - ZhuUx:master, r=oli-obkMatthias Krüger-10/+258
2024-04-19coverage. Generate Mappings of decisions and conditions for MC/DCzhuyunxing-10/+247
2024-04-18Rollup merge of #124110 - beetrees:neg-f16-f128, r=compiler-errorsJubilee-2/+14
2024-04-19coverage. Add coverage-options=mcdc as gate for MC/DC instrumentzhuyunxing-0/+11
2024-04-18Rollup merge of #124064 - Zalathar:otherwise-block, r=NadrierilMatthias Krüger-3/+3
2024-04-18Fix negating `f16` and `f128` constantsbeetrees-2/+14
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-18/+13
2024-04-17Move confusing comment about otherwise blocks in `lower_match_tree`Zalathar-3/+3
2024-04-17Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errorsMatthias Krüger-20/+14
2024-04-16Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri...Guillaume Gomez-1/+1
2024-04-16Rollup merge of #123995 - compiler-errors:thir-hooks, r=oli-obkGuillaume Gomez-7/+8
2024-04-16Avoid lots of `hir::HirId{,Map,Set}` qualifiers.Nicholas Nethercote-20/+14
2024-04-15Ensure inherited reference is never set to `&mut` behind an `&`Jules Bertholet-1/+1
2024-04-15Make thir_tree and thir_flat into hooksMichael Goulet-7/+8
2024-04-15Remove TypeVariableOriginKindMichael Goulet-5/+4
2024-04-12Suppress erroneous suggestionAlan Egerton-0/+1
2024-04-08Actually create ranged int types in the type system.Oli Scherer-1/+1
2024-04-05Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=NadrierilGuillaume Gomez-1/+8
2024-04-04Rollup merge of #123324 - Nadrieril:false-edges2, r=matthewjasperMatthias Krüger-12/+94
2024-04-03Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errorsMatthias Krüger-3/+3
2024-04-03More precise false edgesNadrieril-10/+50
2024-04-03Explain false edges in more detailNadrieril-3/+45
2024-04-03rustc_index: Add a `ZERO` constant to index typesVadim Petrochenkov-3/+3
2024-04-03Rollup merge of #123394 - compiler-errors:postfix-match-fixes, r=estebankMatthias Krüger-32/+51
2024-04-03Remove MIR unsafe checkMatthew Jasper-119/+25
2024-04-02Fix suggestions for match non-exhaustivenessMichael Goulet-32/+51
2024-04-02Address review commentsJules Bertholet-7/+7
2024-04-01Auto merge of #122046 - Nadrieril:integrate-or-pats2, r=matthewjasperbors-65/+38
2024-03-30Implement "&<pat> everywhere"Jules Bertholet-2/+9
2024-03-30Sort `Eq` candidates in the failure case tooNadrieril-6/+8
2024-03-29Rollup merge of #123188 - klensy:clippy-me2, r=NilstriebMatthias Krüger-4/+1
2024-03-28and moreklensy-4/+1
2024-03-27Use `create_or_subcandidates` for all or-pattern expansionsNadrieril-46/+37
2024-03-27Avoid recursion in creating and merging or-patternsNadrieril-21/+3
2024-03-27Implement `mut ref`/`mut ref mut`Jules Bertholet-98/+73
2024-03-27Rollup merge of #122439 - Nadrieril:store-built-place, r=compiler-errorsMatthias Krüger-36/+42
2024-03-26Store `Place` instead of `PlaceBuilder` in `MatchPair`Nadrieril-28/+33
2024-03-26RenameNadrieril-19/+20