about summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
2024-10-16Rollup merge of #131381 - Nadrieril:min-match-ergonomics, r=pnkfelixMatthias Krüger-9/+22
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-15/+5
2024-10-08coverage. Adapt to mcdc mapping formats introduced by llvm 19zhuyunxing-40/+54
2024-10-08coverage. MCDC ConditionId start from 0 to keep with llvm 19zhuyunxing-12/+17
2024-10-08Change error messageNadrieril-5/+4
2024-10-08Stabilize `min_match_ergonomics_2024`Nadrieril-1/+1
2024-10-08Error on resetted binding mode in edition 2024Nadrieril-8/+22
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-7/+17
2024-10-01Remove unnamed field featureMichael Goulet-15/+5
2024-09-28tweak Const::identity_unevaluated name and docsRalf Jung-10/+6
2024-09-28try to get rid of mir::Const::normalizeRalf Jung-4/+2
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-11/+38
2024-09-24use more accurate spans for user type ascriptionsLukas Markeffsky-10/+23
2024-09-24unify dyn* coercions with other pointer coercionsLukas Markeffsky-1/+0
2024-09-23Rollup merge of #130715 - compiler-errors:mir-build-const-eval, r=BoxyUwUMatthias Krüger-3/+10
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-366/+273
2024-09-22Replace calls to Const::eval in mir buildMichael Goulet-3/+10
2024-09-20Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errorsGuillaume Gomez-1/+63
2024-09-19pin_ergonomics: allow reborrowing as Pin<&T>Eric Holk-6/+9
2024-09-19Allow shortening reborrowsEric Holk-43/+57
2024-09-18Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=NadrierilJubilee-4/+5
2024-09-18Never patterns constitute a read for unsafetyMichael Goulet-4/+5
2024-09-18Check params for unsafety in THIRMichael Goulet-0/+14
2024-09-18Begin experimental support for pin reborrowingEric Holk-0/+45
2024-09-14Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnrLeón Orell Valerian Liehr-7/+6
2024-09-13Add a machine-applicable suggestion to "unreachable pattern"Nadrieril-5/+33
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-7/+6
2024-09-13Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxubors-1/+17
2024-09-12Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoeristerStuart Cook-3/+2
2024-09-11Simplify some nested if statementsMichael Goulet-3/+2
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-1/+17
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz-7/+5
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-91/+6
2024-08-29Add `warn(unreachable_pub)` to `rustc_mir_build`.Nicholas Nethercote-1/+2
2024-08-28Implement RFC 3525.Luca Versari-6/+91
2024-08-25Avoid taking reference of &TyKindMichael Goulet-2/+2
2024-08-24Fix `elided_named_lifetimes` in codePavel Grigorenko-1/+1
2024-08-21Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxuMatthias Krüger-7/+2
2024-08-21Rollup merge of #129344 - compiler-errors:less-option-unit-diagnostics, r=jie...Matthias Krüger-10/+10
2024-08-21Rollup merge of #129281 - Nadrieril:tweak-unreachable-lint-wording, r=estebankMatthias Krüger-16/+35
2024-08-21Simplify some redundant field namesMichael Goulet-7/+2
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-10/+10
2024-08-20Move the "matches no value" note to be a span labelNadrieril-10/+7
2024-08-20fix: simple typo in compiler directoryc8ef-1/+1
2024-08-19Cap the number of patterns pointed to by the lintNadrieril-3/+20
2024-08-19Add a note with a link to explain empty typesNadrieril-0/+5
2024-08-19Reword the "unreachable pattern" explanationsNadrieril-4/+4
2024-08-18rename AddressOf -> RawBorrow inside the compilerRalf Jung-14/+14
2024-08-17Remove a useless ref/id/ref round-trip from `pattern_from_hir`Zalathar-6/+2
2024-08-14Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgrbors-7/+30